Shades of Medium Violet Red #C50884
Tints of Medium Violet Red #C50884
RGB
CMYK
RGB Variations
Color information
#C50884 (or 0xC50884) is known color: Medium Violet Red. HEX triplet: C5, 08 and 84. RGB value is (197,8,132). Sum of RGB (Red+Green+Blue) = 197+8+132=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C50884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50884 is #3AF77B. Grayscale: #4E4E4E. Windows color (decimal): -3864444 or 8652997. OLE color: 8652997.
HSL color Cylindrical-coordinate representation of color #C50884: hue angle of 320.63º 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 #C50884 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.23 |
| HSL | 320.63º | 0.92% | 0.4% | - |
| HSV(B) | 320.63º | 0.96% | 0.77% | - |
| XYZ | 27.28 | 13.71 | 23.04 | - |
| YUV | 78.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 132 | 0 | 0.96 | 0.33 | 0.23 | 320.63 | 0.92 | 0.4 |
| Hex | C5 | 8 | 84 | 0 | 60 | 21 | 17 | 141 | 5C | 28 |
| Octal | 305 | 10 | 204 | 0 | 140 | 41 | 27 | 501 | 134 | 50 |
| Binary | 11000101 | 1000 | 10000100 | 0 | 1100000 | 100001 | 10111 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C50884
Complementary color
Monochromatic Colors of #C50884
Black with #C50884
Text Example
Text Example
White with #C50884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50884; }
p { color: rgb(197,8,132); }
H1.HeaderClassName
{
color: #C50884;
}
.AnyTagClassName
{
color: #C50884;
}
</style>
background-color css
<style>
a { background-color: #C50884; }
a { background-color: rgb(197,8,132); }
div.DivClassName
{
background-color: #C50884;
}
.BgClassName
{
background-color: #C50884;
}
</style>
border-color css
<style>
span { border-color: #C50884; }
span { border-color: rgb(197,8,132); }
td.TdClassName
{
border-color: #C50884;
}
.TagClassName
{
border-color: #C50884;
}
</style>