#CC3ADB
A medium, moderate magenta closely aligning with Darkorchid.
About #CC3ADB
When working with digital screens, the color #CC3ADB is rendered by mixing light. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 204 red, 58 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 7% cyan, 74% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC3ADB
RGB204, 58, 219
HSL294.4°, 69.1%, 54.3%
CMYK7%, 74%, 0%, 14%
HSV294.4°, 73.5%, 85.9%
LAB52.9, 75.1, -53.0
XYZ39.2, 21.0, 69.0
Decimal13384411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3ADB;
}
.text-color {
color: #CC3ADB;
}
.border-color {
border: 2px solid #CC3ADB;
}