Shades of Medium Violet Red #C5209D
Tints of Medium Violet Red #C5209D
RGB
CMYK
RGB Variations
Color information
#C5209D (or 0xC5209D) is known color: Medium Violet Red. HEX triplet: C5, 20 and 9D. RGB value is (197,32,157). Sum of RGB (Red+Green+Blue) = 197+32+157=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5209D is #3ADF62. Grayscale: #5F5F5F. Windows color (decimal): -3858275 or 10297541. OLE color: 10297541.
HSL color Cylindrical-coordinate representation of color #C5209D: hue angle of 314.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5209D is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 157 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.23 |
| HSL | 314.55º | 0.72% | 0.45% | - |
| HSV(B) | 314.55º | 0.84% | 0.77% | - |
| XYZ | 29.63 | 15.34 | 33.3 | - |
| YUV | 95.59 | 162.66 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 157 | 0 | 0.84 | 0.20 | 0.23 | 314.55 | 0.72 | 0.45 |
| Hex | C5 | 20 | 9D | 0 | 54 | 14 | 17 | 13B | 48 | 2D |
| Octal | 305 | 40 | 235 | 0 | 124 | 24 | 27 | 473 | 110 | 55 |
| Binary | 11000101 | 100000 | 10011101 | 0 | 1010100 | 10100 | 10111 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C5209D
Complementary color
Monochromatic Colors of #C5209D
Black with #C5209D
Text Example
Text Example
White with #C5209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5209D; }
p { color: rgb(197,32,157); }
H1.HeaderClassName
{
color: #C5209D;
}
.AnyTagClassName
{
color: #C5209D;
}
</style>
background-color css
<style>
a { background-color: #C5209D; }
a { background-color: rgb(197,32,157); }
div.DivClassName
{
background-color: #C5209D;
}
.BgClassName
{
background-color: #C5209D;
}
</style>
border-color css
<style>
span { border-color: #C5209D; }
span { border-color: rgb(197,32,157); }
td.TdClassName
{
border-color: #C5209D;
}
.TagClassName
{
border-color: #C5209D;
}
</style>