Shades of Medium Violet Red #C5206E
Tints of Medium Violet Red #C5206E
RGB
CMYK
RGB Variations
Color information
#C5206E (or 0xC5206E) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6E. RGB value is (197,32,110). Sum of RGB (Red+Green+Blue) = 197+32+110=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206E is #3ADF91. Grayscale: #5A5A5A. Windows color (decimal): -3858322 or 7217349. OLE color: 7217349.
HSL color Cylindrical-coordinate representation of color #C5206E: hue angle of 331.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 #C5206E is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 110 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.23 |
| HSL | 331.64º | 0.72% | 0.45% | - |
| HSV(B) | 331.64º | 0.84% | 0.77% | - |
| XYZ | 26.36 | 14.03 | 16.07 | - |
| YUV | 90.23 | 139.16 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 110 | 0 | 0.84 | 0.44 | 0.23 | 331.64 | 0.72 | 0.45 |
| Hex | C5 | 20 | 6E | 0 | 54 | 2C | 17 | 14C | 48 | 2D |
| Octal | 305 | 40 | 156 | 0 | 124 | 54 | 27 | 514 | 110 | 55 |
| Binary | 11000101 | 100000 | 1101110 | 0 | 1010100 | 101100 | 10111 | 101001100 | 1001000 | 101101 |
Color Harmonies of #C5206E
Complementary color
Monochromatic Colors of #C5206E
Black with #C5206E
Text Example
Text Example
White with #C5206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5206E; }
p { color: rgb(197,32,110); }
H1.HeaderClassName
{
color: #C5206E;
}
.AnyTagClassName
{
color: #C5206E;
}
</style>
background-color css
<style>
a { background-color: #C5206E; }
a { background-color: rgb(197,32,110); }
div.DivClassName
{
background-color: #C5206E;
}
.BgClassName
{
background-color: #C5206E;
}
</style>
border-color css
<style>
span { border-color: #C5206E; }
span { border-color: rgb(197,32,110); }
td.TdClassName
{
border-color: #C5206E;
}
.TagClassName
{
border-color: #C5206E;
}
</style>