Shades of Medium Violet Red #C50674
Tints of Medium Violet Red #C50674
RGB
CMYK
RGB Variations
Color information
#C50674 (or 0xC50674) is known color: Medium Violet Red. HEX triplet: C5, 06 and 74. RGB value is (197,6,116). Sum of RGB (Red+Green+Blue) = 197+6+116=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50674 is #3AF98B. Grayscale: #4B4B4B. Windows color (decimal): -3864972 or 7603909. OLE color: 7603909.
HSL color Cylindrical-coordinate representation of color #C50674: hue angle of 325.45º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50674 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 116 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.23 |
| HSL | 325.45º | 0.94% | 0.4% | - |
| HSV(B) | 325.45º | 0.97% | 0.77% | - |
| XYZ | 26.24 | 13.26 | 17.7 | - |
| YUV | 75.65 | 150.78 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 116 | 0 | 0.97 | 0.41 | 0.23 | 325.45 | 0.94 | 0.4 |
| Hex | C5 | 6 | 74 | 0 | 61 | 29 | 17 | 145 | 5E | 28 |
| Octal | 305 | 6 | 164 | 0 | 141 | 51 | 27 | 505 | 136 | 50 |
| Binary | 11000101 | 110 | 1110100 | 0 | 1100001 | 101001 | 10111 | 101000101 | 1011110 | 101000 |
Color Harmonies of #C50674
Complementary color
Monochromatic Colors of #C50674
Black with #C50674
Text Example
Text Example
White with #C50674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50674; }
p { color: rgb(197,6,116); }
H1.HeaderClassName
{
color: #C50674;
}
.AnyTagClassName
{
color: #C50674;
}
</style>
background-color css
<style>
a { background-color: #C50674; }
a { background-color: rgb(197,6,116); }
div.DivClassName
{
background-color: #C50674;
}
.BgClassName
{
background-color: #C50674;
}
</style>
border-color css
<style>
span { border-color: #C50674; }
span { border-color: rgb(197,6,116); }
td.TdClassName
{
border-color: #C50674;
}
.TagClassName
{
border-color: #C50674;
}
</style>