Shades of Deep Magenta #C00CAC
Tints of Deep Magenta #C00CAC
RGB
CMYK
RGB Variations
Color information
#C00CAC (or 0xC00CAC) is known color: Deep Magenta. HEX triplet: C0, 0C and AC. RGB value is (192,12,172). Sum of RGB (Red+Green+Blue) = 192+12+172=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CAC is #3FF353. Grayscale: #535353. Windows color (decimal): -4191060 or 11275456. OLE color: 11275456.
HSL color Cylindrical-coordinate representation of color #C00CAC: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CAC is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.67º | 0.88% | 0.4% | - |
| HSV(B) | 306.67º | 0.94% | 0.75% | - |
| XYZ | 29.32 | 14.45 | 40.27 | - |
| YUV | 84.06 | 177.63 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 172 | 0 | 0.94 | 0.10 | 0.25 | 306.67 | 0.88 | 0.4 |
| Hex | C0 | C | AC | 0 | 5E | A | 19 | 133 | 58 | 28 |
| Octal | 300 | 14 | 254 | 0 | 136 | 12 | 31 | 463 | 130 | 50 |
| Binary | 11000000 | 1100 | 10101100 | 0 | 1011110 | 1010 | 11001 | 100110011 | 1011000 | 101000 |
Color Harmonies of #C00CAC
Complementary color
Monochromatic Colors of #C00CAC
Black with #C00CAC
Text Example
Text Example
White with #C00CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CAC; }
p { color: rgb(192,12,172); }
H1.HeaderClassName
{
color: #C00CAC;
}
.AnyTagClassName
{
color: #C00CAC;
}
</style>
background-color css
<style>
a { background-color: #C00CAC; }
a { background-color: rgb(192,12,172); }
div.DivClassName
{
background-color: #C00CAC;
}
.BgClassName
{
background-color: #C00CAC;
}
</style>
border-color css
<style>
span { border-color: #C00CAC; }
span { border-color: rgb(192,12,172); }
td.TdClassName
{
border-color: #C00CAC;
}
.TagClassName
{
border-color: #C00CAC;
}
</style>