Shades of Deep Magenta #C20ADA
Tints of Deep Magenta #C20ADA
RGB
CMYK
RGB Variations
Color information
#C20ADA (or 0xC20ADA) is known color: Deep Magenta. HEX triplet: C2, 0A and DA. RGB value is (194,10,218). Sum of RGB (Red+Green+Blue) = 194+10+218=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #C20ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ADA is #3DF525. Grayscale: #585858. Windows color (decimal): -4060454 or 14289602. OLE color: 14289602.
HSL color Cylindrical-coordinate representation of color #C20ADA: hue angle of 293.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ADA is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 10 | 218 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.15 |
| HSL | 293.08º | 0.91% | 0.45% | - |
| HSV(B) | 293.08º | 0.95% | 0.85% | - |
| XYZ | 35.01 | 16.75 | 67.72 | - |
| YUV | 88.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 218 | 0.11 | 0.95 | 0 | 0.15 | 293.08 | 0.91 | 0.45 |
| Hex | C2 | A | DA | B | 5F | 0 | F | 125 | 5B | 2D |
| Octal | 302 | 12 | 332 | 13 | 137 | 0 | 17 | 445 | 133 | 55 |
| Binary | 11000010 | 1010 | 11011010 | 1011 | 1011111 | 0 | 1111 | 100100101 | 1011011 | 101101 |
Color Harmonies of #C20ADA
Complementary color
Monochromatic Colors of #C20ADA
Black with #C20ADA
Text Example
Text Example
White with #C20ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ADA; }
p { color: rgb(194,10,218); }
H1.HeaderClassName
{
color: #C20ADA;
}
.AnyTagClassName
{
color: #C20ADA;
}
</style>
background-color css
<style>
a { background-color: #C20ADA; }
a { background-color: rgb(194,10,218); }
div.DivClassName
{
background-color: #C20ADA;
}
.BgClassName
{
background-color: #C20ADA;
}
</style>
border-color css
<style>
span { border-color: #C20ADA; }
span { border-color: rgb(194,10,218); }
td.TdClassName
{
border-color: #C20ADA;
}
.TagClassName
{
border-color: #C20ADA;
}
</style>