Shades of Medium Violet Red #C60E9C
Tints of Medium Violet Red #C60E9C
RGB
CMYK
RGB Variations
Color information
#C60E9C (or 0xC60E9C) is known color: Medium Violet Red. HEX triplet: C6, 0E and 9C. RGB value is (198,14,156). Sum of RGB (Red+Green+Blue) = 198+14+156=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60E9C is #39F163. Grayscale: #545454. Windows color (decimal): -3797348 or 10227398. OLE color: 10227398.
HSL color Cylindrical-coordinate representation of color #C60E9C: hue angle of 313.7º 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 #C60E9C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 156 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.22 |
| HSL | 313.7º | 0.87% | 0.42% | - |
| HSV(B) | 313.7º | 0.93% | 0.78% | - |
| XYZ | 29.45 | 14.72 | 32.74 | - |
| YUV | 85.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 156 | 0 | 0.93 | 0.21 | 0.22 | 313.7 | 0.87 | 0.42 |
| Hex | C6 | E | 9C | 0 | 5D | 15 | 16 | 13A | 57 | 2A |
| Octal | 306 | 16 | 234 | 0 | 135 | 25 | 26 | 472 | 127 | 52 |
| Binary | 11000110 | 1110 | 10011100 | 0 | 1011101 | 10101 | 10110 | 100111010 | 1010111 | 101010 |
Color Harmonies of #C60E9C
Complementary color
Monochromatic Colors of #C60E9C
Black with #C60E9C
Text Example
Text Example
White with #C60E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E9C; }
p { color: rgb(198,14,156); }
H1.HeaderClassName
{
color: #C60E9C;
}
.AnyTagClassName
{
color: #C60E9C;
}
</style>
background-color css
<style>
a { background-color: #C60E9C; }
a { background-color: rgb(198,14,156); }
div.DivClassName
{
background-color: #C60E9C;
}
.BgClassName
{
background-color: #C60E9C;
}
</style>
border-color css
<style>
span { border-color: #C60E9C; }
span { border-color: rgb(198,14,156); }
td.TdClassName
{
border-color: #C60E9C;
}
.TagClassName
{
border-color: #C60E9C;
}
</style>