Shades of Deep Magenta #C20ED6
Tints of Deep Magenta #C20ED6
RGB
CMYK
RGB Variations
Color information
#C20ED6 (or 0xC20ED6) is known color: Deep Magenta. HEX triplet: C2, 0E and D6. RGB value is (194,14,214). Sum of RGB (Red+Green+Blue) = 194+14+214=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #C20ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ED6 is #3DF129. Grayscale: #5A5A5A. Windows color (decimal): -4059434 or 14028482. OLE color: 14028482.
HSL color Cylindrical-coordinate representation of color #C20ED6: hue angle of 294º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20ED6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 14 | 214 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.16 |
| HSL | 294º | 0.88% | 0.45% | - |
| HSV(B) | 294º | 0.93% | 0.84% | - |
| XYZ | 34.54 | 16.64 | 65.01 | - |
| YUV | 90.62 | 197.63 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 214 | 0.09 | 0.93 | 0 | 0.16 | 294 | 0.88 | 0.45 |
| Hex | C2 | E | D6 | 9 | 5D | 0 | 10 | 126 | 58 | 2D |
| Octal | 302 | 16 | 326 | 11 | 135 | 0 | 20 | 446 | 130 | 55 |
| Binary | 11000010 | 1110 | 11010110 | 1001 | 1011101 | 0 | 10000 | 100100110 | 1011000 | 101101 |
Color Harmonies of #C20ED6
Complementary color
Monochromatic Colors of #C20ED6
Black with #C20ED6
Text Example
Text Example
White with #C20ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ED6; }
p { color: rgb(194,14,214); }
H1.HeaderClassName
{
color: #C20ED6;
}
.AnyTagClassName
{
color: #C20ED6;
}
</style>
background-color css
<style>
a { background-color: #C20ED6; }
a { background-color: rgb(194,14,214); }
div.DivClassName
{
background-color: #C20ED6;
}
.BgClassName
{
background-color: #C20ED6;
}
</style>
border-color css
<style>
span { border-color: #C20ED6; }
span { border-color: rgb(194,14,214); }
td.TdClassName
{
border-color: #C20ED6;
}
.TagClassName
{
border-color: #C20ED6;
}
</style>