Shades of Deep Magenta #C20ADE
Tints of Deep Magenta #C20ADE
RGB
CMYK
RGB Variations
Color information
#C20ADE (or 0xC20ADE) is known color: Deep Magenta. HEX triplet: C2, 0A and DE. RGB value is (194,10,222). Sum of RGB (Red+Green+Blue) = 194+10+222=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ADE is #3DF521. Grayscale: #585858. Windows color (decimal): -4060450 or 14551746. OLE color: 14551746.
HSL color Cylindrical-coordinate representation of color #C20ADE: hue angle of 292.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ADE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 10 | 222 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 292.08º | 0.91% | 0.45% | - |
| HSV(B) | 292.08º | 0.95% | 0.87% | - |
| XYZ | 35.54 | 16.96 | 70.51 | - |
| YUV | 89.18 | 202.96 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 222 | 0.13 | 0.95 | 0 | 0.13 | 292.08 | 0.91 | 0.45 |
| Hex | C2 | A | DE | D | 5F | 0 | D | 124 | 5B | 2D |
| Octal | 302 | 12 | 336 | 15 | 137 | 0 | 15 | 444 | 133 | 55 |
| Binary | 11000010 | 1010 | 11011110 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101101 |
Color Harmonies of #C20ADE
Complementary color
Monochromatic Colors of #C20ADE
Black with #C20ADE
Text Example
Text Example
White with #C20ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ADE; }
p { color: rgb(194,10,222); }
H1.HeaderClassName
{
color: #C20ADE;
}
.AnyTagClassName
{
color: #C20ADE;
}
</style>
background-color css
<style>
a { background-color: #C20ADE; }
a { background-color: rgb(194,10,222); }
div.DivClassName
{
background-color: #C20ADE;
}
.BgClassName
{
background-color: #C20ADE;
}
</style>
border-color css
<style>
span { border-color: #C20ADE; }
span { border-color: rgb(194,10,222); }
td.TdClassName
{
border-color: #C20ADE;
}
.TagClassName
{
border-color: #C20ADE;
}
</style>