Shades of Medium Violet Red #C60574
Tints of Medium Violet Red #C60574
RGB
CMYK
RGB Variations
Color information
#C60574 (or 0xC60574) is known color: Medium Violet Red. HEX triplet: C6, 05 and 74. RGB value is (198,5,116). Sum of RGB (Red+Green+Blue) = 198+5+116=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60574 is #39FA8B. Grayscale: #4B4B4B. Windows color (decimal): -3799692 or 7603654. OLE color: 7603654.
HSL color Cylindrical-coordinate representation of color #C60574: hue angle of 325.49º 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 #C60574 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.22 |
| HSL | 325.49º | 0.95% | 0.4% | - |
| HSV(B) | 325.49º | 0.97% | 0.78% | - |
| XYZ | 26.5 | 13.38 | 17.71 | - |
| YUV | 75.36 | 150.94 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 116 | 0 | 0.97 | 0.41 | 0.22 | 325.49 | 0.95 | 0.4 |
| Hex | C6 | 5 | 74 | 0 | 61 | 29 | 16 | 145 | 5F | 28 |
| Octal | 306 | 5 | 164 | 0 | 141 | 51 | 26 | 505 | 137 | 50 |
| Binary | 11000110 | 101 | 1110100 | 0 | 1100001 | 101001 | 10110 | 101000101 | 1011111 | 101000 |
Color Harmonies of #C60574
Complementary color
Monochromatic Colors of #C60574
Black with #C60574
Text Example
Text Example
White with #C60574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60574; }
p { color: rgb(198,5,116); }
H1.HeaderClassName
{
color: #C60574;
}
.AnyTagClassName
{
color: #C60574;
}
</style>
background-color css
<style>
a { background-color: #C60574; }
a { background-color: rgb(198,5,116); }
div.DivClassName
{
background-color: #C60574;
}
.BgClassName
{
background-color: #C60574;
}
</style>
border-color css
<style>
span { border-color: #C60574; }
span { border-color: rgb(198,5,116); }
td.TdClassName
{
border-color: #C60574;
}
.TagClassName
{
border-color: #C60574;
}
</style>