Shades of Deep Magenta #C20ACE
Tints of Deep Magenta #C20ACE
RGB
CMYK
RGB Variations
Color information
#C20ACE (or 0xC20ACE) is known color: Deep Magenta. HEX triplet: C2, 0A and CE. RGB value is (194,10,206). Sum of RGB (Red+Green+Blue) = 194+10+206=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C20ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ACE is #3DF531. Grayscale: #565656. Windows color (decimal): -4060466 or 13503170. OLE color: 13503170.
HSL color Cylindrical-coordinate representation of color #C20ACE: hue angle of 296.33º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ACE is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 10 | 206 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.19 |
| HSL | 296.33º | 0.91% | 0.42% | - |
| HSV(B) | 296.33º | 0.95% | 0.81% | - |
| XYZ | 33.5 | 16.14 | 59.74 | - |
| YUV | 87.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 206 | 0.06 | 0.95 | 0 | 0.19 | 296.33 | 0.91 | 0.42 |
| Hex | C2 | A | CE | 6 | 5F | 0 | 13 | 128 | 5B | 2A |
| Octal | 302 | 12 | 316 | 6 | 137 | 0 | 23 | 450 | 133 | 52 |
| Binary | 11000010 | 1010 | 11001110 | 110 | 1011111 | 0 | 10011 | 100101000 | 1011011 | 101010 |
Color Harmonies of #C20ACE
Complementary color
Monochromatic Colors of #C20ACE
Black with #C20ACE
Text Example
Text Example
White with #C20ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20ACE; }
p { color: rgb(194,10,206); }
H1.HeaderClassName
{
color: #C20ACE;
}
.AnyTagClassName
{
color: #C20ACE;
}
</style>
background-color css
<style>
a { background-color: #C20ACE; }
a { background-color: rgb(194,10,206); }
div.DivClassName
{
background-color: #C20ACE;
}
.BgClassName
{
background-color: #C20ACE;
}
</style>
border-color css
<style>
span { border-color: #C20ACE; }
span { border-color: rgb(194,10,206); }
td.TdClassName
{
border-color: #C20ACE;
}
.TagClassName
{
border-color: #C20ACE;
}
</style>