Shades of Deep Magenta #D41CCB
Tints of Deep Magenta #D41CCB
RGB
CMYK
RGB Variations
Color information
#D41CCB (or 0xD41CCB) is known color: Deep Magenta. HEX triplet: D4, 1C and CB. RGB value is (212,28,203). Sum of RGB (Red+Green+Blue) = 212+28+203=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CCB is #2BE334. Grayscale: #666666. Windows color (decimal): -2876213 or 13311188. OLE color: 13311188.
HSL color Cylindrical-coordinate representation of color #D41CCB: hue angle of 302.93º 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 #D41CCB is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 203 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.17 |
| HSL | 302.93º | 0.77% | 0.47% | - |
| HSV(B) | 302.93º | 0.87% | 0.83% | - |
| XYZ | 38.35 | 19.14 | 58.17 | - |
| YUV | 102.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 203 | 0 | 0.87 | 0.04 | 0.17 | 302.93 | 0.77 | 0.47 |
| Hex | D4 | 1C | CB | 0 | 57 | 4 | 11 | 12F | 4D | 2F |
| Octal | 324 | 34 | 313 | 0 | 127 | 4 | 21 | 457 | 115 | 57 |
| Binary | 11010100 | 11100 | 11001011 | 0 | 1010111 | 100 | 10001 | 100101111 | 1001101 | 101111 |
Color Harmonies of #D41CCB
Complementary color
Monochromatic Colors of #D41CCB
Black with #D41CCB
Text Example
Text Example
White with #D41CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CCB; }
p { color: rgb(212,28,203); }
H1.HeaderClassName
{
color: #D41CCB;
}
.AnyTagClassName
{
color: #D41CCB;
}
</style>
background-color css
<style>
a { background-color: #D41CCB; }
a { background-color: rgb(212,28,203); }
div.DivClassName
{
background-color: #D41CCB;
}
.BgClassName
{
background-color: #D41CCB;
}
</style>
border-color css
<style>
span { border-color: #D41CCB; }
span { border-color: rgb(212,28,203); }
td.TdClassName
{
border-color: #D41CCB;
}
.TagClassName
{
border-color: #D41CCB;
}
</style>