Shades of Medium Violet Red #C5239B
Tints of Medium Violet Red #C5239B
RGB
CMYK
RGB Variations
Color information
#C5239B (or 0xC5239B) is known color: Medium Violet Red. HEX triplet: C5, 23 and 9B. RGB value is (197,35,155). Sum of RGB (Red+Green+Blue) = 197+35+155=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5239B is #3ADC64. Grayscale: #606060. Windows color (decimal): -3857509 or 10167237. OLE color: 10167237.
HSL color Cylindrical-coordinate representation of color #C5239B: hue angle of 315.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5239B is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 155 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.23 |
| HSL | 315.56º | 0.7% | 0.45% | - |
| HSV(B) | 315.56º | 0.82% | 0.77% | - |
| XYZ | 29.54 | 15.44 | 32.43 | - |
| YUV | 97.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 155 | 0 | 0.82 | 0.21 | 0.23 | 315.56 | 0.7 | 0.45 |
| Hex | C5 | 23 | 9B | 0 | 52 | 15 | 17 | 13C | 46 | 2D |
| Octal | 305 | 43 | 233 | 0 | 122 | 25 | 27 | 474 | 106 | 55 |
| Binary | 11000101 | 100011 | 10011011 | 0 | 1010010 | 10101 | 10111 | 100111100 | 1000110 | 101101 |
Color Harmonies of #C5239B
Complementary color
Monochromatic Colors of #C5239B
Black with #C5239B
Text Example
Text Example
White with #C5239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5239B; }
p { color: rgb(197,35,155); }
H1.HeaderClassName
{
color: #C5239B;
}
.AnyTagClassName
{
color: #C5239B;
}
</style>
background-color css
<style>
a { background-color: #C5239B; }
a { background-color: rgb(197,35,155); }
div.DivClassName
{
background-color: #C5239B;
}
.BgClassName
{
background-color: #C5239B;
}
</style>
border-color css
<style>
span { border-color: #C5239B; }
span { border-color: rgb(197,35,155); }
td.TdClassName
{
border-color: #C5239B;
}
.TagClassName
{
border-color: #C5239B;
}
</style>