#CC0FE9
A medium, vivid magenta closely aligning with Fuchsia.
About #CC0FE9
Visually, #CC0FE9 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(204, 15, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 12% cyan, 94% magenta, 0% yellow, and 9% black. With a hue angle of 292.0 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC0FE9
RGB204, 15, 233
HSL292.0°, 87.9%, 48.6%
CMYK12%, 94%, 0%, 9%
HSV292.0°, 93.6%, 91.4%
LAB50.8, 86.2, -64.4
XYZ39.8, 19.1, 78.7
Decimal13373417
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FE9;
}
.text-color {
color: #CC0FE9;
}
.border-color {
border: 2px solid #CC0FE9;
}