Shades of Deep Magenta #C420DC
Tints of Deep Magenta #C420DC
RGB
CMYK
RGB Variations
Color information
#C420DC (or 0xC420DC) is known color: Deep Magenta. HEX triplet: C4, 20 and DC. RGB value is (196,32,220). Sum of RGB (Red+Green+Blue) = 196+32+220=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C420DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420DC is #3BDF23. Grayscale: #656565. Windows color (decimal): -3923748 or 14426308. OLE color: 14426308.
HSL color Cylindrical-coordinate representation of color #C420DC: hue angle of 292.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C420DC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 32 | 220 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.14 |
| HSL | 292.34º | 0.75% | 0.49% | - |
| HSV(B) | 292.34º | 0.85% | 0.86% | - |
| XYZ | 36.2 | 17.94 | 69.26 | - |
| YUV | 102.47 | 194.33 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 220 | 0.11 | 0.85 | 0 | 0.14 | 292.34 | 0.75 | 0.49 |
| Hex | C4 | 20 | DC | B | 55 | 0 | E | 124 | 4B | 31 |
| Octal | 304 | 40 | 334 | 13 | 125 | 0 | 16 | 444 | 113 | 61 |
| Binary | 11000100 | 100000 | 11011100 | 1011 | 1010101 | 0 | 1110 | 100100100 | 1001011 | 110001 |
Color Harmonies of #C420DC
Complementary color
Monochromatic Colors of #C420DC
Black with #C420DC
Text Example
Text Example
White with #C420DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420DC; }
p { color: rgb(196,32,220); }
H1.HeaderClassName
{
color: #C420DC;
}
.AnyTagClassName
{
color: #C420DC;
}
</style>
background-color css
<style>
a { background-color: #C420DC; }
a { background-color: rgb(196,32,220); }
div.DivClassName
{
background-color: #C420DC;
}
.BgClassName
{
background-color: #C420DC;
}
</style>
border-color css
<style>
span { border-color: #C420DC; }
span { border-color: rgb(196,32,220); }
td.TdClassName
{
border-color: #C420DC;
}
.TagClassName
{
border-color: #C420DC;
}
</style>