#C533E9
A medium, vivid magenta closely aligning with Darkviolet.
About #C533E9
The precise color #C533E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkviolet. In the RGB color space, it consists of 197 red, 51 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 15% C, 78% M, 0% Y, and 9% K. With a hue angle of 288.1 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C533E9
RGB197, 51, 233
HSL288.1°, 80.5%, 55.7%
CMYK15%, 78%, 0%, 9%
HSV288.1°, 78.1%, 91.4%
LAB52.0, 78.3, -62.5
XYZ38.9, 20.1, 78.9
Decimal12923881
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C533E9;
}
.text-color {
color: #C533E9;
}
.border-color {
border: 2px solid #C533E9;
}