Shades of Medium Violet Red #C50599
Tints of Medium Violet Red #C50599
RGB
CMYK
RGB Variations
Color information
#C50599 (or 0xC50599) is known color: Medium Violet Red. HEX triplet: C5, 05 and 99. RGB value is (197,5,153). Sum of RGB (Red+Green+Blue) = 197+5+153=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C50599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50599 is #3AFA66. Grayscale: #4E4E4E. Windows color (decimal): -3865191 or 10028485. OLE color: 10028485.
HSL color Cylindrical-coordinate representation of color #C50599: hue angle of 313.75º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50599 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.23 |
| HSL | 313.75º | 0.95% | 0.4% | - |
| HSV(B) | 313.75º | 0.97% | 0.77% | - |
| XYZ | 28.83 | 14.28 | 31.37 | - |
| YUV | 79.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 153 | 0 | 0.97 | 0.22 | 0.23 | 313.75 | 0.95 | 0.4 |
| Hex | C5 | 5 | 99 | 0 | 61 | 16 | 17 | 13A | 5F | 28 |
| Octal | 305 | 5 | 231 | 0 | 141 | 26 | 27 | 472 | 137 | 50 |
| Binary | 11000101 | 101 | 10011001 | 0 | 1100001 | 10110 | 10111 | 100111010 | 1011111 | 101000 |
Color Harmonies of #C50599
Complementary color
Monochromatic Colors of #C50599
Black with #C50599
Text Example
Text Example
White with #C50599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50599; }
p { color: rgb(197,5,153); }
H1.HeaderClassName
{
color: #C50599;
}
.AnyTagClassName
{
color: #C50599;
}
</style>
background-color css
<style>
a { background-color: #C50599; }
a { background-color: rgb(197,5,153); }
div.DivClassName
{
background-color: #C50599;
}
.BgClassName
{
background-color: #C50599;
}
</style>
border-color css
<style>
span { border-color: #C50599; }
span { border-color: rgb(197,5,153); }
td.TdClassName
{
border-color: #C50599;
}
.TagClassName
{
border-color: #C50599;
}
</style>