Shades of Deep Magenta #C20EBE
Tints of Deep Magenta #C20EBE
RGB
CMYK
RGB Variations
Color information
#C20EBE (or 0xC20EBE) is known color: Deep Magenta. HEX triplet: C2, 0E and BE. RGB value is (194,14,190). Sum of RGB (Red+Green+Blue) = 194+14+190=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EBE is #3DF141. Grayscale: #575757. Windows color (decimal): -4059458 or 12455618. OLE color: 12455618.
HSL color Cylindrical-coordinate representation of color #C20EBE: hue angle of 301.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 #C20EBE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.24 |
| HSL | 301.33º | 0.87% | 0.41% | - |
| HSV(B) | 301.33º | 0.93% | 0.76% | - |
| XYZ | 31.7 | 15.5 | 50.04 | - |
| YUV | 87.88 | 185.63 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 190 | 0 | 0.93 | 0.02 | 0.24 | 301.33 | 0.87 | 0.41 |
| Hex | C2 | E | BE | 0 | 5D | 2 | 18 | 12D | 57 | 29 |
| Octal | 302 | 16 | 276 | 0 | 135 | 2 | 30 | 455 | 127 | 51 |
| Binary | 11000010 | 1110 | 10111110 | 0 | 1011101 | 10 | 11000 | 100101101 | 1010111 | 101001 |
Color Harmonies of #C20EBE
Complementary color
Monochromatic Colors of #C20EBE
Black with #C20EBE
Text Example
Text Example
White with #C20EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EBE; }
p { color: rgb(194,14,190); }
H1.HeaderClassName
{
color: #C20EBE;
}
.AnyTagClassName
{
color: #C20EBE;
}
</style>
background-color css
<style>
a { background-color: #C20EBE; }
a { background-color: rgb(194,14,190); }
div.DivClassName
{
background-color: #C20EBE;
}
.BgClassName
{
background-color: #C20EBE;
}
</style>
border-color css
<style>
span { border-color: #C20EBE; }
span { border-color: rgb(194,14,190); }
td.TdClassName
{
border-color: #C20EBE;
}
.TagClassName
{
border-color: #C20EBE;
}
</style>