Shades of Medium Violet Red #C60995
Tints of Medium Violet Red #C60995
RGB
CMYK
RGB Variations
Color information
#C60995 (or 0xC60995) is known color: Medium Violet Red. HEX triplet: C6, 09 and 95. RGB value is (198,9,149). Sum of RGB (Red+Green+Blue) = 198+9+149=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C60995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60995 is #39F66A. Grayscale: #515151. Windows color (decimal): -3798635 or 9767366. OLE color: 9767366.
HSL color Cylindrical-coordinate representation of color #C60995: hue angle of 315.56º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60995 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 149 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.22 |
| HSL | 315.56º | 0.91% | 0.41% | - |
| HSV(B) | 315.56º | 0.95% | 0.78% | - |
| XYZ | 28.81 | 14.37 | 29.69 | - |
| YUV | 81.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 149 | 0 | 0.95 | 0.25 | 0.22 | 315.56 | 0.91 | 0.41 |
| Hex | C6 | 9 | 95 | 0 | 5F | 19 | 16 | 13C | 5B | 29 |
| Octal | 306 | 11 | 225 | 0 | 137 | 31 | 26 | 474 | 133 | 51 |
| Binary | 11000110 | 1001 | 10010101 | 0 | 1011111 | 11001 | 10110 | 100111100 | 1011011 | 101001 |
Color Harmonies of #C60995
Complementary color
Monochromatic Colors of #C60995
Black with #C60995
Text Example
Text Example
White with #C60995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60995; }
p { color: rgb(198,9,149); }
H1.HeaderClassName
{
color: #C60995;
}
.AnyTagClassName
{
color: #C60995;
}
</style>
background-color css
<style>
a { background-color: #C60995; }
a { background-color: rgb(198,9,149); }
div.DivClassName
{
background-color: #C60995;
}
.BgClassName
{
background-color: #C60995;
}
</style>
border-color css
<style>
span { border-color: #C60995; }
span { border-color: rgb(198,9,149); }
td.TdClassName
{
border-color: #C60995;
}
.TagClassName
{
border-color: #C60995;
}
</style>