Shades of Medium Violet Red #C60595
Tints of Medium Violet Red #C60595
RGB
CMYK
RGB Variations
Color information
#C60595 (or 0xC60595) is known color: Medium Violet Red. HEX triplet: C6, 05 and 95. RGB value is (198,5,149). Sum of RGB (Red+Green+Blue) = 198+5+149=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60595 is #39FA6A. Grayscale: #4E4E4E. Windows color (decimal): -3799659 or 9766342. OLE color: 9766342.
HSL color Cylindrical-coordinate representation of color #C60595: hue angle of 315.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60595 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.22 |
| HSL | 315.23º | 0.95% | 0.4% | - |
| HSV(B) | 315.23º | 0.97% | 0.78% | - |
| XYZ | 28.77 | 14.28 | 29.67 | - |
| YUV | 79.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 149 | 0 | 0.97 | 0.25 | 0.22 | 315.23 | 0.95 | 0.4 |
| Hex | C6 | 5 | 95 | 0 | 61 | 19 | 16 | 13B | 5F | 28 |
| Octal | 306 | 5 | 225 | 0 | 141 | 31 | 26 | 473 | 137 | 50 |
| Binary | 11000110 | 101 | 10010101 | 0 | 1100001 | 11001 | 10110 | 100111011 | 1011111 | 101000 |
Color Harmonies of #C60595
Complementary color
Monochromatic Colors of #C60595
Black with #C60595
Text Example
Text Example
White with #C60595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60595; }
p { color: rgb(198,5,149); }
H1.HeaderClassName
{
color: #C60595;
}
.AnyTagClassName
{
color: #C60595;
}
</style>
background-color css
<style>
a { background-color: #C60595; }
a { background-color: rgb(198,5,149); }
div.DivClassName
{
background-color: #C60595;
}
.BgClassName
{
background-color: #C60595;
}
</style>
border-color css
<style>
span { border-color: #C60595; }
span { border-color: rgb(198,5,149); }
td.TdClassName
{
border-color: #C60595;
}
.TagClassName
{
border-color: #C60595;
}
</style>