Shades of Deep Magenta #C20AC8
Tints of Deep Magenta #C20AC8
RGB
CMYK
RGB Variations
Color information
#C20AC8 (or 0xC20AC8) is known color: Deep Magenta. HEX triplet: C2, 0A and C8. RGB value is (194,10,200). Sum of RGB (Red+Green+Blue) = 194+10+200=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #C20AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AC8 is #3DF537. Grayscale: #565656. Windows color (decimal): -4060472 or 13109954. OLE color: 13109954.
HSL color Cylindrical-coordinate representation of color #C20AC8: hue angle of 298.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AC8 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 10 | 200 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.22 |
| HSL | 298.11º | 0.9% | 0.41% | - |
| HSV(B) | 298.11º | 0.95% | 0.78% | - |
| XYZ | 32.78 | 15.86 | 55.98 | - |
| YUV | 86.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 200 | 0.03 | 0.95 | 0 | 0.22 | 298.11 | 0.9 | 0.41 |
| Hex | C2 | A | C8 | 3 | 5F | 0 | 16 | 12A | 5A | 29 |
| Octal | 302 | 12 | 310 | 3 | 137 | 0 | 26 | 452 | 132 | 51 |
| Binary | 11000010 | 1010 | 11001000 | 11 | 1011111 | 0 | 10110 | 100101010 | 1011010 | 101001 |
Color Harmonies of #C20AC8
Complementary color
Monochromatic Colors of #C20AC8
Black with #C20AC8
Text Example
Text Example
White with #C20AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AC8; }
p { color: rgb(194,10,200); }
H1.HeaderClassName
{
color: #C20AC8;
}
.AnyTagClassName
{
color: #C20AC8;
}
</style>
background-color css
<style>
a { background-color: #C20AC8; }
a { background-color: rgb(194,10,200); }
div.DivClassName
{
background-color: #C20AC8;
}
.BgClassName
{
background-color: #C20AC8;
}
</style>
border-color css
<style>
span { border-color: #C20AC8; }
span { border-color: rgb(194,10,200); }
td.TdClassName
{
border-color: #C20AC8;
}
.TagClassName
{
border-color: #C20AC8;
}
</style>