Shades of Medium Violet Red #C50886
Tints of Medium Violet Red #C50886
RGB
CMYK
RGB Variations
Color information
#C50886 (or 0xC50886) is known color: Medium Violet Red. HEX triplet: C5, 08 and 86. RGB value is (197,8,134). Sum of RGB (Red+Green+Blue) = 197+8+134=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C50886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50886 is #3AF779. Grayscale: #4E4E4E. Windows color (decimal): -3864442 or 8784069. OLE color: 8784069.
HSL color Cylindrical-coordinate representation of color #C50886: hue angle of 320º 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 #C50886 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.23 |
| HSL | 320º | 0.92% | 0.4% | - |
| HSV(B) | 320º | 0.96% | 0.77% | - |
| XYZ | 27.42 | 13.77 | 23.77 | - |
| YUV | 78.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 134 | 0 | 0.96 | 0.32 | 0.23 | 320 | 0.92 | 0.4 |
| Hex | C5 | 8 | 86 | 0 | 60 | 20 | 17 | 140 | 5C | 28 |
| Octal | 305 | 10 | 206 | 0 | 140 | 40 | 27 | 500 | 134 | 50 |
| Binary | 11000101 | 1000 | 10000110 | 0 | 1100000 | 100000 | 10111 | 101000000 | 1011100 | 101000 |
Color Harmonies of #C50886
Complementary color
Monochromatic Colors of #C50886
Black with #C50886
Text Example
Text Example
White with #C50886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50886; }
p { color: rgb(197,8,134); }
H1.HeaderClassName
{
color: #C50886;
}
.AnyTagClassName
{
color: #C50886;
}
</style>
background-color css
<style>
a { background-color: #C50886; }
a { background-color: rgb(197,8,134); }
div.DivClassName
{
background-color: #C50886;
}
.BgClassName
{
background-color: #C50886;
}
</style>
border-color css
<style>
span { border-color: #C50886; }
span { border-color: rgb(197,8,134); }
td.TdClassName
{
border-color: #C50886;
}
.TagClassName
{
border-color: #C50886;
}
</style>