Shades of Medium Violet Red #C60588
Tints of Medium Violet Red #C60588
RGB
CMYK
RGB Variations
Color information
#C60588 (or 0xC60588) is known color: Medium Violet Red. HEX triplet: C6, 05 and 88. RGB value is (198,5,136). Sum of RGB (Red+Green+Blue) = 198+5+136=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C60588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60588 is #39FA77. Grayscale: #4D4D4D. Windows color (decimal): -3799672 or 8914374. OLE color: 8914374.
HSL color Cylindrical-coordinate representation of color #C60588: hue angle of 319.27º 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 #C60588 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.22 |
| HSL | 319.27º | 0.95% | 0.4% | - |
| HSV(B) | 319.27º | 0.97% | 0.78% | - |
| XYZ | 27.79 | 13.89 | 24.51 | - |
| YUV | 77.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 136 | 0 | 0.97 | 0.31 | 0.22 | 319.27 | 0.95 | 0.4 |
| Hex | C6 | 5 | 88 | 0 | 61 | 1F | 16 | 13F | 5F | 28 |
| Octal | 306 | 5 | 210 | 0 | 141 | 37 | 26 | 477 | 137 | 50 |
| Binary | 11000110 | 101 | 10001000 | 0 | 1100001 | 11111 | 10110 | 100111111 | 1011111 | 101000 |
Color Harmonies of #C60588
Complementary color
Monochromatic Colors of #C60588
Black with #C60588
Text Example
Text Example
White with #C60588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60588; }
p { color: rgb(198,5,136); }
H1.HeaderClassName
{
color: #C60588;
}
.AnyTagClassName
{
color: #C60588;
}
</style>
background-color css
<style>
a { background-color: #C60588; }
a { background-color: rgb(198,5,136); }
div.DivClassName
{
background-color: #C60588;
}
.BgClassName
{
background-color: #C60588;
}
</style>
border-color css
<style>
span { border-color: #C60588; }
span { border-color: rgb(198,5,136); }
td.TdClassName
{
border-color: #C60588;
}
.TagClassName
{
border-color: #C60588;
}
</style>