Shades of Medium Red Violet #C5358B
Tints of Medium Red Violet #C5358B
RGB
CMYK
RGB Variations
Color information
#C5358B (or 0xC5358B) is known color: Medium Red Violet. HEX triplet: C5, 35 and 8B. RGB value is (197,53,139). Sum of RGB (Red+Green+Blue) = 197+53+139=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5358B is #3ACA74. Grayscale: #696969. Windows color (decimal): -3852917 or 9123269. OLE color: 9123269.
HSL color Cylindrical-coordinate representation of color #C5358B: hue angle of 324.17º 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 #C5358B is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 139 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.23 |
| HSL | 324.17º | 0.58% | 0.49% | - |
| HSV(B) | 324.17º | 0.73% | 0.77% | - |
| XYZ | 28.96 | 16.28 | 26.04 | - |
| YUV | 105.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 139 | 0 | 0.73 | 0.29 | 0.23 | 324.17 | 0.58 | 0.49 |
| Hex | C5 | 35 | 8B | 0 | 49 | 1D | 17 | 144 | 3A | 31 |
| Octal | 305 | 65 | 213 | 0 | 111 | 35 | 27 | 504 | 72 | 61 |
| Binary | 11000101 | 110101 | 10001011 | 0 | 1001001 | 11101 | 10111 | 101000100 | 111010 | 110001 |
Color Harmonies of #C5358B
Complementary color
Monochromatic Colors of #C5358B
Black with #C5358B
Text Example
Text Example
White with #C5358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5358B; }
p { color: rgb(197,53,139); }
H1.HeaderClassName
{
color: #C5358B;
}
.AnyTagClassName
{
color: #C5358B;
}
</style>
background-color css
<style>
a { background-color: #C5358B; }
a { background-color: rgb(197,53,139); }
div.DivClassName
{
background-color: #C5358B;
}
.BgClassName
{
background-color: #C5358B;
}
</style>
border-color css
<style>
span { border-color: #C5358B; }
span { border-color: rgb(197,53,139); }
td.TdClassName
{
border-color: #C5358B;
}
.TagClassName
{
border-color: #C5358B;
}
</style>