#C500DB
A medium, vivid magenta closely aligning with Darkviolet.
About #C500DB
When working with digital screens, the color #C500DB is rendered by mixing light. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(197, 0, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 10% cyan and 100% magenta inks. The HSL representation is 294.0° hue, 100.0% saturation, and 42.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF 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#C500DB
RGB197, 0, 219
HSL294.0°, 100.0%, 42.9%
CMYK10%, 100%, 0%, 14%
HSV294.0°, 100.0%, 85.9%
LAB48.2, 84.2, -60.5
XYZ35.8, 17.0, 68.4
Decimal12910811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C500DB;
}
.text-color {
color: #C500DB;
}
.border-color {
border: 2px solid #C500DB;
}