CSS Color Background

Royal Fuchsia

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

Preview

Royal Fuchsia solid color background preview (#CA2C92)

Color value: #CA2C92

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CA2C92; }

HTML Code

<section class="hero royal-fuchsia-bg"> <h2>Your content</h2> </section> <style> .royal-fuchsia-bg { background-color: #CA2C92; } </style>