#CC0FF0
A medium, vivid magenta closely aligning with Fuchsia.
About #CC0FF0
When working with digital screens, the color #CC0FF0 is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(204, 15, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 15% C, 94% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC0FF0
RGB204, 15, 240
HSL290.4°, 88.2%, 50.0%
CMYK15%, 94%, 0%, 6%
HSV290.4°, 93.8%, 94.1%
LAB51.2, 87.4, -67.5
XYZ40.8, 19.5, 84.0
Decimal13373424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.29:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.10:1
Text on #F8FAFC
AA Large
4.16:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FF0;
}
.text-color {
color: #CC0FF0;
}
.border-color {
border: 2px solid #CC0FF0;
}