Shades of Medium Violet Red #C5209A
Tints of Medium Violet Red #C5209A
RGB
CMYK
RGB Variations
Color information
#C5209A (or 0xC5209A) is known color: Medium Violet Red. HEX triplet: C5, 20 and 9A. RGB value is (197,32,154). Sum of RGB (Red+Green+Blue) = 197+32+154=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5209A is #3ADF65. Grayscale: #5E5E5E. Windows color (decimal): -3858278 or 10100933. OLE color: 10100933.
HSL color Cylindrical-coordinate representation of color #C5209A: hue angle of 315.64º 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 #C5209A is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 154 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.23 |
| HSL | 315.64º | 0.72% | 0.45% | - |
| HSV(B) | 315.64º | 0.84% | 0.77% | - |
| XYZ | 29.38 | 15.24 | 31.96 | - |
| YUV | 95.24 | 161.16 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 154 | 0 | 0.84 | 0.22 | 0.23 | 315.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 9A | 0 | 54 | 16 | 17 | 13C | 48 | 2D |
| Octal | 305 | 40 | 232 | 0 | 124 | 26 | 27 | 474 | 110 | 55 |
| Binary | 11000101 | 100000 | 10011010 | 0 | 1010100 | 10110 | 10111 | 100111100 | 1001000 | 101101 |
Color Harmonies of #C5209A
Complementary color
Monochromatic Colors of #C5209A
Black with #C5209A
Text Example
Text Example
White with #C5209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5209A; }
p { color: rgb(197,32,154); }
H1.HeaderClassName
{
color: #C5209A;
}
.AnyTagClassName
{
color: #C5209A;
}
</style>
background-color css
<style>
a { background-color: #C5209A; }
a { background-color: rgb(197,32,154); }
div.DivClassName
{
background-color: #C5209A;
}
.BgClassName
{
background-color: #C5209A;
}
</style>
border-color css
<style>
span { border-color: #C5209A; }
span { border-color: rgb(197,32,154); }
td.TdClassName
{
border-color: #C5209A;
}
.TagClassName
{
border-color: #C5209A;
}
</style>