CSS Color Background

Deep Magenta

Pure CSS color background: #CC00CC. Use this solid color for personal and commercial creative projects.

Preview

Deep Magenta solid color background preview (#CC00CC)

Color value: #CC00CC

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #CC00CC; }

HTML Code

<section class="hero deep-magenta-bg"> <h2>Your content</h2> </section> <style> .deep-magenta-bg { background-color: #CC00CC; } </style>