Shades of Medium Red Violet #C5318B
Tints of Medium Red Violet #C5318B
RGB
CMYK
RGB Variations
Color information
#C5318B (or 0xC5318B) is known color: Medium Red Violet. HEX triplet: C5, 31 and 8B. RGB value is (197,49,139). Sum of RGB (Red+Green+Blue) = 197+49+139=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5318B is #3ACE74. Grayscale: #676767. Windows color (decimal): -3853941 or 9122245. OLE color: 9122245.
HSL color Cylindrical-coordinate representation of color #C5318B: hue angle of 323.51º 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 #C5318B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 139 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.23 |
| HSL | 323.51º | 0.6% | 0.48% | - |
| HSV(B) | 323.51º | 0.75% | 0.77% | - |
| XYZ | 28.78 | 15.93 | 25.98 | - |
| YUV | 103.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 139 | 0 | 0.75 | 0.29 | 0.23 | 323.51 | 0.6 | 0.48 |
| Hex | C5 | 31 | 8B | 0 | 4B | 1D | 17 | 144 | 3C | 30 |
| Octal | 305 | 61 | 213 | 0 | 113 | 35 | 27 | 504 | 74 | 60 |
| Binary | 11000101 | 110001 | 10001011 | 0 | 1001011 | 11101 | 10111 | 101000100 | 111100 | 110000 |
Color Harmonies of #C5318B
Complementary color
Monochromatic Colors of #C5318B
Black with #C5318B
Text Example
Text Example
White with #C5318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5318B; }
p { color: rgb(197,49,139); }
H1.HeaderClassName
{
color: #C5318B;
}
.AnyTagClassName
{
color: #C5318B;
}
</style>
background-color css
<style>
a { background-color: #C5318B; }
a { background-color: rgb(197,49,139); }
div.DivClassName
{
background-color: #C5318B;
}
.BgClassName
{
background-color: #C5318B;
}
</style>
border-color css
<style>
span { border-color: #C5318B; }
span { border-color: rgb(197,49,139); }
td.TdClassName
{
border-color: #C5318B;
}
.TagClassName
{
border-color: #C5318B;
}
</style>