Shades of Deep Magenta #C420DF
Tints of Deep Magenta #C420DF
RGB
CMYK
RGB Variations
Color information
#C420DF (or 0xC420DF) is known color: Deep Magenta. HEX triplet: C4, 20 and DF. RGB value is (196,32,223). Sum of RGB (Red+Green+Blue) = 196+32+223=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C420DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420DF is #3BDF20. Grayscale: #666666. Windows color (decimal): -3923745 or 14622916. OLE color: 14622916.
HSL color Cylindrical-coordinate representation of color #C420DF: hue angle of 291.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C420DF is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 32 | 223 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.13 |
| HSL | 291.52º | 0.75% | 0.5% | - |
| HSV(B) | 291.52º | 0.86% | 0.87% | - |
| XYZ | 36.6 | 18.1 | 71.38 | - |
| YUV | 102.81 | 195.83 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 223 | 0.12 | 0.86 | 0 | 0.13 | 291.52 | 0.75 | 0.5 |
| Hex | C4 | 20 | DF | C | 56 | 0 | D | 124 | 4B | 32 |
| Octal | 304 | 40 | 337 | 14 | 126 | 0 | 15 | 444 | 113 | 62 |
| Binary | 11000100 | 100000 | 11011111 | 1100 | 1010110 | 0 | 1101 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C420DF
Complementary color
Monochromatic Colors of #C420DF
Black with #C420DF
Text Example
Text Example
White with #C420DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420DF; }
p { color: rgb(196,32,223); }
H1.HeaderClassName
{
color: #C420DF;
}
.AnyTagClassName
{
color: #C420DF;
}
</style>
background-color css
<style>
a { background-color: #C420DF; }
a { background-color: rgb(196,32,223); }
div.DivClassName
{
background-color: #C420DF;
}
.BgClassName
{
background-color: #C420DF;
}
</style>
border-color css
<style>
span { border-color: #C420DF; }
span { border-color: rgb(196,32,223); }
td.TdClassName
{
border-color: #C420DF;
}
.TagClassName
{
border-color: #C420DF;
}
</style>