Shades of Deep Magenta #C20EDA
Tints of Deep Magenta #C20EDA
RGB
CMYK
RGB Variations
Color information
#C20EDA (or 0xC20EDA) is known color: Deep Magenta. HEX triplet: C2, 0E and DA. RGB value is (194,14,218). Sum of RGB (Red+Green+Blue) = 194+14+218=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #C20EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20EDA is #3DF125. Grayscale: #5A5A5A. Windows color (decimal): -4059430 or 14290626. OLE color: 14290626.
HSL color Cylindrical-coordinate representation of color #C20EDA: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EDA is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 14 | 218 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.15 |
| HSL | 292.94º | 0.88% | 0.45% | - |
| HSV(B) | 292.94º | 0.94% | 0.85% | - |
| XYZ | 35.06 | 16.85 | 67.73 | - |
| YUV | 91.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 218 | 0.11 | 0.94 | 0 | 0.15 | 292.94 | 0.88 | 0.45 |
| Hex | C2 | E | DA | B | 5E | 0 | F | 125 | 58 | 2D |
| Octal | 302 | 16 | 332 | 13 | 136 | 0 | 17 | 445 | 130 | 55 |
| Binary | 11000010 | 1110 | 11011010 | 1011 | 1011110 | 0 | 1111 | 100100101 | 1011000 | 101101 |
Color Harmonies of #C20EDA
Complementary color
Monochromatic Colors of #C20EDA
Black with #C20EDA
Text Example
Text Example
White with #C20EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EDA; }
p { color: rgb(194,14,218); }
H1.HeaderClassName
{
color: #C20EDA;
}
.AnyTagClassName
{
color: #C20EDA;
}
</style>
background-color css
<style>
a { background-color: #C20EDA; }
a { background-color: rgb(194,14,218); }
div.DivClassName
{
background-color: #C20EDA;
}
.BgClassName
{
background-color: #C20EDA;
}
</style>
border-color css
<style>
span { border-color: #C20EDA; }
span { border-color: rgb(194,14,218); }
td.TdClassName
{
border-color: #C20EDA;
}
.TagClassName
{
border-color: #C20EDA;
}
</style>