#CC0FF8
A medium, vivid magenta closely aligning with Fuchsia.
About #CC0FF8
At its core, #CC0FF8 is a medium and vivid hue. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(204, 15, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 94% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC0FF8
RGB204, 15, 248
HSL288.7°, 94.3%, 51.6%
CMYK18%, 94%, 0%, 3%
HSV288.7°, 94.0%, 97.3%
LAB51.8, 88.7, -71.1
XYZ42.0, 20.0, 90.4
Decimal13373432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FF8;
}
.text-color {
color: #CC0FF8;
}
.border-color {
border: 2px solid #CC0FF8;
}