#CC00D3
A medium, vivid magenta closely aligning with Fuchsia.
About #CC00D3
The precise color #CC00D3 is an excellent choice for modern design projects. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(204, 0, 211).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 3% Cyan, 100% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC00D3
RGB204, 0, 211
HSL298.0°, 100.0%, 41.4%
CMYK3%, 100%, 0%, 17%
HSV298.0°, 100.0%, 82.7%
LAB48.9, 84.1, -54.8
XYZ36.7, 17.5, 63.1
Decimal13369555
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.51:1
Text on #000000
AA
4.45:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC00D3;
}
.text-color {
color: #CC00D3;
}
.border-color {
border: 2px solid #CC00D3;
}