Shades of Deep Magenta #C00AAF
Tints of Deep Magenta #C00AAF
RGB
CMYK
RGB Variations
Color information
#C00AAF (or 0xC00AAF) is known color: Deep Magenta. HEX triplet: C0, 0A and AF. RGB value is (192,10,175). Sum of RGB (Red+Green+Blue) = 192+10+175=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAF is #3FF550. Grayscale: #525252. Windows color (decimal): -4191569 or 11471552. OLE color: 11471552.
HSL color Cylindrical-coordinate representation of color #C00AAF: hue angle of 305.6º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AAF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.25 |
| HSL | 305.6º | 0.9% | 0.4% | - |
| HSV(B) | 305.6º | 0.95% | 0.75% | - |
| XYZ | 29.58 | 14.52 | 41.8 | - |
| YUV | 83.23 | 179.8 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 175 | 0 | 0.95 | 0.09 | 0.25 | 305.6 | 0.9 | 0.4 |
| Hex | C0 | A | AF | 0 | 5F | 9 | 19 | 132 | 5A | 28 |
| Octal | 300 | 12 | 257 | 0 | 137 | 11 | 31 | 462 | 132 | 50 |
| Binary | 11000000 | 1010 | 10101111 | 0 | 1011111 | 1001 | 11001 | 100110010 | 1011010 | 101000 |
Color Harmonies of #C00AAF
Complementary color
Monochromatic Colors of #C00AAF
Black with #C00AAF
Text Example
Text Example
White with #C00AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AAF; }
p { color: rgb(192,10,175); }
H1.HeaderClassName
{
color: #C00AAF;
}
.AnyTagClassName
{
color: #C00AAF;
}
</style>
background-color css
<style>
a { background-color: #C00AAF; }
a { background-color: rgb(192,10,175); }
div.DivClassName
{
background-color: #C00AAF;
}
.BgClassName
{
background-color: #C00AAF;
}
</style>
border-color css
<style>
span { border-color: #C00AAF; }
span { border-color: rgb(192,10,175); }
td.TdClassName
{
border-color: #C00AAF;
}
.TagClassName
{
border-color: #C00AAF;
}
</style>