Shades of Medium Violet Red #C52086
Tints of Medium Violet Red #C52086
RGB
CMYK
RGB Variations
Color information
#C52086 (or 0xC52086) is known color: Medium Violet Red. HEX triplet: C5, 20 and 86. RGB value is (197,32,134). Sum of RGB (Red+Green+Blue) = 197+32+134=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C52086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52086 is #3ADF79. Grayscale: #5C5C5C. Windows color (decimal): -3858298 or 8790213. OLE color: 8790213.
HSL color Cylindrical-coordinate representation of color #C52086: hue angle of 322.91º 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 #C52086 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 134 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.23 |
| HSL | 322.91º | 0.72% | 0.45% | - |
| HSV(B) | 322.91º | 0.84% | 0.77% | - |
| XYZ | 27.85 | 14.62 | 23.91 | - |
| YUV | 92.96 | 151.16 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 134 | 0 | 0.84 | 0.32 | 0.23 | 322.91 | 0.72 | 0.45 |
| Hex | C5 | 20 | 86 | 0 | 54 | 20 | 17 | 143 | 48 | 2D |
| Octal | 305 | 40 | 206 | 0 | 124 | 40 | 27 | 503 | 110 | 55 |
| Binary | 11000101 | 100000 | 10000110 | 0 | 1010100 | 100000 | 10111 | 101000011 | 1001000 | 101101 |
Color Harmonies of #C52086
Complementary color
Monochromatic Colors of #C52086
Black with #C52086
Text Example
Text Example
White with #C52086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52086; }
p { color: rgb(197,32,134); }
H1.HeaderClassName
{
color: #C52086;
}
.AnyTagClassName
{
color: #C52086;
}
</style>
background-color css
<style>
a { background-color: #C52086; }
a { background-color: rgb(197,32,134); }
div.DivClassName
{
background-color: #C52086;
}
.BgClassName
{
background-color: #C52086;
}
</style>
border-color css
<style>
span { border-color: #C52086; }
span { border-color: rgb(197,32,134); }
td.TdClassName
{
border-color: #C52086;
}
.TagClassName
{
border-color: #C52086;
}
</style>