Shades of Medium Red Violet #C5358E
Tints of Medium Red Violet #C5358E
RGB
CMYK
RGB Variations
Color information
#C5358E (or 0xC5358E) is known color: Medium Red Violet. HEX triplet: C5, 35 and 8E. RGB value is (197,53,142). Sum of RGB (Red+Green+Blue) = 197+53+142=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5358E is #3ACA71. Grayscale: #696969. Windows color (decimal): -3852914 or 9319877. OLE color: 9319877.
HSL color Cylindrical-coordinate representation of color #C5358E: hue angle of 322.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5358E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 142 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.23 |
| HSL | 322.92º | 0.58% | 0.49% | - |
| HSV(B) | 322.92º | 0.73% | 0.77% | - |
| XYZ | 29.18 | 16.37 | 27.21 | - |
| YUV | 106.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 142 | 0 | 0.73 | 0.28 | 0.23 | 322.92 | 0.58 | 0.49 |
| Hex | C5 | 35 | 8E | 0 | 49 | 1C | 17 | 143 | 3A | 31 |
| Octal | 305 | 65 | 216 | 0 | 111 | 34 | 27 | 503 | 72 | 61 |
| Binary | 11000101 | 110101 | 10001110 | 0 | 1001001 | 11100 | 10111 | 101000011 | 111010 | 110001 |
Color Harmonies of #C5358E
Complementary color
Monochromatic Colors of #C5358E
Black with #C5358E
Text Example
Text Example
White with #C5358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5358E; }
p { color: rgb(197,53,142); }
H1.HeaderClassName
{
color: #C5358E;
}
.AnyTagClassName
{
color: #C5358E;
}
</style>
background-color css
<style>
a { background-color: #C5358E; }
a { background-color: rgb(197,53,142); }
div.DivClassName
{
background-color: #C5358E;
}
.BgClassName
{
background-color: #C5358E;
}
</style>
border-color css
<style>
span { border-color: #C5358E; }
span { border-color: rgb(197,53,142); }
td.TdClassName
{
border-color: #C5358E;
}
.TagClassName
{
border-color: #C5358E;
}
</style>