#D32CE9
A medium, vivid magenta closely aligning with Fuchsia.
About #D32CE9
Visually, #D32CE9 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 44, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 9% C, 81% M, 0% Y, and 9% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D32CE9
RGB211, 44, 233
HSL293.0°, 81.1%, 54.3%
CMYK9%, 81%, 0%, 9%
HSV293.0°, 81.1%, 91.4%
LAB53.5, 82.6, -59.8
XYZ42.5, 21.5, 79.0
Decimal13839593
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D32CE9;
}
.text-color {
color: #D32CE9;
}
.border-color {
border: 2px solid #D32CE9;
}