Shades of Deep Magenta #D42CCC
Tints of Deep Magenta #D42CCC
RGB
CMYK
RGB Variations
Color information
#D42CCC (or 0xD42CCC) is known color: Deep Magenta. HEX triplet: D4, 2C and CC. RGB value is (212,44,204). Sum of RGB (Red+Green+Blue) = 212+44+204=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CCC is #2BD333. Grayscale: #6F6F6F. Windows color (decimal): -2872116 or 13380820. OLE color: 13380820.
HSL color Cylindrical-coordinate representation of color #D42CCC: hue angle of 302.86º 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 #D42CCC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 204 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.17 |
| HSL | 302.86º | 0.66% | 0.5% | - |
| HSV(B) | 302.86º | 0.79% | 0.83% | - |
| XYZ | 38.95 | 20.16 | 58.96 | - |
| YUV | 112.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 204 | 0 | 0.79 | 0.04 | 0.17 | 302.86 | 0.66 | 0.5 |
| Hex | D4 | 2C | CC | 0 | 4F | 4 | 11 | 12F | 42 | 32 |
| Octal | 324 | 54 | 314 | 0 | 117 | 4 | 21 | 457 | 102 | 62 |
| Binary | 11010100 | 101100 | 11001100 | 0 | 1001111 | 100 | 10001 | 100101111 | 1000010 | 110010 |
Color Harmonies of #D42CCC
Complementary color
Monochromatic Colors of #D42CCC
Black with #D42CCC
Text Example
Text Example
White with #D42CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CCC; }
p { color: rgb(212,44,204); }
H1.HeaderClassName
{
color: #D42CCC;
}
.AnyTagClassName
{
color: #D42CCC;
}
</style>
background-color css
<style>
a { background-color: #D42CCC; }
a { background-color: rgb(212,44,204); }
div.DivClassName
{
background-color: #D42CCC;
}
.BgClassName
{
background-color: #D42CCC;
}
</style>
border-color css
<style>
span { border-color: #D42CCC; }
span { border-color: rgb(212,44,204); }
td.TdClassName
{
border-color: #D42CCC;
}
.TagClassName
{
border-color: #D42CCC;
}
</style>