CSS Color Background

Deep Fuchsia

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

Preview

Deep Fuchsia solid color background preview (#C154C1)

Color value: #C154C1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #C154C1; }

HTML Code

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