Shades of Medium Violet Red #C5208F
Tints of Medium Violet Red #C5208F
RGB
CMYK
RGB Variations
Color information
#C5208F (or 0xC5208F) is known color: Medium Violet Red. HEX triplet: C5, 20 and 8F. RGB value is (197,32,143). Sum of RGB (Red+Green+Blue) = 197+32+143=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5208F is #3ADF70. Grayscale: #5D5D5D. Windows color (decimal): -3858289 or 9380037. OLE color: 9380037.
HSL color Cylindrical-coordinate representation of color #C5208F: hue angle of 319.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 #C5208F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 143 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.23 |
| HSL | 319.64º | 0.72% | 0.45% | - |
| HSV(B) | 319.64º | 0.84% | 0.77% | - |
| XYZ | 28.5 | 14.89 | 27.36 | - |
| YUV | 93.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 143 | 0 | 0.84 | 0.27 | 0.23 | 319.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 8F | 0 | 54 | 1B | 17 | 140 | 48 | 2D |
| Octal | 305 | 40 | 217 | 0 | 124 | 33 | 27 | 500 | 110 | 55 |
| Binary | 11000101 | 100000 | 10001111 | 0 | 1010100 | 11011 | 10111 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C5208F
Complementary color
Monochromatic Colors of #C5208F
Black with #C5208F
Text Example
Text Example
White with #C5208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5208F; }
p { color: rgb(197,32,143); }
H1.HeaderClassName
{
color: #C5208F;
}
.AnyTagClassName
{
color: #C5208F;
}
</style>
background-color css
<style>
a { background-color: #C5208F; }
a { background-color: rgb(197,32,143); }
div.DivClassName
{
background-color: #C5208F;
}
.BgClassName
{
background-color: #C5208F;
}
</style>
border-color css
<style>
span { border-color: #C5208F; }
span { border-color: rgb(197,32,143); }
td.TdClassName
{
border-color: #C5208F;
}
.TagClassName
{
border-color: #C5208F;
}
</style>