Shades of Medium Violet Red #C50D95
Tints of Medium Violet Red #C50D95
RGB
CMYK
RGB Variations
Color information
#C50D95 (or 0xC50D95) is known color: Medium Violet Red. HEX triplet: C5, 0D and 95. RGB value is (197,13,149). Sum of RGB (Red+Green+Blue) = 197+13+149=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50D95 is #3AF26A. Grayscale: #535353. Windows color (decimal): -3863147 or 9768389. OLE color: 9768389.
HSL color Cylindrical-coordinate representation of color #C50D95: hue angle of 315.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D95 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 149 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.23 |
| HSL | 315.65º | 0.88% | 0.41% | - |
| HSV(B) | 315.65º | 0.93% | 0.77% | - |
| XYZ | 28.59 | 14.33 | 29.69 | - |
| YUV | 83.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 149 | 0 | 0.93 | 0.24 | 0.23 | 315.65 | 0.88 | 0.41 |
| Hex | C5 | D | 95 | 0 | 5D | 18 | 17 | 13C | 58 | 29 |
| Octal | 305 | 15 | 225 | 0 | 135 | 30 | 27 | 474 | 130 | 51 |
| Binary | 11000101 | 1101 | 10010101 | 0 | 1011101 | 11000 | 10111 | 100111100 | 1011000 | 101001 |
Color Harmonies of #C50D95
Complementary color
Monochromatic Colors of #C50D95
Black with #C50D95
Text Example
Text Example
White with #C50D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D95; }
p { color: rgb(197,13,149); }
H1.HeaderClassName
{
color: #C50D95;
}
.AnyTagClassName
{
color: #C50D95;
}
</style>
background-color css
<style>
a { background-color: #C50D95; }
a { background-color: rgb(197,13,149); }
div.DivClassName
{
background-color: #C50D95;
}
.BgClassName
{
background-color: #C50D95;
}
</style>
border-color css
<style>
span { border-color: #C50D95; }
span { border-color: rgb(197,13,149); }
td.TdClassName
{
border-color: #C50D95;
}
.TagClassName
{
border-color: #C50D95;
}
</style>