Shades of Medium Violet Red #C50C74
Tints of Medium Violet Red #C50C74
RGB
CMYK
RGB Variations
Color information
#C50C74 (or 0xC50C74) is known color: Medium Violet Red. HEX triplet: C5, 0C and 74. RGB value is (197,12,116). Sum of RGB (Red+Green+Blue) = 197+12+116=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50C74 is #3AF38B. Grayscale: #4E4E4E. Windows color (decimal): -3863436 or 7605445. OLE color: 7605445.
HSL color Cylindrical-coordinate representation of color #C50C74: hue angle of 326.27º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C74 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.23 |
| HSL | 326.27º | 0.89% | 0.41% | - |
| HSV(B) | 326.27º | 0.94% | 0.77% | - |
| XYZ | 26.31 | 13.39 | 17.72 | - |
| YUV | 79.17 | 148.79 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 116 | 0 | 0.94 | 0.41 | 0.23 | 326.27 | 0.89 | 0.41 |
| Hex | C5 | C | 74 | 0 | 5E | 29 | 17 | 146 | 59 | 29 |
| Octal | 305 | 14 | 164 | 0 | 136 | 51 | 27 | 506 | 131 | 51 |
| Binary | 11000101 | 1100 | 1110100 | 0 | 1011110 | 101001 | 10111 | 101000110 | 1011001 | 101001 |
Color Harmonies of #C50C74
Complementary color
Monochromatic Colors of #C50C74
Black with #C50C74
Text Example
Text Example
White with #C50C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C74; }
p { color: rgb(197,12,116); }
H1.HeaderClassName
{
color: #C50C74;
}
.AnyTagClassName
{
color: #C50C74;
}
</style>
background-color css
<style>
a { background-color: #C50C74; }
a { background-color: rgb(197,12,116); }
div.DivClassName
{
background-color: #C50C74;
}
.BgClassName
{
background-color: #C50C74;
}
</style>
border-color css
<style>
span { border-color: #C50C74; }
span { border-color: rgb(197,12,116); }
td.TdClassName
{
border-color: #C50C74;
}
.TagClassName
{
border-color: #C50C74;
}
</style>