Shades of Medium Violet Red #C50798
Tints of Medium Violet Red #C50798
RGB
CMYK
RGB Variations
Color information
#C50798 (or 0xC50798) is known color: Medium Violet Red. HEX triplet: C5, 07 and 98. RGB value is (197,7,152). Sum of RGB (Red+Green+Blue) = 197+7+152=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C50798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50798 is #3AF867. Grayscale: #4F4F4F. Windows color (decimal): -3864680 or 9963461. OLE color: 9963461.
HSL color Cylindrical-coordinate representation of color #C50798: hue angle of 314.21º 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 #C50798 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 152 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.23 |
| HSL | 314.21º | 0.93% | 0.4% | - |
| HSV(B) | 314.21º | 0.96% | 0.77% | - |
| XYZ | 28.77 | 14.29 | 30.95 | - |
| YUV | 80.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 152 | 0 | 0.96 | 0.23 | 0.23 | 314.21 | 0.93 | 0.4 |
| Hex | C5 | 7 | 98 | 0 | 60 | 17 | 17 | 13A | 5D | 28 |
| Octal | 305 | 7 | 230 | 0 | 140 | 27 | 27 | 472 | 135 | 50 |
| Binary | 11000101 | 111 | 10011000 | 0 | 1100000 | 10111 | 10111 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C50798
Complementary color
Monochromatic Colors of #C50798
Black with #C50798
Text Example
Text Example
White with #C50798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50798; }
p { color: rgb(197,7,152); }
H1.HeaderClassName
{
color: #C50798;
}
.AnyTagClassName
{
color: #C50798;
}
</style>
background-color css
<style>
a { background-color: #C50798; }
a { background-color: rgb(197,7,152); }
div.DivClassName
{
background-color: #C50798;
}
.BgClassName
{
background-color: #C50798;
}
</style>
border-color css
<style>
span { border-color: #C50798; }
span { border-color: rgb(197,7,152); }
td.TdClassName
{
border-color: #C50798;
}
.TagClassName
{
border-color: #C50798;
}
</style>