Shades of Medium Violet Red #C50983
Tints of Medium Violet Red #C50983
RGB
CMYK
RGB Variations
Color information
#C50983 (or 0xC50983) is known color: Medium Violet Red. HEX triplet: C5, 09 and 83. RGB value is (197,9,131). Sum of RGB (Red+Green+Blue) = 197+9+131=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C50983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50983 is #3AF67C. Grayscale: #4E4E4E. Windows color (decimal): -3864189 or 8587717. OLE color: 8587717.
HSL color Cylindrical-coordinate representation of color #C50983: hue angle of 321.06º 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 #C50983 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 131 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.23 |
| HSL | 321.06º | 0.91% | 0.4% | - |
| HSV(B) | 321.06º | 0.95% | 0.77% | - |
| XYZ | 27.22 | 13.7 | 22.68 | - |
| YUV | 79.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 131 | 0 | 0.95 | 0.34 | 0.23 | 321.06 | 0.91 | 0.4 |
| Hex | C5 | 9 | 83 | 0 | 5F | 22 | 17 | 141 | 5B | 28 |
| Octal | 305 | 11 | 203 | 0 | 137 | 42 | 27 | 501 | 133 | 50 |
| Binary | 11000101 | 1001 | 10000011 | 0 | 1011111 | 100010 | 10111 | 101000001 | 1011011 | 101000 |
Color Harmonies of #C50983
Complementary color
Monochromatic Colors of #C50983
Black with #C50983
Text Example
Text Example
White with #C50983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50983; }
p { color: rgb(197,9,131); }
H1.HeaderClassName
{
color: #C50983;
}
.AnyTagClassName
{
color: #C50983;
}
</style>
background-color css
<style>
a { background-color: #C50983; }
a { background-color: rgb(197,9,131); }
div.DivClassName
{
background-color: #C50983;
}
.BgClassName
{
background-color: #C50983;
}
</style>
border-color css
<style>
span { border-color: #C50983; }
span { border-color: rgb(197,9,131); }
td.TdClassName
{
border-color: #C50983;
}
.TagClassName
{
border-color: #C50983;
}
</style>