Shades of Deep Magenta #C60AA8
Tints of Deep Magenta #C60AA8
RGB
CMYK
RGB Variations
Color information
#C60AA8 (or 0xC60AA8) is known color: Deep Magenta. HEX triplet: C6, 0A and A8. RGB value is (198,10,168). Sum of RGB (Red+Green+Blue) = 198+10+168=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AA8 is #39F557. Grayscale: #535353. Windows color (decimal): -3798360 or 11012806. OLE color: 11012806.
HSL color Cylindrical-coordinate representation of color #C60AA8: hue angle of 309.57º 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 #C60AA8 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 168 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.22 |
| HSL | 309.57º | 0.9% | 0.41% | - |
| HSV(B) | 309.57º | 0.95% | 0.78% | - |
| XYZ | 30.47 | 15.05 | 38.35 | - |
| YUV | 84.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 168 | 0 | 0.95 | 0.15 | 0.22 | 309.57 | 0.9 | 0.41 |
| Hex | C6 | A | A8 | 0 | 5F | F | 16 | 136 | 5A | 29 |
| Octal | 306 | 12 | 250 | 0 | 137 | 17 | 26 | 466 | 132 | 51 |
| Binary | 11000110 | 1010 | 10101000 | 0 | 1011111 | 1111 | 10110 | 100110110 | 1011010 | 101001 |
Color Harmonies of #C60AA8
Complementary color
Monochromatic Colors of #C60AA8
Black with #C60AA8
Text Example
Text Example
White with #C60AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AA8; }
p { color: rgb(198,10,168); }
H1.HeaderClassName
{
color: #C60AA8;
}
.AnyTagClassName
{
color: #C60AA8;
}
</style>
background-color css
<style>
a { background-color: #C60AA8; }
a { background-color: rgb(198,10,168); }
div.DivClassName
{
background-color: #C60AA8;
}
.BgClassName
{
background-color: #C60AA8;
}
</style>
border-color css
<style>
span { border-color: #C60AA8; }
span { border-color: rgb(198,10,168); }
td.TdClassName
{
border-color: #C60AA8;
}
.TagClassName
{
border-color: #C60AA8;
}
</style>