Shades of Deep Magenta #C20AC2
Tints of Deep Magenta #C20AC2
RGB
CMYK
RGB Variations
Color information
#C20AC2 (or 0xC20AC2) is known color: Deep Magenta. HEX triplet: C2, 0A and C2. RGB value is (194,10,194). Sum of RGB (Red+Green+Blue) = 194+10+194=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C20AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AC2 is #3DF53D. Grayscale: #555555. Windows color (decimal): -4060478 or 12716738. OLE color: 12716738.
HSL color Cylindrical-coordinate representation of color #C20AC2: hue angle of 300º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AC2 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 194 | - |
| CMYK | 0 | 0.95 | 0 | 0.24 |
| HSL | 300º | 0.9% | 0.4% | - |
| HSV(B) | 300º | 0.95% | 0.76% | - |
| XYZ | 32.09 | 15.58 | 52.35 | - |
| YUV | 85.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 194 | 0 | 0.95 | 0 | 0.24 | 300 | 0.9 | 0.4 |
| Hex | C2 | A | C2 | 0 | 5F | 0 | 18 | 12C | 5A | 28 |
| Octal | 302 | 12 | 302 | 0 | 137 | 0 | 30 | 454 | 132 | 50 |
| Binary | 11000010 | 1010 | 11000010 | 0 | 1011111 | 0 | 11000 | 100101100 | 1011010 | 101000 |
Color Harmonies of #C20AC2
Complementary color
Monochromatic Colors of #C20AC2
Black with #C20AC2
Text Example
Text Example
White with #C20AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AC2; }
p { color: rgb(194,10,194); }
H1.HeaderClassName
{
color: #C20AC2;
}
.AnyTagClassName
{
color: #C20AC2;
}
</style>
background-color css
<style>
a { background-color: #C20AC2; }
a { background-color: rgb(194,10,194); }
div.DivClassName
{
background-color: #C20AC2;
}
.BgClassName
{
background-color: #C20AC2;
}
</style>
border-color css
<style>
span { border-color: #C20AC2; }
span { border-color: rgb(194,10,194); }
td.TdClassName
{
border-color: #C20AC2;
}
.TagClassName
{
border-color: #C20AC2;
}
</style>