Shades of Medium Violet Red #C50399
Tints of Medium Violet Red #C50399
RGB
CMYK
RGB Variations
Color information
#C50399 (or 0xC50399) is known color: Medium Violet Red. HEX triplet: C5, 03 and 99. RGB value is (197,3,153). Sum of RGB (Red+Green+Blue) = 197+3+153=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50399 is #3AFC66. Grayscale: #4D4D4D. Windows color (decimal): -3865703 or 10027973. OLE color: 10027973.
HSL color Cylindrical-coordinate representation of color #C50399: hue angle of 313.61º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50399 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 153 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.23 |
| HSL | 313.61º | 0.97% | 0.39% | - |
| HSV(B) | 313.61º | 0.98% | 0.77% | - |
| XYZ | 28.81 | 14.24 | 31.37 | - |
| YUV | 78.11 | 170.27 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 153 | 0 | 0.98 | 0.22 | 0.23 | 313.61 | 0.97 | 0.39 |
| Hex | C5 | 3 | 99 | 0 | 62 | 16 | 17 | 13A | 61 | 27 |
| Octal | 305 | 3 | 231 | 0 | 142 | 26 | 27 | 472 | 141 | 47 |
| Binary | 11000101 | 11 | 10011001 | 0 | 1100010 | 10110 | 10111 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C50399
Complementary color
Monochromatic Colors of #C50399
Black with #C50399
Text Example
Text Example
White with #C50399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50399; }
p { color: rgb(197,3,153); }
H1.HeaderClassName
{
color: #C50399;
}
.AnyTagClassName
{
color: #C50399;
}
</style>
background-color css
<style>
a { background-color: #C50399; }
a { background-color: rgb(197,3,153); }
div.DivClassName
{
background-color: #C50399;
}
.BgClassName
{
background-color: #C50399;
}
</style>
border-color css
<style>
span { border-color: #C50399; }
span { border-color: rgb(197,3,153); }
td.TdClassName
{
border-color: #C50399;
}
.TagClassName
{
border-color: #C50399;
}
</style>