Shades of Medium Violet Red #C00586
Tints of Medium Violet Red #C00586
RGB
CMYK
RGB Variations
Color information
#C00586 (or 0xC00586) is known color: Medium Violet Red. HEX triplet: C0, 05 and 86. RGB value is (192,5,134). Sum of RGB (Red+Green+Blue) = 192+5+134=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00586 is #3FFA79. Grayscale: #4B4B4B. Windows color (decimal): -4192890 or 8783296. OLE color: 8783296.
HSL color Cylindrical-coordinate representation of color #C00586: hue angle of 318.61º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00586 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 134 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.25 |
| HSL | 318.61º | 0.95% | 0.39% | - |
| HSV(B) | 318.61º | 0.97% | 0.75% | - |
| XYZ | 26.1 | 13.04 | 23.7 | - |
| YUV | 75.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 134 | 0 | 0.97 | 0.30 | 0.25 | 318.61 | 0.95 | 0.39 |
| Hex | C0 | 5 | 86 | 0 | 61 | 1E | 19 | 13F | 5F | 27 |
| Octal | 300 | 5 | 206 | 0 | 141 | 36 | 31 | 477 | 137 | 47 |
| Binary | 11000000 | 101 | 10000110 | 0 | 1100001 | 11110 | 11001 | 100111111 | 1011111 | 100111 |
Color Harmonies of #C00586
Complementary color
Monochromatic Colors of #C00586
Black with #C00586
Text Example
Text Example
White with #C00586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00586; }
p { color: rgb(192,5,134); }
H1.HeaderClassName
{
color: #C00586;
}
.AnyTagClassName
{
color: #C00586;
}
</style>
background-color css
<style>
a { background-color: #C00586; }
a { background-color: rgb(192,5,134); }
div.DivClassName
{
background-color: #C00586;
}
.BgClassName
{
background-color: #C00586;
}
</style>
border-color css
<style>
span { border-color: #C00586; }
span { border-color: rgb(192,5,134); }
td.TdClassName
{
border-color: #C00586;
}
.TagClassName
{
border-color: #C00586;
}
</style>