Shades of Medium Violet Red #C50783
Tints of Medium Violet Red #C50783
RGB
CMYK
RGB Variations
Color information
#C50783 (or 0xC50783) is known color: Medium Violet Red. HEX triplet: C5, 07 and 83. RGB value is (197,7,131). Sum of RGB (Red+Green+Blue) = 197+7+131=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C50783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50783 is #3AF87C. Grayscale: #4D4D4D. Windows color (decimal): -3864701 or 8587205. OLE color: 8587205.
HSL color Cylindrical-coordinate representation of color #C50783: hue angle of 320.84º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50783 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 131 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.23 |
| HSL | 320.84º | 0.93% | 0.4% | - |
| HSV(B) | 320.84º | 0.96% | 0.77% | - |
| XYZ | 27.2 | 13.66 | 22.68 | - |
| YUV | 77.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 131 | 0 | 0.96 | 0.34 | 0.23 | 320.84 | 0.93 | 0.4 |
| Hex | C5 | 7 | 83 | 0 | 60 | 22 | 17 | 141 | 5D | 28 |
| Octal | 305 | 7 | 203 | 0 | 140 | 42 | 27 | 501 | 135 | 50 |
| Binary | 11000101 | 111 | 10000011 | 0 | 1100000 | 100010 | 10111 | 101000001 | 1011101 | 101000 |
Color Harmonies of #C50783
Complementary color
Monochromatic Colors of #C50783
Black with #C50783
Text Example
Text Example
White with #C50783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50783; }
p { color: rgb(197,7,131); }
H1.HeaderClassName
{
color: #C50783;
}
.AnyTagClassName
{
color: #C50783;
}
</style>
background-color css
<style>
a { background-color: #C50783; }
a { background-color: rgb(197,7,131); }
div.DivClassName
{
background-color: #C50783;
}
.BgClassName
{
background-color: #C50783;
}
</style>
border-color css
<style>
span { border-color: #C50783; }
span { border-color: rgb(197,7,131); }
td.TdClassName
{
border-color: #C50783;
}
.TagClassName
{
border-color: #C50783;
}
</style>