Shades of Deep Magenta #C20CAC
Tints of Deep Magenta #C20CAC
RGB
CMYK
RGB Variations
Color information
#C20CAC (or 0xC20CAC) is known color: Deep Magenta. HEX triplet: C2, 0C and AC. RGB value is (194,12,172). Sum of RGB (Red+Green+Blue) = 194+12+172=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CAC is #3DF353. Grayscale: #545454. Windows color (decimal): -4059988 or 11275458. OLE color: 11275458.
HSL color Cylindrical-coordinate representation of color #C20CAC: hue angle of 307.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CAC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.24 |
| HSL | 307.25º | 0.88% | 0.4% | - |
| HSV(B) | 307.25º | 0.94% | 0.76% | - |
| XYZ | 29.83 | 14.71 | 40.3 | - |
| YUV | 84.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 172 | 0 | 0.94 | 0.11 | 0.24 | 307.25 | 0.88 | 0.4 |
| Hex | C2 | C | AC | 0 | 5E | B | 18 | 133 | 58 | 28 |
| Octal | 302 | 14 | 254 | 0 | 136 | 13 | 30 | 463 | 130 | 50 |
| Binary | 11000010 | 1100 | 10101100 | 0 | 1011110 | 1011 | 11000 | 100110011 | 1011000 | 101000 |
Color Harmonies of #C20CAC
Complementary color
Monochromatic Colors of #C20CAC
Black with #C20CAC
Text Example
Text Example
White with #C20CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CAC; }
p { color: rgb(194,12,172); }
H1.HeaderClassName
{
color: #C20CAC;
}
.AnyTagClassName
{
color: #C20CAC;
}
</style>
background-color css
<style>
a { background-color: #C20CAC; }
a { background-color: rgb(194,12,172); }
div.DivClassName
{
background-color: #C20CAC;
}
.BgClassName
{
background-color: #C20CAC;
}
</style>
border-color css
<style>
span { border-color: #C20CAC; }
span { border-color: rgb(194,12,172); }
td.TdClassName
{
border-color: #C20CAC;
}
.TagClassName
{
border-color: #C20CAC;
}
</style>