Shades of Medium Violet Red #C60585
Tints of Medium Violet Red #C60585
RGB
CMYK
RGB Variations
Color information
#C60585 (or 0xC60585) is known color: Medium Violet Red. HEX triplet: C6, 05 and 85. RGB value is (198,5,133). Sum of RGB (Red+Green+Blue) = 198+5+133=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60585 is #39FA7A. Grayscale: #4C4C4C. Windows color (decimal): -3799675 or 8717766. OLE color: 8717766.
HSL color Cylindrical-coordinate representation of color #C60585: hue angle of 320.21º 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 #C60585 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.22 |
| HSL | 320.21º | 0.95% | 0.4% | - |
| HSV(B) | 320.21º | 0.97% | 0.78% | - |
| XYZ | 27.58 | 13.81 | 23.4 | - |
| YUV | 77.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 133 | 0 | 0.97 | 0.33 | 0.22 | 320.21 | 0.95 | 0.4 |
| Hex | C6 | 5 | 85 | 0 | 61 | 21 | 16 | 140 | 5F | 28 |
| Octal | 306 | 5 | 205 | 0 | 141 | 41 | 26 | 500 | 137 | 50 |
| Binary | 11000110 | 101 | 10000101 | 0 | 1100001 | 100001 | 10110 | 101000000 | 1011111 | 101000 |
Color Harmonies of #C60585
Complementary color
Monochromatic Colors of #C60585
Black with #C60585
Text Example
Text Example
White with #C60585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60585; }
p { color: rgb(198,5,133); }
H1.HeaderClassName
{
color: #C60585;
}
.AnyTagClassName
{
color: #C60585;
}
</style>
background-color css
<style>
a { background-color: #C60585; }
a { background-color: rgb(198,5,133); }
div.DivClassName
{
background-color: #C60585;
}
.BgClassName
{
background-color: #C60585;
}
</style>
border-color css
<style>
span { border-color: #C60585; }
span { border-color: rgb(198,5,133); }
td.TdClassName
{
border-color: #C60585;
}
.TagClassName
{
border-color: #C60585;
}
</style>