CSS Color Background

Magenta (Dye)

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

Preview

Magenta (Dye) solid color background preview (#CA1F7B)

Color value: #CA1F7B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CA1F7B; }

HTML Code

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