Shades of Deep Magenta #D42BCF
Tints of Deep Magenta #D42BCF
RGB
CMYK
RGB Variations
Color information
#D42BCF (or 0xD42BCF) is known color: Deep Magenta. HEX triplet: D4, 2B and CF. RGB value is (212,43,207). Sum of RGB (Red+Green+Blue) = 212+43+207=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BCF is #2BD430. Grayscale: #6F6F6F. Windows color (decimal): -2872369 or 13577172. OLE color: 13577172.
HSL color Cylindrical-coordinate representation of color #D42BCF: hue angle of 301.78º 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 #D42BCF is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 207 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.17 |
| HSL | 301.78º | 0.66% | 0.5% | - |
| HSV(B) | 301.78º | 0.8% | 0.83% | - |
| XYZ | 39.28 | 20.23 | 60.87 | - |
| YUV | 112.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 207 | 0 | 0.80 | 0.02 | 0.17 | 301.78 | 0.66 | 0.5 |
| Hex | D4 | 2B | CF | 0 | 50 | 2 | 11 | 12E | 42 | 32 |
| Octal | 324 | 53 | 317 | 0 | 120 | 2 | 21 | 456 | 102 | 62 |
| Binary | 11010100 | 101011 | 11001111 | 0 | 1010000 | 10 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D42BCF
Complementary color
Monochromatic Colors of #D42BCF
Black with #D42BCF
Text Example
Text Example
White with #D42BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BCF; }
p { color: rgb(212,43,207); }
H1.HeaderClassName
{
color: #D42BCF;
}
.AnyTagClassName
{
color: #D42BCF;
}
</style>
background-color css
<style>
a { background-color: #D42BCF; }
a { background-color: rgb(212,43,207); }
div.DivClassName
{
background-color: #D42BCF;
}
.BgClassName
{
background-color: #D42BCF;
}
</style>
border-color css
<style>
span { border-color: #D42BCF; }
span { border-color: rgb(212,43,207); }
td.TdClassName
{
border-color: #D42BCF;
}
.TagClassName
{
border-color: #D42BCF;
}
</style>