Shades of Deep Magenta #C20EBA
Tints of Deep Magenta #C20EBA
RGB
CMYK
RGB Variations
Color information
#C20EBA (or 0xC20EBA) is known color: Deep Magenta. HEX triplet: C2, 0E and BA. RGB value is (194,14,186). Sum of RGB (Red+Green+Blue) = 194+14+186=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C20EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EBA is #3DF145. Grayscale: #565656. Windows color (decimal): -4059462 or 12193474. OLE color: 12193474.
HSL color Cylindrical-coordinate representation of color #C20EBA: hue angle of 302.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 #C20EBA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 186 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.24 |
| HSL | 302.67º | 0.87% | 0.41% | - |
| HSV(B) | 302.67º | 0.93% | 0.76% | - |
| XYZ | 31.27 | 15.33 | 47.77 | - |
| YUV | 87.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 186 | 0 | 0.93 | 0.04 | 0.24 | 302.67 | 0.87 | 0.41 |
| Hex | C2 | E | BA | 0 | 5D | 4 | 18 | 12F | 57 | 29 |
| Octal | 302 | 16 | 272 | 0 | 135 | 4 | 30 | 457 | 127 | 51 |
| Binary | 11000010 | 1110 | 10111010 | 0 | 1011101 | 100 | 11000 | 100101111 | 1010111 | 101001 |
Color Harmonies of #C20EBA
Complementary color
Monochromatic Colors of #C20EBA
Black with #C20EBA
Text Example
Text Example
White with #C20EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EBA; }
p { color: rgb(194,14,186); }
H1.HeaderClassName
{
color: #C20EBA;
}
.AnyTagClassName
{
color: #C20EBA;
}
</style>
background-color css
<style>
a { background-color: #C20EBA; }
a { background-color: rgb(194,14,186); }
div.DivClassName
{
background-color: #C20EBA;
}
.BgClassName
{
background-color: #C20EBA;
}
</style>
border-color css
<style>
span { border-color: #C20EBA; }
span { border-color: rgb(194,14,186); }
td.TdClassName
{
border-color: #C20EBA;
}
.TagClassName
{
border-color: #C20EBA;
}
</style>