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