Shades of Deep Magenta #C60CA9
Tints of Deep Magenta #C60CA9
RGB
CMYK
RGB Variations
Color information
#C60CA9 (or 0xC60CA9) is known color: Deep Magenta. HEX triplet: C6, 0C and A9. RGB value is (198,12,169). Sum of RGB (Red+Green+Blue) = 198+12+169=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60CA9 is #39F356. Grayscale: #555555. Windows color (decimal): -3797847 or 11078854. OLE color: 11078854.
HSL color Cylindrical-coordinate representation of color #C60CA9: hue angle of 309.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60CA9 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 12 | 169 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.22 |
| HSL | 309.35º | 0.89% | 0.41% | - |
| HSV(B) | 309.35º | 0.94% | 0.78% | - |
| XYZ | 30.58 | 15.13 | 38.85 | - |
| YUV | 85.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 169 | 0 | 0.94 | 0.15 | 0.22 | 309.35 | 0.89 | 0.41 |
| Hex | C6 | C | A9 | 0 | 5E | F | 16 | 135 | 59 | 29 |
| Octal | 306 | 14 | 251 | 0 | 136 | 17 | 26 | 465 | 131 | 51 |
| Binary | 11000110 | 1100 | 10101001 | 0 | 1011110 | 1111 | 10110 | 100110101 | 1011001 | 101001 |
Color Harmonies of #C60CA9
Complementary color
Monochromatic Colors of #C60CA9
Black with #C60CA9
Text Example
Text Example
White with #C60CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CA9; }
p { color: rgb(198,12,169); }
H1.HeaderClassName
{
color: #C60CA9;
}
.AnyTagClassName
{
color: #C60CA9;
}
</style>
background-color css
<style>
a { background-color: #C60CA9; }
a { background-color: rgb(198,12,169); }
div.DivClassName
{
background-color: #C60CA9;
}
.BgClassName
{
background-color: #C60CA9;
}
</style>
border-color css
<style>
span { border-color: #C60CA9; }
span { border-color: rgb(198,12,169); }
td.TdClassName
{
border-color: #C60CA9;
}
.TagClassName
{
border-color: #C60CA9;
}
</style>