Shades of Medium Violet Red #C60599
Tints of Medium Violet Red #C60599
RGB
CMYK
RGB Variations
Color information
#C60599 (or 0xC60599) is known color: Medium Violet Red. HEX triplet: C6, 05 and 99. RGB value is (198,5,153). Sum of RGB (Red+Green+Blue) = 198+5+153=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C60599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60599 is #39FA66. Grayscale: #4F4F4F. Windows color (decimal): -3799655 or 10028486. OLE color: 10028486.
HSL color Cylindrical-coordinate representation of color #C60599: hue angle of 313.99º 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 #C60599 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.22 |
| HSL | 313.99º | 0.95% | 0.4% | - |
| HSV(B) | 313.99º | 0.97% | 0.78% | - |
| XYZ | 29.09 | 14.41 | 31.39 | - |
| YUV | 79.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 153 | 0 | 0.97 | 0.23 | 0.22 | 313.99 | 0.95 | 0.4 |
| Hex | C6 | 5 | 99 | 0 | 61 | 17 | 16 | 13A | 5F | 28 |
| Octal | 306 | 5 | 231 | 0 | 141 | 27 | 26 | 472 | 137 | 50 |
| Binary | 11000110 | 101 | 10011001 | 0 | 1100001 | 10111 | 10110 | 100111010 | 1011111 | 101000 |
Color Harmonies of #C60599
Complementary color
Monochromatic Colors of #C60599
Black with #C60599
Text Example
Text Example
White with #C60599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60599; }
p { color: rgb(198,5,153); }
H1.HeaderClassName
{
color: #C60599;
}
.AnyTagClassName
{
color: #C60599;
}
</style>
background-color css
<style>
a { background-color: #C60599; }
a { background-color: rgb(198,5,153); }
div.DivClassName
{
background-color: #C60599;
}
.BgClassName
{
background-color: #C60599;
}
</style>
border-color css
<style>
span { border-color: #C60599; }
span { border-color: rgb(198,5,153); }
td.TdClassName
{
border-color: #C60599;
}
.TagClassName
{
border-color: #C60599;
}
</style>