Shades of Medium Violet Red #C60EA8
Tints of Medium Violet Red #C60EA8
RGB
CMYK
RGB Variations
Color information
#C60EA8 (or 0xC60EA8) is known color: Medium Violet Red. HEX triplet: C6, 0E and A8. RGB value is (198,14,168). Sum of RGB (Red+Green+Blue) = 198+14+168=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60EA8 is #39F157. Grayscale: #565656. Windows color (decimal): -3797336 or 11013830. OLE color: 11013830.
HSL color Cylindrical-coordinate representation of color #C60EA8: hue angle of 309.78º 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 #C60EA8 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 168 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.22 |
| HSL | 309.78º | 0.87% | 0.42% | - |
| HSV(B) | 309.78º | 0.93% | 0.78% | - |
| XYZ | 30.51 | 15.15 | 38.36 | - |
| YUV | 86.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 168 | 0 | 0.93 | 0.15 | 0.22 | 309.78 | 0.87 | 0.42 |
| Hex | C6 | E | A8 | 0 | 5D | F | 16 | 136 | 57 | 2A |
| Octal | 306 | 16 | 250 | 0 | 135 | 17 | 26 | 466 | 127 | 52 |
| Binary | 11000110 | 1110 | 10101000 | 0 | 1011101 | 1111 | 10110 | 100110110 | 1010111 | 101010 |
Color Harmonies of #C60EA8
Complementary color
Monochromatic Colors of #C60EA8
Black with #C60EA8
Text Example
Text Example
White with #C60EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EA8; }
p { color: rgb(198,14,168); }
H1.HeaderClassName
{
color: #C60EA8;
}
.AnyTagClassName
{
color: #C60EA8;
}
</style>
background-color css
<style>
a { background-color: #C60EA8; }
a { background-color: rgb(198,14,168); }
div.DivClassName
{
background-color: #C60EA8;
}
.BgClassName
{
background-color: #C60EA8;
}
</style>
border-color css
<style>
span { border-color: #C60EA8; }
span { border-color: rgb(198,14,168); }
td.TdClassName
{
border-color: #C60EA8;
}
.TagClassName
{
border-color: #C60EA8;
}
</style>