Shades of Medium Violet Red #C50985
Tints of Medium Violet Red #C50985
RGB
CMYK
RGB Variations
Color information
#C50985 (or 0xC50985) is known color: Medium Violet Red. HEX triplet: C5, 09 and 85. RGB value is (197,9,133). Sum of RGB (Red+Green+Blue) = 197+9+133=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C50985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50985 is #3AF67A. Grayscale: #4F4F4F. Windows color (decimal): -3864187 or 8718789. OLE color: 8718789.
HSL color Cylindrical-coordinate representation of color #C50985: hue angle of 320.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50985 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 133 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.23 |
| HSL | 320.43º | 0.91% | 0.4% | - |
| HSV(B) | 320.43º | 0.95% | 0.77% | - |
| XYZ | 27.36 | 13.76 | 23.4 | - |
| YUV | 79.35 | 158.28 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 133 | 0 | 0.95 | 0.32 | 0.23 | 320.43 | 0.91 | 0.4 |
| Hex | C5 | 9 | 85 | 0 | 5F | 20 | 17 | 140 | 5B | 28 |
| Octal | 305 | 11 | 205 | 0 | 137 | 40 | 27 | 500 | 133 | 50 |
| Binary | 11000101 | 1001 | 10000101 | 0 | 1011111 | 100000 | 10111 | 101000000 | 1011011 | 101000 |
Color Harmonies of #C50985
Complementary color
Monochromatic Colors of #C50985
Black with #C50985
Text Example
Text Example
White with #C50985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50985; }
p { color: rgb(197,9,133); }
H1.HeaderClassName
{
color: #C50985;
}
.AnyTagClassName
{
color: #C50985;
}
</style>
background-color css
<style>
a { background-color: #C50985; }
a { background-color: rgb(197,9,133); }
div.DivClassName
{
background-color: #C50985;
}
.BgClassName
{
background-color: #C50985;
}
</style>
border-color css
<style>
span { border-color: #C50985; }
span { border-color: rgb(197,9,133); }
td.TdClassName
{
border-color: #C50985;
}
.TagClassName
{
border-color: #C50985;
}
</style>