Shades of Medium Violet Red #C50883
Tints of Medium Violet Red #C50883
RGB
CMYK
RGB Variations
Color information
#C50883 (or 0xC50883) is known color: Medium Violet Red. HEX triplet: C5, 08 and 83. RGB value is (197,8,131). Sum of RGB (Red+Green+Blue) = 197+8+131=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50883 is #3AF77C. Grayscale: #4E4E4E. Windows color (decimal): -3864445 or 8587461. OLE color: 8587461.
HSL color Cylindrical-coordinate representation of color #C50883: hue angle of 320.95º degrees, saturation: 0.92, 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 #C50883 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.23 |
| HSL | 320.95º | 0.92% | 0.4% | - |
| HSV(B) | 320.95º | 0.96% | 0.77% | - |
| XYZ | 27.21 | 13.68 | 22.68 | - |
| YUV | 78.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 131 | 0 | 0.96 | 0.34 | 0.23 | 320.95 | 0.92 | 0.4 |
| Hex | C5 | 8 | 83 | 0 | 60 | 22 | 17 | 141 | 5C | 28 |
| Octal | 305 | 10 | 203 | 0 | 140 | 42 | 27 | 501 | 134 | 50 |
| Binary | 11000101 | 1000 | 10000011 | 0 | 1100000 | 100010 | 10111 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C50883
Complementary color
Monochromatic Colors of #C50883
Black with #C50883
Text Example
Text Example
White with #C50883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50883; }
p { color: rgb(197,8,131); }
H1.HeaderClassName
{
color: #C50883;
}
.AnyTagClassName
{
color: #C50883;
}
</style>
background-color css
<style>
a { background-color: #C50883; }
a { background-color: rgb(197,8,131); }
div.DivClassName
{
background-color: #C50883;
}
.BgClassName
{
background-color: #C50883;
}
</style>
border-color css
<style>
span { border-color: #C50883; }
span { border-color: rgb(197,8,131); }
td.TdClassName
{
border-color: #C50883;
}
.TagClassName
{
border-color: #C50883;
}
</style>