Shades of Deep Magenta #C20EC0
Tints of Deep Magenta #C20EC0
RGB
CMYK
RGB Variations
Color information
#C20EC0 (or 0xC20EC0) is known color: Deep Magenta. HEX triplet: C2, 0E and C0. RGB value is (194,14,192). Sum of RGB (Red+Green+Blue) = 194+14+192=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EC0 is #3DF13F. Grayscale: #575757. Windows color (decimal): -4059456 or 12586690. OLE color: 12586690.
HSL color Cylindrical-coordinate representation of color #C20EC0: hue angle of 300.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20EC0 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 192 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.24 |
| HSL | 300.67º | 0.87% | 0.41% | - |
| HSV(B) | 300.67º | 0.93% | 0.76% | - |
| XYZ | 31.92 | 15.59 | 51.2 | - |
| YUV | 88.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 192 | 0 | 0.93 | 0.01 | 0.24 | 300.67 | 0.87 | 0.41 |
| Hex | C2 | E | C0 | 0 | 5D | 1 | 18 | 12D | 57 | 29 |
| Octal | 302 | 16 | 300 | 0 | 135 | 1 | 30 | 455 | 127 | 51 |
| Binary | 11000010 | 1110 | 11000000 | 0 | 1011101 | 1 | 11000 | 100101101 | 1010111 | 101001 |
Color Harmonies of #C20EC0
Complementary color
Monochromatic Colors of #C20EC0
Black with #C20EC0
Text Example
Text Example
White with #C20EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EC0; }
p { color: rgb(194,14,192); }
H1.HeaderClassName
{
color: #C20EC0;
}
.AnyTagClassName
{
color: #C20EC0;
}
</style>
background-color css
<style>
a { background-color: #C20EC0; }
a { background-color: rgb(194,14,192); }
div.DivClassName
{
background-color: #C20EC0;
}
.BgClassName
{
background-color: #C20EC0;
}
</style>
border-color css
<style>
span { border-color: #C20EC0; }
span { border-color: rgb(194,14,192); }
td.TdClassName
{
border-color: #C20EC0;
}
.TagClassName
{
border-color: #C20EC0;
}
</style>