Shades of Medium Violet Red #C50788
Tints of Medium Violet Red #C50788
RGB
CMYK
RGB Variations
Color information
#C50788 (or 0xC50788) is known color: Medium Violet Red. HEX triplet: C5, 07 and 88. RGB value is (197,7,136). Sum of RGB (Red+Green+Blue) = 197+7+136=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C50788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50788 is #3AF877. Grayscale: #4E4E4E. Windows color (decimal): -3864696 or 8914885. OLE color: 8914885.
HSL color Cylindrical-coordinate representation of color #C50788: hue angle of 319.26º 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 #C50788 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.23 |
| HSL | 319.26º | 0.93% | 0.4% | - |
| HSV(B) | 319.26º | 0.96% | 0.77% | - |
| XYZ | 27.55 | 13.8 | 24.5 | - |
| YUV | 78.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 136 | 0 | 0.96 | 0.31 | 0.23 | 319.26 | 0.93 | 0.4 |
| Hex | C5 | 7 | 88 | 0 | 60 | 1F | 17 | 13F | 5D | 28 |
| Octal | 305 | 7 | 210 | 0 | 140 | 37 | 27 | 477 | 135 | 50 |
| Binary | 11000101 | 111 | 10001000 | 0 | 1100000 | 11111 | 10111 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C50788
Complementary color
Monochromatic Colors of #C50788
Black with #C50788
Text Example
Text Example
White with #C50788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50788; }
p { color: rgb(197,7,136); }
H1.HeaderClassName
{
color: #C50788;
}
.AnyTagClassName
{
color: #C50788;
}
</style>
background-color css
<style>
a { background-color: #C50788; }
a { background-color: rgb(197,7,136); }
div.DivClassName
{
background-color: #C50788;
}
.BgClassName
{
background-color: #C50788;
}
</style>
border-color css
<style>
span { border-color: #C50788; }
span { border-color: rgb(197,7,136); }
td.TdClassName
{
border-color: #C50788;
}
.TagClassName
{
border-color: #C50788;
}
</style>