Shades of Deep Magenta #C20EA9
Tints of Deep Magenta #C20EA9
RGB
CMYK
RGB Variations
Color information
#C20EA9 (or 0xC20EA9) is known color: Deep Magenta. HEX triplet: C2, 0E and A9. RGB value is (194,14,169). Sum of RGB (Red+Green+Blue) = 194+14+169=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EA9 is #3DF156. Grayscale: #555555. Windows color (decimal): -4059479 or 11079362. OLE color: 11079362.
HSL color Cylindrical-coordinate representation of color #C20EA9: hue angle of 308.33º 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 #C20EA9 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 169 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.24 |
| HSL | 308.33º | 0.87% | 0.41% | - |
| HSV(B) | 308.33º | 0.93% | 0.76% | - |
| XYZ | 29.57 | 14.65 | 38.81 | - |
| YUV | 85.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 169 | 0 | 0.93 | 0.13 | 0.24 | 308.33 | 0.87 | 0.41 |
| Hex | C2 | E | A9 | 0 | 5D | D | 18 | 134 | 57 | 29 |
| Octal | 302 | 16 | 251 | 0 | 135 | 15 | 30 | 464 | 127 | 51 |
| Binary | 11000010 | 1110 | 10101001 | 0 | 1011101 | 1101 | 11000 | 100110100 | 1010111 | 101001 |
Color Harmonies of #C20EA9
Complementary color
Monochromatic Colors of #C20EA9
Black with #C20EA9
Text Example
Text Example
White with #C20EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EA9; }
p { color: rgb(194,14,169); }
H1.HeaderClassName
{
color: #C20EA9;
}
.AnyTagClassName
{
color: #C20EA9;
}
</style>
background-color css
<style>
a { background-color: #C20EA9; }
a { background-color: rgb(194,14,169); }
div.DivClassName
{
background-color: #C20EA9;
}
.BgClassName
{
background-color: #C20EA9;
}
</style>
border-color css
<style>
span { border-color: #C20EA9; }
span { border-color: rgb(194,14,169); }
td.TdClassName
{
border-color: #C20EA9;
}
.TagClassName
{
border-color: #C20EA9;
}
</style>