Shades of Deep Magenta #C60EA9
Tints of Deep Magenta #C60EA9
RGB
CMYK
RGB Variations
Color information
#C60EA9 (or 0xC60EA9) is known color: Deep Magenta. HEX triplet: C6, 0E and A9. RGB value is (198,14,169). Sum of RGB (Red+Green+Blue) = 198+14+169=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EA9 is #39F156. Grayscale: #565656. Windows color (decimal): -3797335 or 11079366. OLE color: 11079366.
HSL color Cylindrical-coordinate representation of color #C60EA9: hue angle of 309.46º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60EA9 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 169 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.22 |
| HSL | 309.46º | 0.87% | 0.42% | - |
| HSV(B) | 309.46º | 0.93% | 0.78% | - |
| XYZ | 30.61 | 15.18 | 38.85 | - |
| YUV | 86.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 169 | 0 | 0.93 | 0.15 | 0.22 | 309.46 | 0.87 | 0.42 |
| Hex | C6 | E | A9 | 0 | 5D | F | 16 | 135 | 57 | 2A |
| Octal | 306 | 16 | 251 | 0 | 135 | 17 | 26 | 465 | 127 | 52 |
| Binary | 11000110 | 1110 | 10101001 | 0 | 1011101 | 1111 | 10110 | 100110101 | 1010111 | 101010 |
Color Harmonies of #C60EA9
Complementary color
Monochromatic Colors of #C60EA9
Black with #C60EA9
Text Example
Text Example
White with #C60EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EA9; }
p { color: rgb(198,14,169); }
H1.HeaderClassName
{
color: #C60EA9;
}
.AnyTagClassName
{
color: #C60EA9;
}
</style>
background-color css
<style>
a { background-color: #C60EA9; }
a { background-color: rgb(198,14,169); }
div.DivClassName
{
background-color: #C60EA9;
}
.BgClassName
{
background-color: #C60EA9;
}
</style>
border-color css
<style>
span { border-color: #C60EA9; }
span { border-color: rgb(198,14,169); }
td.TdClassName
{
border-color: #C60EA9;
}
.TagClassName
{
border-color: #C60EA9;
}
</style>