Shades of Deep Magenta #D42CCF
Tints of Deep Magenta #D42CCF
RGB
CMYK
RGB Variations
Color information
#D42CCF (or 0xD42CCF) is known color: Deep Magenta. HEX triplet: D4, 2C and CF. RGB value is (212,44,207). Sum of RGB (Red+Green+Blue) = 212+44+207=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CCF is #2BD330. Grayscale: #707070. Windows color (decimal): -2872113 or 13577428. OLE color: 13577428.
HSL color Cylindrical-coordinate representation of color #D42CCF: hue angle of 301.79º 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 #D42CCF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 207 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.17 |
| HSL | 301.79º | 0.66% | 0.5% | - |
| HSV(B) | 301.79º | 0.79% | 0.83% | - |
| XYZ | 39.31 | 20.3 | 60.88 | - |
| YUV | 112.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 207 | 0 | 0.79 | 0.02 | 0.17 | 301.79 | 0.66 | 0.5 |
| Hex | D4 | 2C | CF | 0 | 4F | 2 | 11 | 12E | 42 | 32 |
| Octal | 324 | 54 | 317 | 0 | 117 | 2 | 21 | 456 | 102 | 62 |
| Binary | 11010100 | 101100 | 11001111 | 0 | 1001111 | 10 | 10001 | 100101110 | 1000010 | 110010 |
Color Harmonies of #D42CCF
Complementary color
Monochromatic Colors of #D42CCF
Black with #D42CCF
Text Example
Text Example
White with #D42CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CCF; }
p { color: rgb(212,44,207); }
H1.HeaderClassName
{
color: #D42CCF;
}
.AnyTagClassName
{
color: #D42CCF;
}
</style>
background-color css
<style>
a { background-color: #D42CCF; }
a { background-color: rgb(212,44,207); }
div.DivClassName
{
background-color: #D42CCF;
}
.BgClassName
{
background-color: #D42CCF;
}
</style>
border-color css
<style>
span { border-color: #D42CCF; }
span { border-color: rgb(212,44,207); }
td.TdClassName
{
border-color: #D42CCF;
}
.TagClassName
{
border-color: #D42CCF;
}
</style>