Shades of Medium Violet Red #C52286
Tints of Medium Violet Red #C52286
RGB
CMYK
RGB Variations
Color information
#C52286 (or 0xC52286) is known color: Medium Violet Red. HEX triplet: C5, 22 and 86. RGB value is (197,34,134). Sum of RGB (Red+Green+Blue) = 197+34+134=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C52286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52286 is #3ADD79. Grayscale: #5D5D5D. Windows color (decimal): -3857786 or 8790725. OLE color: 8790725.
HSL color Cylindrical-coordinate representation of color #C52286: hue angle of 323.19º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52286 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 134 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.23 |
| HSL | 323.19º | 0.71% | 0.45% | - |
| HSV(B) | 323.19º | 0.83% | 0.77% | - |
| XYZ | 27.9 | 14.74 | 23.93 | - |
| YUV | 94.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 134 | 0 | 0.83 | 0.32 | 0.23 | 323.19 | 0.71 | 0.45 |
| Hex | C5 | 22 | 86 | 0 | 53 | 20 | 17 | 143 | 47 | 2D |
| Octal | 305 | 42 | 206 | 0 | 123 | 40 | 27 | 503 | 107 | 55 |
| Binary | 11000101 | 100010 | 10000110 | 0 | 1010011 | 100000 | 10111 | 101000011 | 1000111 | 101101 |
Color Harmonies of #C52286
Complementary color
Monochromatic Colors of #C52286
Black with #C52286
Text Example
Text Example
White with #C52286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52286; }
p { color: rgb(197,34,134); }
H1.HeaderClassName
{
color: #C52286;
}
.AnyTagClassName
{
color: #C52286;
}
</style>
background-color css
<style>
a { background-color: #C52286; }
a { background-color: rgb(197,34,134); }
div.DivClassName
{
background-color: #C52286;
}
.BgClassName
{
background-color: #C52286;
}
</style>
border-color css
<style>
span { border-color: #C52286; }
span { border-color: rgb(197,34,134); }
td.TdClassName
{
border-color: #C52286;
}
.TagClassName
{
border-color: #C52286;
}
</style>