Shades of Medium Violet Red #C5209B
Tints of Medium Violet Red #C5209B
RGB
CMYK
RGB Variations
Color information
#C5209B (or 0xC5209B) is known color: Medium Violet Red. HEX triplet: C5, 20 and 9B. RGB value is (197,32,155). Sum of RGB (Red+Green+Blue) = 197+32+155=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5209B is #3ADF64. Grayscale: #5F5F5F. Windows color (decimal): -3858277 or 10166469. OLE color: 10166469.
HSL color Cylindrical-coordinate representation of color #C5209B: hue angle of 315.27º 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 #C5209B is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 155 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.23 |
| HSL | 315.27º | 0.72% | 0.45% | - |
| HSV(B) | 315.27º | 0.84% | 0.77% | - |
| XYZ | 29.46 | 15.27 | 32.41 | - |
| YUV | 95.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 155 | 0 | 0.84 | 0.21 | 0.23 | 315.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | 9B | 0 | 54 | 15 | 17 | 13B | 48 | 2D |
| Octal | 305 | 40 | 233 | 0 | 124 | 25 | 27 | 473 | 110 | 55 |
| Binary | 11000101 | 100000 | 10011011 | 0 | 1010100 | 10101 | 10111 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C5209B
Complementary color
Monochromatic Colors of #C5209B
Black with #C5209B
Text Example
Text Example
White with #C5209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5209B; }
p { color: rgb(197,32,155); }
H1.HeaderClassName
{
color: #C5209B;
}
.AnyTagClassName
{
color: #C5209B;
}
</style>
background-color css
<style>
a { background-color: #C5209B; }
a { background-color: rgb(197,32,155); }
div.DivClassName
{
background-color: #C5209B;
}
.BgClassName
{
background-color: #C5209B;
}
</style>
border-color css
<style>
span { border-color: #C5209B; }
span { border-color: rgb(197,32,155); }
td.TdClassName
{
border-color: #C5209B;
}
.TagClassName
{
border-color: #C5209B;
}
</style>