Shades of Medium Violet Red #C5208C
Tints of Medium Violet Red #C5208C
RGB
CMYK
RGB Variations
Color information
#C5208C (or 0xC5208C) is known color: Medium Violet Red. HEX triplet: C5, 20 and 8C. RGB value is (197,32,140). Sum of RGB (Red+Green+Blue) = 197+32+140=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5208C is #3ADF73. Grayscale: #5D5D5D. Windows color (decimal): -3858292 or 9183429. OLE color: 9183429.
HSL color Cylindrical-coordinate representation of color #C5208C: hue angle of 320.73º 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 #C5208C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 140 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.23 |
| HSL | 320.73º | 0.72% | 0.45% | - |
| HSV(B) | 320.73º | 0.84% | 0.77% | - |
| XYZ | 28.28 | 14.8 | 26.18 | - |
| YUV | 93.65 | 154.16 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 140 | 0 | 0.84 | 0.29 | 0.23 | 320.73 | 0.72 | 0.45 |
| Hex | C5 | 20 | 8C | 0 | 54 | 1D | 17 | 141 | 48 | 2D |
| Octal | 305 | 40 | 214 | 0 | 124 | 35 | 27 | 501 | 110 | 55 |
| Binary | 11000101 | 100000 | 10001100 | 0 | 1010100 | 11101 | 10111 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C5208C
Complementary color
Monochromatic Colors of #C5208C
Black with #C5208C
Text Example
Text Example
White with #C5208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5208C; }
p { color: rgb(197,32,140); }
H1.HeaderClassName
{
color: #C5208C;
}
.AnyTagClassName
{
color: #C5208C;
}
</style>
background-color css
<style>
a { background-color: #C5208C; }
a { background-color: rgb(197,32,140); }
div.DivClassName
{
background-color: #C5208C;
}
.BgClassName
{
background-color: #C5208C;
}
</style>
border-color css
<style>
span { border-color: #C5208C; }
span { border-color: rgb(197,32,140); }
td.TdClassName
{
border-color: #C5208C;
}
.TagClassName
{
border-color: #C5208C;
}
</style>