Shades of Deep Magenta #C60EAC
Tints of Deep Magenta #C60EAC
RGB
CMYK
RGB Variations
Color information
#C60EAC (or 0xC60EAC) is known color: Deep Magenta. HEX triplet: C6, 0E and AC. RGB value is (198,14,172). Sum of RGB (Red+Green+Blue) = 198+14+172=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EAC is #39F153. Grayscale: #565656. Windows color (decimal): -3797332 or 11275974. OLE color: 11275974.
HSL color Cylindrical-coordinate representation of color #C60EAC: hue angle of 308.48º 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 #C60EAC is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.22 |
| HSL | 308.48º | 0.87% | 0.42% | - |
| HSV(B) | 308.48º | 0.93% | 0.78% | - |
| XYZ | 30.89 | 15.3 | 40.35 | - |
| YUV | 87.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 172 | 0 | 0.93 | 0.13 | 0.22 | 308.48 | 0.87 | 0.42 |
| Hex | C6 | E | AC | 0 | 5D | D | 16 | 134 | 57 | 2A |
| Octal | 306 | 16 | 254 | 0 | 135 | 15 | 26 | 464 | 127 | 52 |
| Binary | 11000110 | 1110 | 10101100 | 0 | 1011101 | 1101 | 10110 | 100110100 | 1010111 | 101010 |
Color Harmonies of #C60EAC
Complementary color
Monochromatic Colors of #C60EAC
Black with #C60EAC
Text Example
Text Example
White with #C60EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EAC; }
p { color: rgb(198,14,172); }
H1.HeaderClassName
{
color: #C60EAC;
}
.AnyTagClassName
{
color: #C60EAC;
}
</style>
background-color css
<style>
a { background-color: #C60EAC; }
a { background-color: rgb(198,14,172); }
div.DivClassName
{
background-color: #C60EAC;
}
.BgClassName
{
background-color: #C60EAC;
}
</style>
border-color css
<style>
span { border-color: #C60EAC; }
span { border-color: rgb(198,14,172); }
td.TdClassName
{
border-color: #C60EAC;
}
.TagClassName
{
border-color: #C60EAC;
}
</style>