Shades of Medium Red Violet #C53174
Tints of Medium Red Violet #C53174
RGB
CMYK
RGB Variations
Color information
#C53174 (or 0xC53174) is known color: Medium Red Violet. HEX triplet: C5, 31 and 74. RGB value is (197,49,116). Sum of RGB (Red+Green+Blue) = 197+49+116=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C53174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53174 is #3ACE8B. Grayscale: #646464. Windows color (decimal): -3853964 or 7614917. OLE color: 7614917.
HSL color Cylindrical-coordinate representation of color #C53174: hue angle of 332.84º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53174 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 116 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.23 |
| HSL | 332.84º | 0.6% | 0.48% | - |
| HSV(B) | 332.84º | 0.75% | 0.77% | - |
| XYZ | 27.28 | 15.33 | 18.04 | - |
| YUV | 100.89 | 136.53 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 116 | 0 | 0.75 | 0.41 | 0.23 | 332.84 | 0.6 | 0.48 |
| Hex | C5 | 31 | 74 | 0 | 4B | 29 | 17 | 14D | 3C | 30 |
| Octal | 305 | 61 | 164 | 0 | 113 | 51 | 27 | 515 | 74 | 60 |
| Binary | 11000101 | 110001 | 1110100 | 0 | 1001011 | 101001 | 10111 | 101001101 | 111100 | 110000 |
Color Harmonies of #C53174
Complementary color
Monochromatic Colors of #C53174
Black with #C53174
Text Example
Text Example
White with #C53174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53174; }
p { color: rgb(197,49,116); }
H1.HeaderClassName
{
color: #C53174;
}
.AnyTagClassName
{
color: #C53174;
}
</style>
background-color css
<style>
a { background-color: #C53174; }
a { background-color: rgb(197,49,116); }
div.DivClassName
{
background-color: #C53174;
}
.BgClassName
{
background-color: #C53174;
}
</style>
border-color css
<style>
span { border-color: #C53174; }
span { border-color: rgb(197,49,116); }
td.TdClassName
{
border-color: #C53174;
}
.TagClassName
{
border-color: #C53174;
}
</style>