#C03DDE
A medium, vivid magenta closely aligning with Darkorchid.
About #C03DDE
The hex code #C03DDE represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(192, 61, 222).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 14% C, 73% M, 0% Y, and 13% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C03DDE
RGB192, 61, 222
HSL288.8°, 70.9%, 55.5%
CMYK14%, 73%, 0%, 13%
HSV288.8°, 72.5%, 87.1%
LAB51.6, 72.2, -56.8
XYZ36.6, 19.8, 71.0
Decimal12598750
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C03DDE;
}
.text-color {
color: #C03DDE;
}
.border-color {
border: 2px solid #C03DDE;
}