Shades of Medium Red Violet #C5317A
Tints of Medium Red Violet #C5317A
RGB
CMYK
RGB Variations
Color information
#C5317A (or 0xC5317A) is known color: Medium Red Violet. HEX triplet: C5, 31 and 7A. RGB value is (197,49,122). Sum of RGB (Red+Green+Blue) = 197+49+122=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5317A is #3ACE85. Grayscale: #656565. Windows color (decimal): -3853958 or 8008133. OLE color: 8008133.
HSL color Cylindrical-coordinate representation of color #C5317A: hue angle of 330.41º 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 #C5317A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 122 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.23 |
| HSL | 330.41º | 0.6% | 0.48% | - |
| HSV(B) | 330.41º | 0.75% | 0.77% | - |
| XYZ | 27.64 | 15.47 | 19.94 | - |
| YUV | 101.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 122 | 0 | 0.75 | 0.38 | 0.23 | 330.41 | 0.6 | 0.48 |
| Hex | C5 | 31 | 7A | 0 | 4B | 26 | 17 | 14A | 3C | 30 |
| Octal | 305 | 61 | 172 | 0 | 113 | 46 | 27 | 512 | 74 | 60 |
| Binary | 11000101 | 110001 | 1111010 | 0 | 1001011 | 100110 | 10111 | 101001010 | 111100 | 110000 |
Color Harmonies of #C5317A
Complementary color
Monochromatic Colors of #C5317A
Black with #C5317A
Text Example
Text Example
White with #C5317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5317A; }
p { color: rgb(197,49,122); }
H1.HeaderClassName
{
color: #C5317A;
}
.AnyTagClassName
{
color: #C5317A;
}
</style>
background-color css
<style>
a { background-color: #C5317A; }
a { background-color: rgb(197,49,122); }
div.DivClassName
{
background-color: #C5317A;
}
.BgClassName
{
background-color: #C5317A;
}
</style>
border-color css
<style>
span { border-color: #C5317A; }
span { border-color: rgb(197,49,122); }
td.TdClassName
{
border-color: #C5317A;
}
.TagClassName
{
border-color: #C5317A;
}
</style>