Shades of Medium Violet Red #C5209F
Tints of Medium Violet Red #C5209F
RGB
CMYK
RGB Variations
Color information
#C5209F (or 0xC5209F) is known color: Medium Violet Red. HEX triplet: C5, 20 and 9F. RGB value is (197,32,159). Sum of RGB (Red+Green+Blue) = 197+32+159=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5209F is #3ADF60. Grayscale: #5F5F5F. Windows color (decimal): -3858273 or 10428613. OLE color: 10428613.
HSL color Cylindrical-coordinate representation of color #C5209F: hue angle of 313.82º 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 #C5209F is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 159 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.23 |
| HSL | 313.82º | 0.72% | 0.45% | - |
| HSV(B) | 313.82º | 0.84% | 0.77% | - |
| XYZ | 29.8 | 15.41 | 34.2 | - |
| YUV | 95.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 159 | 0 | 0.84 | 0.19 | 0.23 | 313.82 | 0.72 | 0.45 |
| Hex | C5 | 20 | 9F | 0 | 54 | 13 | 17 | 13A | 48 | 2D |
| Octal | 305 | 40 | 237 | 0 | 124 | 23 | 27 | 472 | 110 | 55 |
| Binary | 11000101 | 100000 | 10011111 | 0 | 1010100 | 10011 | 10111 | 100111010 | 1001000 | 101101 |
Color Harmonies of #C5209F
Complementary color
Monochromatic Colors of #C5209F
Black with #C5209F
Text Example
Text Example
White with #C5209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5209F; }
p { color: rgb(197,32,159); }
H1.HeaderClassName
{
color: #C5209F;
}
.AnyTagClassName
{
color: #C5209F;
}
</style>
background-color css
<style>
a { background-color: #C5209F; }
a { background-color: rgb(197,32,159); }
div.DivClassName
{
background-color: #C5209F;
}
.BgClassName
{
background-color: #C5209F;
}
</style>
border-color css
<style>
span { border-color: #C5209F; }
span { border-color: rgb(197,32,159); }
td.TdClassName
{
border-color: #C5209F;
}
.TagClassName
{
border-color: #C5209F;
}
</style>