Shades of Deep Magenta #D41CB9
Tints of Deep Magenta #D41CB9
RGB
CMYK
RGB Variations
Color information
#D41CB9 (or 0xD41CB9) is known color: Deep Magenta. HEX triplet: D4, 1C and B9. RGB value is (212,28,185). Sum of RGB (Red+Green+Blue) = 212+28+185=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CB9 is #2BE346. Grayscale: #646464. Windows color (decimal): -2876231 or 12131540. OLE color: 12131540.
HSL color Cylindrical-coordinate representation of color #D41CB9: hue angle of 308.8º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41CB9 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 185 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.17 |
| HSL | 308.8º | 0.77% | 0.47% | - |
| HSV(B) | 308.8º | 0.87% | 0.83% | - |
| XYZ | 36.32 | 18.33 | 47.52 | - |
| YUV | 100.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 185 | 0 | 0.87 | 0.13 | 0.17 | 308.8 | 0.77 | 0.47 |
| Hex | D4 | 1C | B9 | 0 | 57 | D | 11 | 135 | 4D | 2F |
| Octal | 324 | 34 | 271 | 0 | 127 | 15 | 21 | 465 | 115 | 57 |
| Binary | 11010100 | 11100 | 10111001 | 0 | 1010111 | 1101 | 10001 | 100110101 | 1001101 | 101111 |
Color Harmonies of #D41CB9
Complementary color
Monochromatic Colors of #D41CB9
Black with #D41CB9
Text Example
Text Example
White with #D41CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CB9; }
p { color: rgb(212,28,185); }
H1.HeaderClassName
{
color: #D41CB9;
}
.AnyTagClassName
{
color: #D41CB9;
}
</style>
background-color css
<style>
a { background-color: #D41CB9; }
a { background-color: rgb(212,28,185); }
div.DivClassName
{
background-color: #D41CB9;
}
.BgClassName
{
background-color: #D41CB9;
}
</style>
border-color css
<style>
span { border-color: #D41CB9; }
span { border-color: rgb(212,28,185); }
td.TdClassName
{
border-color: #D41CB9;
}
.TagClassName
{
border-color: #D41CB9;
}
</style>