Shades of Deep Magenta #C20ECC
Tints of Deep Magenta #C20ECC
RGB
CMYK
RGB Variations
Color information
#C20ECC (or 0xC20ECC) is known color: Deep Magenta. HEX triplet: C2, 0E and CC. RGB value is (194,14,204). Sum of RGB (Red+Green+Blue) = 194+14+204=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #C20ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ECC is #3DF133. Grayscale: #585858. Windows color (decimal): -4059444 or 13373122. OLE color: 13373122.
HSL color Cylindrical-coordinate representation of color #C20ECC: hue angle of 296.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20ECC is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 14 | 204 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.2 |
| HSL | 296.84º | 0.87% | 0.43% | - |
| HSV(B) | 296.84º | 0.93% | 0.8% | - |
| XYZ | 33.3 | 16.14 | 58.49 | - |
| YUV | 89.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 204 | 0.05 | 0.93 | 0 | 0.2 | 296.84 | 0.87 | 0.43 |
| Hex | C2 | E | CC | 5 | 5D | 0 | 14 | 129 | 57 | 2B |
| Octal | 302 | 16 | 314 | 5 | 135 | 0 | 24 | 451 | 127 | 53 |
| Binary | 11000010 | 1110 | 11001100 | 101 | 1011101 | 0 | 10100 | 100101001 | 1010111 | 101011 |
Color Harmonies of #C20ECC
Complementary color
Monochromatic Colors of #C20ECC
Black with #C20ECC
Text Example
Text Example
White with #C20ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ECC; }
p { color: rgb(194,14,204); }
H1.HeaderClassName
{
color: #C20ECC;
}
.AnyTagClassName
{
color: #C20ECC;
}
</style>
background-color css
<style>
a { background-color: #C20ECC; }
a { background-color: rgb(194,14,204); }
div.DivClassName
{
background-color: #C20ECC;
}
.BgClassName
{
background-color: #C20ECC;
}
</style>
border-color css
<style>
span { border-color: #C20ECC; }
span { border-color: rgb(194,14,204); }
td.TdClassName
{
border-color: #C20ECC;
}
.TagClassName
{
border-color: #C20ECC;
}
</style>