Shades of Medium Violet Red #C50095
Tints of Medium Violet Red #C50095
RGB
CMYK
RGB Variations
Color information
#C50095 (or 0xC50095) is known color: Medium Violet Red. HEX triplet: C5, 00 and 95. RGB value is (197,0,149). Sum of RGB (Red+Green+Blue) = 197+0+149=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C50095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50095 is #3AFF6A. Grayscale: #4B4B4B. Windows color (decimal): -3866475 or 9765061. OLE color: 9765061.
HSL color Cylindrical-coordinate representation of color #C50095: hue angle of 314.62º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50095 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.24 | 0.23 |
| HSL | 314.62º | 1% | 0.39% | - |
| HSV(B) | 314.62º | 1% | 0.77% | - |
| XYZ | 28.45 | 14.04 | 29.64 | - |
| YUV | 75.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 149 | 0 | 1 | 0.24 | 0.23 | 314.62 | 1 | 0.39 |
| Hex | C5 | 0 | 95 | 0 | 64 | 18 | 17 | 13B | 64 | 27 |
| Octal | 305 | 0 | 225 | 0 | 144 | 30 | 27 | 473 | 144 | 47 |
| Binary | 11000101 | 0 | 10010101 | 0 | 1100100 | 11000 | 10111 | 100111011 | 1100100 | 100111 |
Color Harmonies of #C50095
Complementary color
Monochromatic Colors of #C50095
Black with #C50095
Text Example
Text Example
White with #C50095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50095; }
p { color: rgb(197,0,149); }
H1.HeaderClassName
{
color: #C50095;
}
.AnyTagClassName
{
color: #C50095;
}
</style>
background-color css
<style>
a { background-color: #C50095; }
a { background-color: rgb(197,0,149); }
div.DivClassName
{
background-color: #C50095;
}
.BgClassName
{
background-color: #C50095;
}
</style>
border-color css
<style>
span { border-color: #C50095; }
span { border-color: rgb(197,0,149); }
td.TdClassName
{
border-color: #C50095;
}
.TagClassName
{
border-color: #C50095;
}
</style>