Shades of Deep Magenta #D41CB5
Tints of Deep Magenta #D41CB5
RGB
CMYK
RGB Variations
Color information
#D41CB5 (or 0xD41CB5) is known color: Deep Magenta. HEX triplet: D4, 1C and B5. RGB value is (212,28,181). Sum of RGB (Red+Green+Blue) = 212+28+181=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CB5 is #2BE34A. Grayscale: #646464. Windows color (decimal): -2876235 or 11869396. OLE color: 11869396.
HSL color Cylindrical-coordinate representation of color #D41CB5: hue angle of 310.11º 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 #D41CB5 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 181 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.17 |
| HSL | 310.11º | 0.77% | 0.47% | - |
| HSV(B) | 310.11º | 0.87% | 0.83% | - |
| XYZ | 35.91 | 18.16 | 45.33 | - |
| YUV | 100.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 181 | 0 | 0.87 | 0.15 | 0.17 | 310.11 | 0.77 | 0.47 |
| Hex | D4 | 1C | B5 | 0 | 57 | F | 11 | 136 | 4D | 2F |
| Octal | 324 | 34 | 265 | 0 | 127 | 17 | 21 | 466 | 115 | 57 |
| Binary | 11010100 | 11100 | 10110101 | 0 | 1010111 | 1111 | 10001 | 100110110 | 1001101 | 101111 |
Color Harmonies of #D41CB5
Complementary color
Monochromatic Colors of #D41CB5
Black with #D41CB5
Text Example
Text Example
White with #D41CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CB5; }
p { color: rgb(212,28,181); }
H1.HeaderClassName
{
color: #D41CB5;
}
.AnyTagClassName
{
color: #D41CB5;
}
</style>
background-color css
<style>
a { background-color: #D41CB5; }
a { background-color: rgb(212,28,181); }
div.DivClassName
{
background-color: #D41CB5;
}
.BgClassName
{
background-color: #D41CB5;
}
</style>
border-color css
<style>
span { border-color: #D41CB5; }
span { border-color: rgb(212,28,181); }
td.TdClassName
{
border-color: #D41CB5;
}
.TagClassName
{
border-color: #D41CB5;
}
</style>