Shades of Deep Magenta #D41CB6
Tints of Deep Magenta #D41CB6
RGB
CMYK
RGB Variations
Color information
#D41CB6 (or 0xD41CB6) is known color: Deep Magenta. HEX triplet: D4, 1C and B6. RGB value is (212,28,182). Sum of RGB (Red+Green+Blue) = 212+28+182=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CB6 is #2BE349. Grayscale: #646464. Windows color (decimal): -2876234 or 11934932. OLE color: 11934932.
HSL color Cylindrical-coordinate representation of color #D41CB6: hue angle of 309.78º 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 #D41CB6 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 182 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.17 |
| HSL | 309.78º | 0.77% | 0.47% | - |
| HSV(B) | 309.78º | 0.87% | 0.83% | - |
| XYZ | 36.01 | 18.2 | 45.87 | - |
| YUV | 100.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 182 | 0 | 0.87 | 0.14 | 0.17 | 309.78 | 0.77 | 0.47 |
| Hex | D4 | 1C | B6 | 0 | 57 | E | 11 | 136 | 4D | 2F |
| Octal | 324 | 34 | 266 | 0 | 127 | 16 | 21 | 466 | 115 | 57 |
| Binary | 11010100 | 11100 | 10110110 | 0 | 1010111 | 1110 | 10001 | 100110110 | 1001101 | 101111 |
Color Harmonies of #D41CB6
Complementary color
Monochromatic Colors of #D41CB6
Black with #D41CB6
Text Example
Text Example
White with #D41CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CB6; }
p { color: rgb(212,28,182); }
H1.HeaderClassName
{
color: #D41CB6;
}
.AnyTagClassName
{
color: #D41CB6;
}
</style>
background-color css
<style>
a { background-color: #D41CB6; }
a { background-color: rgb(212,28,182); }
div.DivClassName
{
background-color: #D41CB6;
}
.BgClassName
{
background-color: #D41CB6;
}
</style>
border-color css
<style>
span { border-color: #D41CB6; }
span { border-color: rgb(212,28,182); }
td.TdClassName
{
border-color: #D41CB6;
}
.TagClassName
{
border-color: #D41CB6;
}
</style>