Shades of Medium Violet Red #C50887
Tints of Medium Violet Red #C50887
RGB
CMYK
RGB Variations
Color information
#C50887 (or 0xC50887) is known color: Medium Violet Red. HEX triplet: C5, 08 and 87. RGB value is (197,8,135). Sum of RGB (Red+Green+Blue) = 197+8+135=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C50887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50887 is #3AF778. Grayscale: #4E4E4E. Windows color (decimal): -3864441 or 8849605. OLE color: 8849605.
HSL color Cylindrical-coordinate representation of color #C50887: hue angle of 319.68º 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 #C50887 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 135 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.23 |
| HSL | 319.68º | 0.92% | 0.4% | - |
| HSV(B) | 319.68º | 0.96% | 0.77% | - |
| XYZ | 27.49 | 13.79 | 24.14 | - |
| YUV | 78.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 135 | 0 | 0.96 | 0.31 | 0.23 | 319.68 | 0.92 | 0.4 |
| Hex | C5 | 8 | 87 | 0 | 60 | 1F | 17 | 140 | 5C | 28 |
| Octal | 305 | 10 | 207 | 0 | 140 | 37 | 27 | 500 | 134 | 50 |
| Binary | 11000101 | 1000 | 10000111 | 0 | 1100000 | 11111 | 10111 | 101000000 | 1011100 | 101000 |
Color Harmonies of #C50887
Complementary color
Monochromatic Colors of #C50887
Black with #C50887
Text Example
Text Example
White with #C50887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50887; }
p { color: rgb(197,8,135); }
H1.HeaderClassName
{
color: #C50887;
}
.AnyTagClassName
{
color: #C50887;
}
</style>
background-color css
<style>
a { background-color: #C50887; }
a { background-color: rgb(197,8,135); }
div.DivClassName
{
background-color: #C50887;
}
.BgClassName
{
background-color: #C50887;
}
</style>
border-color css
<style>
span { border-color: #C50887; }
span { border-color: rgb(197,8,135); }
td.TdClassName
{
border-color: #C50887;
}
.TagClassName
{
border-color: #C50887;
}
</style>