Shades of Deep Magenta #C20EAF
Tints of Deep Magenta #C20EAF
RGB
CMYK
RGB Variations
Color information
#C20EAF (or 0xC20EAF) is known color: Deep Magenta. HEX triplet: C2, 0E and AF. RGB value is (194,14,175). Sum of RGB (Red+Green+Blue) = 194+14+175=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20EAF is #3DF150. Grayscale: #555555. Windows color (decimal): -4059473 or 11472578. OLE color: 11472578.
HSL color Cylindrical-coordinate representation of color #C20EAF: hue angle of 306.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 #C20EAF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 175 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.24 |
| HSL | 306.33º | 0.87% | 0.41% | - |
| HSV(B) | 306.33º | 0.93% | 0.76% | - |
| XYZ | 30.14 | 14.88 | 41.84 | - |
| YUV | 86.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 175 | 0 | 0.93 | 0.10 | 0.24 | 306.33 | 0.87 | 0.41 |
| Hex | C2 | E | AF | 0 | 5D | A | 18 | 132 | 57 | 29 |
| Octal | 302 | 16 | 257 | 0 | 135 | 12 | 30 | 462 | 127 | 51 |
| Binary | 11000010 | 1110 | 10101111 | 0 | 1011101 | 1010 | 11000 | 100110010 | 1010111 | 101001 |
Color Harmonies of #C20EAF
Complementary color
Monochromatic Colors of #C20EAF
Black with #C20EAF
Text Example
Text Example
White with #C20EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EAF; }
p { color: rgb(194,14,175); }
H1.HeaderClassName
{
color: #C20EAF;
}
.AnyTagClassName
{
color: #C20EAF;
}
</style>
background-color css
<style>
a { background-color: #C20EAF; }
a { background-color: rgb(194,14,175); }
div.DivClassName
{
background-color: #C20EAF;
}
.BgClassName
{
background-color: #C20EAF;
}
</style>
border-color css
<style>
span { border-color: #C20EAF; }
span { border-color: rgb(194,14,175); }
td.TdClassName
{
border-color: #C20EAF;
}
.TagClassName
{
border-color: #C20EAF;
}
</style>