Shades of Medium Red Violet #C5319B
Tints of Medium Red Violet #C5319B
RGB
CMYK
RGB Variations
Color information
#C5319B (or 0xC5319B) is known color: Medium Red Violet. HEX triplet: C5, 31 and 9B. RGB value is (197,49,155). Sum of RGB (Red+Green+Blue) = 197+49+155=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5319B is #3ACE64. Grayscale: #696969. Windows color (decimal): -3853925 or 10170821. OLE color: 10170821.
HSL color Cylindrical-coordinate representation of color #C5319B: hue angle of 317.03º 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 #C5319B is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 155 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.23 |
| HSL | 317.03º | 0.6% | 0.48% | - |
| HSV(B) | 317.03º | 0.75% | 0.77% | - |
| XYZ | 30.04 | 16.43 | 32.6 | - |
| YUV | 105.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 155 | 0 | 0.75 | 0.21 | 0.23 | 317.03 | 0.6 | 0.48 |
| Hex | C5 | 31 | 9B | 0 | 4B | 15 | 17 | 13D | 3C | 30 |
| Octal | 305 | 61 | 233 | 0 | 113 | 25 | 27 | 475 | 74 | 60 |
| Binary | 11000101 | 110001 | 10011011 | 0 | 1001011 | 10101 | 10111 | 100111101 | 111100 | 110000 |
Color Harmonies of #C5319B
Complementary color
Monochromatic Colors of #C5319B
Black with #C5319B
Text Example
Text Example
White with #C5319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5319B; }
p { color: rgb(197,49,155); }
H1.HeaderClassName
{
color: #C5319B;
}
.AnyTagClassName
{
color: #C5319B;
}
</style>
background-color css
<style>
a { background-color: #C5319B; }
a { background-color: rgb(197,49,155); }
div.DivClassName
{
background-color: #C5319B;
}
.BgClassName
{
background-color: #C5319B;
}
</style>
border-color css
<style>
span { border-color: #C5319B; }
span { border-color: rgb(197,49,155); }
td.TdClassName
{
border-color: #C5319B;
}
.TagClassName
{
border-color: #C5319B;
}
</style>