Shades of Medium Violet Red #C60584
Tints of Medium Violet Red #C60584
RGB
CMYK
RGB Variations
Color information
#C60584 (or 0xC60584) is known color: Medium Violet Red. HEX triplet: C6, 05 and 84. RGB value is (198,5,132). Sum of RGB (Red+Green+Blue) = 198+5+132=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60584 is #39FA7B. Grayscale: #4C4C4C. Windows color (decimal): -3799676 or 8652230. OLE color: 8652230.
HSL color Cylindrical-coordinate representation of color #C60584: hue angle of 320.52º 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 #C60584 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 132 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.22 |
| HSL | 320.52º | 0.95% | 0.4% | - |
| HSV(B) | 320.52º | 0.97% | 0.78% | - |
| XYZ | 27.51 | 13.78 | 23.04 | - |
| YUV | 77.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 132 | 0 | 0.97 | 0.33 | 0.22 | 320.52 | 0.95 | 0.4 |
| Hex | C6 | 5 | 84 | 0 | 61 | 21 | 16 | 141 | 5F | 28 |
| Octal | 306 | 5 | 204 | 0 | 141 | 41 | 26 | 501 | 137 | 50 |
| Binary | 11000110 | 101 | 10000100 | 0 | 1100001 | 100001 | 10110 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C60584
Complementary color
Monochromatic Colors of #C60584
Black with #C60584
Text Example
Text Example
White with #C60584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60584; }
p { color: rgb(198,5,132); }
H1.HeaderClassName
{
color: #C60584;
}
.AnyTagClassName
{
color: #C60584;
}
</style>
background-color css
<style>
a { background-color: #C60584; }
a { background-color: rgb(198,5,132); }
div.DivClassName
{
background-color: #C60584;
}
.BgClassName
{
background-color: #C60584;
}
</style>
border-color css
<style>
span { border-color: #C60584; }
span { border-color: rgb(198,5,132); }
td.TdClassName
{
border-color: #C60584;
}
.TagClassName
{
border-color: #C60584;
}
</style>