Shades of Medium Red Violet #C5357B
Tints of Medium Red Violet #C5357B
RGB
CMYK
RGB Variations
Color information
#C5357B (or 0xC5357B) is known color: Medium Red Violet. HEX triplet: C5, 35 and 7B. RGB value is (197,53,123). Sum of RGB (Red+Green+Blue) = 197+53+123=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5357B is #3ACA84. Grayscale: #676767. Windows color (decimal): -3852933 or 8074693. OLE color: 8074693.
HSL color Cylindrical-coordinate representation of color #C5357B: hue angle of 330.83º 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 #C5357B is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 123 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.23 |
| HSL | 330.83º | 0.58% | 0.49% | - |
| HSV(B) | 330.83º | 0.73% | 0.77% | - |
| XYZ | 27.87 | 15.85 | 20.33 | - |
| YUV | 104.04 | 138.71 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 123 | 0 | 0.73 | 0.38 | 0.23 | 330.83 | 0.58 | 0.49 |
| Hex | C5 | 35 | 7B | 0 | 49 | 26 | 17 | 14B | 3A | 31 |
| Octal | 305 | 65 | 173 | 0 | 111 | 46 | 27 | 513 | 72 | 61 |
| Binary | 11000101 | 110101 | 1111011 | 0 | 1001001 | 100110 | 10111 | 101001011 | 111010 | 110001 |
Color Harmonies of #C5357B
Complementary color
Monochromatic Colors of #C5357B
Black with #C5357B
Text Example
Text Example
White with #C5357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5357B; }
p { color: rgb(197,53,123); }
H1.HeaderClassName
{
color: #C5357B;
}
.AnyTagClassName
{
color: #C5357B;
}
</style>
background-color css
<style>
a { background-color: #C5357B; }
a { background-color: rgb(197,53,123); }
div.DivClassName
{
background-color: #C5357B;
}
.BgClassName
{
background-color: #C5357B;
}
</style>
border-color css
<style>
span { border-color: #C5357B; }
span { border-color: rgb(197,53,123); }
td.TdClassName
{
border-color: #C5357B;
}
.TagClassName
{
border-color: #C5357B;
}
</style>