Shades of Deep Magenta #D42CCB
Tints of Deep Magenta #D42CCB
RGB
CMYK
RGB Variations
Color information
#D42CCB (or 0xD42CCB) is known color: Deep Magenta. HEX triplet: D4, 2C and CB. RGB value is (212,44,203). Sum of RGB (Red+Green+Blue) = 212+44+203=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CCB is #2BD334. Grayscale: #6F6F6F. Windows color (decimal): -2872117 or 13315284. OLE color: 13315284.
HSL color Cylindrical-coordinate representation of color #D42CCB: hue angle of 303.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CCB is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 203 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.17 |
| HSL | 303.21º | 0.66% | 0.5% | - |
| HSV(B) | 303.21º | 0.79% | 0.83% | - |
| XYZ | 38.83 | 20.11 | 58.33 | - |
| YUV | 112.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 203 | 0 | 0.79 | 0.04 | 0.17 | 303.21 | 0.66 | 0.5 |
| Hex | D4 | 2C | CB | 0 | 4F | 4 | 11 | 12F | 42 | 32 |
| Octal | 324 | 54 | 313 | 0 | 117 | 4 | 21 | 457 | 102 | 62 |
| Binary | 11010100 | 101100 | 11001011 | 0 | 1001111 | 100 | 10001 | 100101111 | 1000010 | 110010 |
Color Harmonies of #D42CCB
Complementary color
Monochromatic Colors of #D42CCB
Black with #D42CCB
Text Example
Text Example
White with #D42CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CCB; }
p { color: rgb(212,44,203); }
H1.HeaderClassName
{
color: #D42CCB;
}
.AnyTagClassName
{
color: #D42CCB;
}
</style>
background-color css
<style>
a { background-color: #D42CCB; }
a { background-color: rgb(212,44,203); }
div.DivClassName
{
background-color: #D42CCB;
}
.BgClassName
{
background-color: #D42CCB;
}
</style>
border-color css
<style>
span { border-color: #D42CCB; }
span { border-color: rgb(212,44,203); }
td.TdClassName
{
border-color: #D42CCB;
}
.TagClassName
{
border-color: #D42CCB;
}
</style>