Shades of Medium Red Violet #C5358F
Tints of Medium Red Violet #C5358F
RGB
CMYK
RGB Variations
Color information
#C5358F (or 0xC5358F) is known color: Medium Red Violet. HEX triplet: C5, 35 and 8F. RGB value is (197,53,143). Sum of RGB (Red+Green+Blue) = 197+53+143=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5358F is #3ACA70. Grayscale: #6A6A6A. Windows color (decimal): -3852913 or 9385413. OLE color: 9385413.
HSL color Cylindrical-coordinate representation of color #C5358F: hue angle of 322.5º 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 #C5358F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 143 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.23 |
| HSL | 322.5º | 0.58% | 0.49% | - |
| HSV(B) | 322.5º | 0.73% | 0.77% | - |
| XYZ | 29.26 | 16.4 | 27.61 | - |
| YUV | 106.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 143 | 0 | 0.73 | 0.27 | 0.23 | 322.5 | 0.58 | 0.49 |
| Hex | C5 | 35 | 8F | 0 | 49 | 1B | 17 | 142 | 3A | 31 |
| Octal | 305 | 65 | 217 | 0 | 111 | 33 | 27 | 502 | 72 | 61 |
| Binary | 11000101 | 110101 | 10001111 | 0 | 1001001 | 11011 | 10111 | 101000010 | 111010 | 110001 |
Color Harmonies of #C5358F
Complementary color
Monochromatic Colors of #C5358F
Black with #C5358F
Text Example
Text Example
White with #C5358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5358F; }
p { color: rgb(197,53,143); }
H1.HeaderClassName
{
color: #C5358F;
}
.AnyTagClassName
{
color: #C5358F;
}
</style>
background-color css
<style>
a { background-color: #C5358F; }
a { background-color: rgb(197,53,143); }
div.DivClassName
{
background-color: #C5358F;
}
.BgClassName
{
background-color: #C5358F;
}
</style>
border-color css
<style>
span { border-color: #C5358F; }
span { border-color: rgb(197,53,143); }
td.TdClassName
{
border-color: #C5358F;
}
.TagClassName
{
border-color: #C5358F;
}
</style>