Shades of Medium Violet Red #C5206F
Tints of Medium Violet Red #C5206F
RGB
CMYK
RGB Variations
Color information
#C5206F (or 0xC5206F) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6F. RGB value is (197,32,111). Sum of RGB (Red+Green+Blue) = 197+32+111=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206F is #3ADF90. Grayscale: #5A5A5A. Windows color (decimal): -3858321 or 7282885. OLE color: 7282885.
HSL color Cylindrical-coordinate representation of color #C5206F: hue angle of 331.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 #C5206F is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 111 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.23 |
| HSL | 331.27º | 0.72% | 0.45% | - |
| HSV(B) | 331.27º | 0.84% | 0.77% | - |
| XYZ | 26.41 | 14.05 | 16.36 | - |
| YUV | 90.34 | 139.66 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 111 | 0 | 0.84 | 0.44 | 0.23 | 331.27 | 0.72 | 0.45 |
| Hex | C5 | 20 | 6F | 0 | 54 | 2C | 17 | 14B | 48 | 2D |
| Octal | 305 | 40 | 157 | 0 | 124 | 54 | 27 | 513 | 110 | 55 |
| Binary | 11000101 | 100000 | 1101111 | 0 | 1010100 | 101100 | 10111 | 101001011 | 1001000 | 101101 |
Color Harmonies of #C5206F
Complementary color
Monochromatic Colors of #C5206F
Black with #C5206F
Text Example
Text Example
White with #C5206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5206F; }
p { color: rgb(197,32,111); }
H1.HeaderClassName
{
color: #C5206F;
}
.AnyTagClassName
{
color: #C5206F;
}
</style>
background-color css
<style>
a { background-color: #C5206F; }
a { background-color: rgb(197,32,111); }
div.DivClassName
{
background-color: #C5206F;
}
.BgClassName
{
background-color: #C5206F;
}
</style>
border-color css
<style>
span { border-color: #C5206F; }
span { border-color: rgb(197,32,111); }
td.TdClassName
{
border-color: #C5206F;
}
.TagClassName
{
border-color: #C5206F;
}
</style>