Shades of Deep Magenta #D42BCE
Tints of Deep Magenta #D42BCE
RGB
CMYK
RGB Variations
Color information
#D42BCE (or 0xD42BCE) is known color: Deep Magenta. HEX triplet: D4, 2B and CE. RGB value is (212,43,206). Sum of RGB (Red+Green+Blue) = 212+43+206=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BCE is #2BD431. Grayscale: #6F6F6F. Windows color (decimal): -2872370 or 13511636. OLE color: 13511636.
HSL color Cylindrical-coordinate representation of color #D42BCE: hue angle of 302.13º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BCE is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 206 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.17 |
| HSL | 302.13º | 0.66% | 0.5% | - |
| HSV(B) | 302.13º | 0.8% | 0.83% | - |
| XYZ | 39.16 | 20.18 | 60.22 | - |
| YUV | 112.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 206 | 0 | 0.80 | 0.03 | 0.17 | 302.13 | 0.66 | 0.5 |
| Hex | D4 | 2B | CE | 0 | 50 | 3 | 11 | 12E | 42 | 32 |
| Octal | 324 | 53 | 316 | 0 | 120 | 3 | 21 | 456 | 102 | 62 |
| Binary | 11010100 | 101011 | 11001110 | 0 | 1010000 | 11 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D42BCE
Complementary color
Monochromatic Colors of #D42BCE
Black with #D42BCE
Text Example
Text Example
White with #D42BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BCE; }
p { color: rgb(212,43,206); }
H1.HeaderClassName
{
color: #D42BCE;
}
.AnyTagClassName
{
color: #D42BCE;
}
</style>
background-color css
<style>
a { background-color: #D42BCE; }
a { background-color: rgb(212,43,206); }
div.DivClassName
{
background-color: #D42BCE;
}
.BgClassName
{
background-color: #D42BCE;
}
</style>
border-color css
<style>
span { border-color: #D42BCE; }
span { border-color: rgb(212,43,206); }
td.TdClassName
{
border-color: #D42BCE;
}
.TagClassName
{
border-color: #D42BCE;
}
</style>