Shades of Medium Violet Red #C00585
Tints of Medium Violet Red #C00585
RGB
CMYK
RGB Variations
Color information
#C00585 (or 0xC00585) is known color: Medium Violet Red. HEX triplet: C0, 05 and 85. RGB value is (192,5,133). Sum of RGB (Red+Green+Blue) = 192+5+133=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C00585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00585 is #3FFA7A. Grayscale: #4B4B4B. Windows color (decimal): -4192891 or 8717760. OLE color: 8717760.
HSL color Cylindrical-coordinate representation of color #C00585: hue angle of 318.93º 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 #C00585 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.25 |
| HSL | 318.93º | 0.95% | 0.39% | - |
| HSV(B) | 318.93º | 0.97% | 0.75% | - |
| XYZ | 26.03 | 13.01 | 23.33 | - |
| YUV | 75.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 133 | 0 | 0.97 | 0.31 | 0.25 | 318.93 | 0.95 | 0.39 |
| Hex | C0 | 5 | 85 | 0 | 61 | 1F | 19 | 13F | 5F | 27 |
| Octal | 300 | 5 | 205 | 0 | 141 | 37 | 31 | 477 | 137 | 47 |
| Binary | 11000000 | 101 | 10000101 | 0 | 1100001 | 11111 | 11001 | 100111111 | 1011111 | 100111 |
Color Harmonies of #C00585
Complementary color
Monochromatic Colors of #C00585
Black with #C00585
Text Example
Text Example
White with #C00585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00585; }
p { color: rgb(192,5,133); }
H1.HeaderClassName
{
color: #C00585;
}
.AnyTagClassName
{
color: #C00585;
}
</style>
background-color css
<style>
a { background-color: #C00585; }
a { background-color: rgb(192,5,133); }
div.DivClassName
{
background-color: #C00585;
}
.BgClassName
{
background-color: #C00585;
}
</style>
border-color css
<style>
span { border-color: #C00585; }
span { border-color: rgb(192,5,133); }
td.TdClassName
{
border-color: #C00585;
}
.TagClassName
{
border-color: #C00585;
}
</style>