#CC3AFF
A light, vivid purple closely aligning with Darkviolet.
About #CC3AFF
The precise color #CC3AFF is an excellent choice for modern design projects. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 58, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 20% C, 77% M, 0% Y, and 0% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC3AFF
RGB204, 58, 255
HSL284.5°, 100.0%, 61.4%
CMYK20%, 77%, 0%, 0%
HSV284.5°, 77.3%, 100.0%
LAB55.2, 81.4, -69.6
XYZ44.5, 23.1, 96.7
Decimal13384447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC3AFF;
}
.text-color {
color: #CC3AFF;
}
.border-color {
border: 2px solid #CC3AFF;
}