Shades of Medium Violet Red #C60E95
Tints of Medium Violet Red #C60E95
RGB
CMYK
RGB Variations
Color information
#C60E95 (or 0xC60E95) is known color: Medium Violet Red. HEX triplet: C6, 0E and 95. RGB value is (198,14,149). Sum of RGB (Red+Green+Blue) = 198+14+149=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60E95 is #39F16A. Grayscale: #545454. Windows color (decimal): -3797355 or 9768646. OLE color: 9768646.
HSL color Cylindrical-coordinate representation of color #C60E95: hue angle of 315.98º 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 #C60E95 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 149 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.22 |
| HSL | 315.98º | 0.87% | 0.42% | - |
| HSV(B) | 315.98º | 0.93% | 0.78% | - |
| XYZ | 28.87 | 14.49 | 29.71 | - |
| YUV | 84.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 149 | 0 | 0.93 | 0.25 | 0.22 | 315.98 | 0.87 | 0.42 |
| Hex | C6 | E | 95 | 0 | 5D | 19 | 16 | 13C | 57 | 2A |
| Octal | 306 | 16 | 225 | 0 | 135 | 31 | 26 | 474 | 127 | 52 |
| Binary | 11000110 | 1110 | 10010101 | 0 | 1011101 | 11001 | 10110 | 100111100 | 1010111 | 101010 |
Color Harmonies of #C60E95
Complementary color
Monochromatic Colors of #C60E95
Black with #C60E95
Text Example
Text Example
White with #C60E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60E95; }
p { color: rgb(198,14,149); }
H1.HeaderClassName
{
color: #C60E95;
}
.AnyTagClassName
{
color: #C60E95;
}
</style>
background-color css
<style>
a { background-color: #C60E95; }
a { background-color: rgb(198,14,149); }
div.DivClassName
{
background-color: #C60E95;
}
.BgClassName
{
background-color: #C60E95;
}
</style>
border-color css
<style>
span { border-color: #C60E95; }
span { border-color: rgb(198,14,149); }
td.TdClassName
{
border-color: #C60E95;
}
.TagClassName
{
border-color: #C60E95;
}
</style>