Shades of Deep Magenta #C00AA8
Tints of Deep Magenta #C00AA8
RGB
CMYK
RGB Variations
Color information
#C00AA8 (or 0xC00AA8) is known color: Deep Magenta. HEX triplet: C0, 0A and A8. RGB value is (192,10,168). Sum of RGB (Red+Green+Blue) = 192+10+168=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AA8 is #3FF557. Grayscale: #515151. Windows color (decimal): -4191576 or 11012800. OLE color: 11012800.
HSL color Cylindrical-coordinate representation of color #C00AA8: hue angle of 307.91º 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 #C00AA8 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 168 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.25 |
| HSL | 307.91º | 0.9% | 0.4% | - |
| HSV(B) | 307.91º | 0.95% | 0.75% | - |
| XYZ | 28.91 | 14.25 | 38.27 | - |
| YUV | 82.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 168 | 0 | 0.95 | 0.12 | 0.25 | 307.91 | 0.9 | 0.4 |
| Hex | C0 | A | A8 | 0 | 5F | C | 19 | 134 | 5A | 28 |
| Octal | 300 | 12 | 250 | 0 | 137 | 14 | 31 | 464 | 132 | 50 |
| Binary | 11000000 | 1010 | 10101000 | 0 | 1011111 | 1100 | 11001 | 100110100 | 1011010 | 101000 |
Color Harmonies of #C00AA8
Complementary color
Monochromatic Colors of #C00AA8
Black with #C00AA8
Text Example
Text Example
White with #C00AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AA8; }
p { color: rgb(192,10,168); }
H1.HeaderClassName
{
color: #C00AA8;
}
.AnyTagClassName
{
color: #C00AA8;
}
</style>
background-color css
<style>
a { background-color: #C00AA8; }
a { background-color: rgb(192,10,168); }
div.DivClassName
{
background-color: #C00AA8;
}
.BgClassName
{
background-color: #C00AA8;
}
</style>
border-color css
<style>
span { border-color: #C00AA8; }
span { border-color: rgb(192,10,168); }
td.TdClassName
{
border-color: #C00AA8;
}
.TagClassName
{
border-color: #C00AA8;
}
</style>