Shades of Medium Violet Red #C50585
Tints of Medium Violet Red #C50585
RGB
CMYK
RGB Variations
Color information
#C50585 (or 0xC50585) is known color: Medium Violet Red. HEX triplet: C5, 05 and 85. RGB value is (197,5,133). Sum of RGB (Red+Green+Blue) = 197+5+133=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C50585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50585 is #3AFA7A. Grayscale: #4C4C4C. Windows color (decimal): -3865211 or 8717765. OLE color: 8717765.
HSL color Cylindrical-coordinate representation of color #C50585: hue angle of 320º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50585 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.23 |
| HSL | 320º | 0.95% | 0.4% | - |
| HSV(B) | 320º | 0.97% | 0.77% | - |
| XYZ | 27.31 | 13.67 | 23.39 | - |
| YUV | 77 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 133 | 0 | 0.97 | 0.32 | 0.23 | 320 | 0.95 | 0.4 |
| Hex | C5 | 5 | 85 | 0 | 61 | 20 | 17 | 140 | 5F | 28 |
| Octal | 305 | 5 | 205 | 0 | 141 | 40 | 27 | 500 | 137 | 50 |
| Binary | 11000101 | 101 | 10000101 | 0 | 1100001 | 100000 | 10111 | 101000000 | 1011111 | 101000 |
Color Harmonies of #C50585
Complementary color
Monochromatic Colors of #C50585
Black with #C50585
Text Example
Text Example
White with #C50585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50585; }
p { color: rgb(197,5,133); }
H1.HeaderClassName
{
color: #C50585;
}
.AnyTagClassName
{
color: #C50585;
}
</style>
background-color css
<style>
a { background-color: #C50585; }
a { background-color: rgb(197,5,133); }
div.DivClassName
{
background-color: #C50585;
}
.BgClassName
{
background-color: #C50585;
}
</style>
border-color css
<style>
span { border-color: #C50585; }
span { border-color: rgb(197,5,133); }
td.TdClassName
{
border-color: #C50585;
}
.TagClassName
{
border-color: #C50585;
}
</style>