Shades of Medium Violet Red #C50A74
Tints of Medium Violet Red #C50A74
RGB
CMYK
RGB Variations
Color information
#C50A74 (or 0xC50A74) is known color: Medium Violet Red. HEX triplet: C5, 0A and 74. RGB value is (197,10,116). Sum of RGB (Red+Green+Blue) = 197+10+116=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50A74 is #3AF58B. Grayscale: #4D4D4D. Windows color (decimal): -3863948 or 7604933. OLE color: 7604933.
HSL color Cylindrical-coordinate representation of color #C50A74: hue angle of 325.99º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A74 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 116 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.23 |
| HSL | 325.99º | 0.9% | 0.41% | - |
| HSV(B) | 325.99º | 0.95% | 0.77% | - |
| XYZ | 26.29 | 13.35 | 17.71 | - |
| YUV | 78 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 116 | 0 | 0.95 | 0.41 | 0.23 | 325.99 | 0.9 | 0.41 |
| Hex | C5 | A | 74 | 0 | 5F | 29 | 17 | 146 | 5A | 29 |
| Octal | 305 | 12 | 164 | 0 | 137 | 51 | 27 | 506 | 132 | 51 |
| Binary | 11000101 | 1010 | 1110100 | 0 | 1011111 | 101001 | 10111 | 101000110 | 1011010 | 101001 |
Color Harmonies of #C50A74
Complementary color
Monochromatic Colors of #C50A74
Black with #C50A74
Text Example
Text Example
White with #C50A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A74; }
p { color: rgb(197,10,116); }
H1.HeaderClassName
{
color: #C50A74;
}
.AnyTagClassName
{
color: #C50A74;
}
</style>
background-color css
<style>
a { background-color: #C50A74; }
a { background-color: rgb(197,10,116); }
div.DivClassName
{
background-color: #C50A74;
}
.BgClassName
{
background-color: #C50A74;
}
</style>
border-color css
<style>
span { border-color: #C50A74; }
span { border-color: rgb(197,10,116); }
td.TdClassName
{
border-color: #C50A74;
}
.TagClassName
{
border-color: #C50A74;
}
</style>