Shades of Medium Violet Red #C50286
Tints of Medium Violet Red #C50286
RGB
CMYK
RGB Variations
Color information
#C50286 (or 0xC50286) is known color: Medium Violet Red. HEX triplet: C5, 02 and 86. RGB value is (197,2,134). Sum of RGB (Red+Green+Blue) = 197+2+134=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50286 is #3AFD79. Grayscale: #4B4B4B. Windows color (decimal): -3865978 or 8782533. OLE color: 8782533.
HSL color Cylindrical-coordinate representation of color #C50286: hue angle of 319.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50286 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.23 |
| HSL | 319.38º | 0.98% | 0.39% | - |
| HSV(B) | 319.38º | 0.99% | 0.77% | - |
| XYZ | 27.35 | 13.63 | 23.74 | - |
| YUV | 75.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 134 | 0 | 0.99 | 0.32 | 0.23 | 319.38 | 0.98 | 0.39 |
| Hex | C5 | 2 | 86 | 0 | 63 | 20 | 17 | 13F | 62 | 27 |
| Octal | 305 | 2 | 206 | 0 | 143 | 40 | 27 | 477 | 142 | 47 |
| Binary | 11000101 | 10 | 10000110 | 0 | 1100011 | 100000 | 10111 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C50286
Complementary color
Monochromatic Colors of #C50286
Black with #C50286
Text Example
Text Example
White with #C50286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50286; }
p { color: rgb(197,2,134); }
H1.HeaderClassName
{
color: #C50286;
}
.AnyTagClassName
{
color: #C50286;
}
</style>
background-color css
<style>
a { background-color: #C50286; }
a { background-color: rgb(197,2,134); }
div.DivClassName
{
background-color: #C50286;
}
.BgClassName
{
background-color: #C50286;
}
</style>
border-color css
<style>
span { border-color: #C50286; }
span { border-color: rgb(197,2,134); }
td.TdClassName
{
border-color: #C50286;
}
.TagClassName
{
border-color: #C50286;
}
</style>