Shades of Medium Violet Red #C5206C
Tints of Medium Violet Red #C5206C
RGB
CMYK
RGB Variations
Color information
#C5206C (or 0xC5206C) is known color: Medium Violet Red. HEX triplet: C5, 20 and 6C. RGB value is (197,32,108). Sum of RGB (Red+Green+Blue) = 197+32+108=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5206C is #3ADF93. Grayscale: #595959. Windows color (decimal): -3858324 or 7086277. OLE color: 7086277.
HSL color Cylindrical-coordinate representation of color #C5206C: hue angle of 332.36º 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 #C5206C is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 108 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.23 |
| HSL | 332.36º | 0.72% | 0.45% | - |
| HSV(B) | 332.36º | 0.84% | 0.77% | - |
| XYZ | 26.25 | 13.99 | 15.5 | - |
| YUV | 90 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 108 | 0 | 0.84 | 0.45 | 0.23 | 332.36 | 0.72 | 0.45 |
| Hex | C5 | 20 | 6C | 0 | 54 | 2D | 17 | 14C | 48 | 2D |
| Octal | 305 | 40 | 154 | 0 | 124 | 55 | 27 | 514 | 110 | 55 |
| Binary | 11000101 | 100000 | 1101100 | 0 | 1010100 | 101101 | 10111 | 101001100 | 1001000 | 101101 |
Color Harmonies of #C5206C
Complementary color
Monochromatic Colors of #C5206C
Black with #C5206C
Text Example
Text Example
White with #C5206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5206C; }
p { color: rgb(197,32,108); }
H1.HeaderClassName
{
color: #C5206C;
}
.AnyTagClassName
{
color: #C5206C;
}
</style>
background-color css
<style>
a { background-color: #C5206C; }
a { background-color: rgb(197,32,108); }
div.DivClassName
{
background-color: #C5206C;
}
.BgClassName
{
background-color: #C5206C;
}
</style>
border-color css
<style>
span { border-color: #C5206C; }
span { border-color: rgb(197,32,108); }
td.TdClassName
{
border-color: #C5206C;
}
.TagClassName
{
border-color: #C5206C;
}
</style>