#CC07F8
A medium, vivid magenta closely aligning with Fuchsia.
About #CC07F8
At its core, #CC07F8 is a medium and vivid hue. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 7, and 248.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 18% C, 97% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC07F8
RGB204, 7, 248
HSL289.0°, 94.5%, 50.0%
CMYK18%, 97%, 0%, 3%
HSV289.0°, 97.2%, 97.3%
LAB51.6, 89.3, -71.5
XYZ41.9, 19.8, 90.4
Decimal13371384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.24:1
Text on #FFFFFF
AA Large
4.95:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC07F8;
}
.text-color {
color: #CC07F8;
}
.border-color {
border: 2px solid #CC07F8;
}