Shades of Medium Violet Red #C60577
Tints of Medium Violet Red #C60577
RGB
CMYK
RGB Variations
Color information
#C60577 (or 0xC60577) is known color: Medium Violet Red. HEX triplet: C6, 05 and 77. RGB value is (198,5,119). Sum of RGB (Red+Green+Blue) = 198+5+119=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C60577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60577 is #39FA88. Grayscale: #4B4B4B. Windows color (decimal): -3799689 or 7800262. OLE color: 7800262.
HSL color Cylindrical-coordinate representation of color #C60577: hue angle of 324.56º 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 #C60577 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.22 |
| HSL | 324.56º | 0.95% | 0.4% | - |
| HSV(B) | 324.56º | 0.97% | 0.78% | - |
| XYZ | 26.67 | 13.45 | 18.64 | - |
| YUV | 75.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 119 | 0 | 0.97 | 0.40 | 0.22 | 324.56 | 0.95 | 0.4 |
| Hex | C6 | 5 | 77 | 0 | 61 | 28 | 16 | 145 | 5F | 28 |
| Octal | 306 | 5 | 167 | 0 | 141 | 50 | 26 | 505 | 137 | 50 |
| Binary | 11000110 | 101 | 1110111 | 0 | 1100001 | 101000 | 10110 | 101000101 | 1011111 | 101000 |
Color Harmonies of #C60577
Complementary color
Monochromatic Colors of #C60577
Black with #C60577
Text Example
Text Example
White with #C60577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60577; }
p { color: rgb(198,5,119); }
H1.HeaderClassName
{
color: #C60577;
}
.AnyTagClassName
{
color: #C60577;
}
</style>
background-color css
<style>
a { background-color: #C60577; }
a { background-color: rgb(198,5,119); }
div.DivClassName
{
background-color: #C60577;
}
.BgClassName
{
background-color: #C60577;
}
</style>
border-color css
<style>
span { border-color: #C60577; }
span { border-color: rgb(198,5,119); }
td.TdClassName
{
border-color: #C60577;
}
.TagClassName
{
border-color: #C60577;
}
</style>