#BD0F42
A medium, vivid magenta closely aligning with Crimson.
About #BD0F42
The hex code #BD0F42 represents a beautifully specific shade of magenta. Its closest recognized web color is Crimson. In the RGB color space, it consists of 189 red, 15 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 92% Magenta, 65% Yellow, and 26% Black. With a hue angle of 342.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD0F42
RGB189, 15, 66
HSL342.4°, 85.3%, 40.0%
CMYK0%, 92%, 65%, 26%
HSV342.4°, 92.1%, 74.1%
LAB40.5, 64.1, 20.4
XYZ22.1, 11.6, 6.2
Decimal12390210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0F42;
}
.text-color {
color: #BD0F42;
}
.border-color {
border: 2px solid #BD0F42;
}