Shades of Medium Violet Red #C50E7A
Tints of Medium Violet Red #C50E7A
RGB
CMYK
RGB Variations
Color information
#C50E7A (or 0xC50E7A) is known color: Medium Violet Red. HEX triplet: C5, 0E and 7A. RGB value is (197,14,122). Sum of RGB (Red+Green+Blue) = 197+14+122=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E7A is #3AF185. Grayscale: #505050. Windows color (decimal): -3862918 or 7999173. OLE color: 7999173.
HSL color Cylindrical-coordinate representation of color #C50E7A: hue angle of 324.59º degrees, saturation: 0.87, 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 #C50E7A is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.23 |
| HSL | 324.59º | 0.87% | 0.41% | - |
| HSV(B) | 324.59º | 0.93% | 0.77% | - |
| XYZ | 26.7 | 13.59 | 19.63 | - |
| YUV | 81.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 122 | 0 | 0.93 | 0.38 | 0.23 | 324.59 | 0.87 | 0.41 |
| Hex | C5 | E | 7A | 0 | 5D | 26 | 17 | 145 | 57 | 29 |
| Octal | 305 | 16 | 172 | 0 | 135 | 46 | 27 | 505 | 127 | 51 |
| Binary | 11000101 | 1110 | 1111010 | 0 | 1011101 | 100110 | 10111 | 101000101 | 1010111 | 101001 |
Color Harmonies of #C50E7A
Complementary color
Monochromatic Colors of #C50E7A
Black with #C50E7A
Text Example
Text Example
White with #C50E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E7A; }
p { color: rgb(197,14,122); }
H1.HeaderClassName
{
color: #C50E7A;
}
.AnyTagClassName
{
color: #C50E7A;
}
</style>
background-color css
<style>
a { background-color: #C50E7A; }
a { background-color: rgb(197,14,122); }
div.DivClassName
{
background-color: #C50E7A;
}
.BgClassName
{
background-color: #C50E7A;
}
</style>
border-color css
<style>
span { border-color: #C50E7A; }
span { border-color: rgb(197,14,122); }
td.TdClassName
{
border-color: #C50E7A;
}
.TagClassName
{
border-color: #C50E7A;
}
</style>