Shades of Medium Violet Red #C51680
Tints of Medium Violet Red #C51680
RGB
CMYK
RGB Variations
Color information
#C51680 (or 0xC51680) is known color: Medium Violet Red. HEX triplet: C5, 16 and 80. RGB value is (197,22,128). Sum of RGB (Red+Green+Blue) = 197+22+128=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51680 is #3AE97F. Grayscale: #565656. Windows color (decimal): -3860864 or 8394437. OLE color: 8394437.
HSL color Cylindrical-coordinate representation of color #C51680: hue angle of 323.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51680 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.23 |
| HSL | 323.66º | 0.8% | 0.43% | - |
| HSV(B) | 323.66º | 0.89% | 0.77% | - |
| XYZ | 27.21 | 14 | 21.69 | - |
| YUV | 86.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 128 | 0 | 0.89 | 0.35 | 0.23 | 323.66 | 0.8 | 0.43 |
| Hex | C5 | 16 | 80 | 0 | 59 | 23 | 17 | 144 | 50 | 2B |
| Octal | 305 | 26 | 200 | 0 | 131 | 43 | 27 | 504 | 120 | 53 |
| Binary | 11000101 | 10110 | 10000000 | 0 | 1011001 | 100011 | 10111 | 101000100 | 1010000 | 101011 |
Color Harmonies of #C51680
Complementary color
Monochromatic Colors of #C51680
Black with #C51680
Text Example
Text Example
White with #C51680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51680; }
p { color: rgb(197,22,128); }
H1.HeaderClassName
{
color: #C51680;
}
.AnyTagClassName
{
color: #C51680;
}
</style>
background-color css
<style>
a { background-color: #C51680; }
a { background-color: rgb(197,22,128); }
div.DivClassName
{
background-color: #C51680;
}
.BgClassName
{
background-color: #C51680;
}
</style>
border-color css
<style>
span { border-color: #C51680; }
span { border-color: rgb(197,22,128); }
td.TdClassName
{
border-color: #C51680;
}
.TagClassName
{
border-color: #C51680;
}
</style>