Shades of Medium Violet Red #C51676
Tints of Medium Violet Red #C51676
RGB
CMYK
RGB Variations
Color information
#C51676 (or 0xC51676) is known color: Medium Violet Red. HEX triplet: C5, 16 and 76. RGB value is (197,22,118). Sum of RGB (Red+Green+Blue) = 197+22+118=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C51676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51676 is #3AE989. Grayscale: #555555. Windows color (decimal): -3860874 or 7739077. OLE color: 7739077.
HSL color Cylindrical-coordinate representation of color #C51676: hue angle of 327.09º 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 #C51676 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 118 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.23 |
| HSL | 327.09º | 0.8% | 0.43% | - |
| HSV(B) | 327.09º | 0.89% | 0.77% | - |
| XYZ | 26.58 | 13.75 | 18.39 | - |
| YUV | 85.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 118 | 0 | 0.89 | 0.40 | 0.23 | 327.09 | 0.8 | 0.43 |
| Hex | C5 | 16 | 76 | 0 | 59 | 28 | 17 | 147 | 50 | 2B |
| Octal | 305 | 26 | 166 | 0 | 131 | 50 | 27 | 507 | 120 | 53 |
| Binary | 11000101 | 10110 | 1110110 | 0 | 1011001 | 101000 | 10111 | 101000111 | 1010000 | 101011 |
Color Harmonies of #C51676
Complementary color
Monochromatic Colors of #C51676
Black with #C51676
Text Example
Text Example
White with #C51676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51676; }
p { color: rgb(197,22,118); }
H1.HeaderClassName
{
color: #C51676;
}
.AnyTagClassName
{
color: #C51676;
}
</style>
background-color css
<style>
a { background-color: #C51676; }
a { background-color: rgb(197,22,118); }
div.DivClassName
{
background-color: #C51676;
}
.BgClassName
{
background-color: #C51676;
}
</style>
border-color css
<style>
span { border-color: #C51676; }
span { border-color: rgb(197,22,118); }
td.TdClassName
{
border-color: #C51676;
}
.TagClassName
{
border-color: #C51676;
}
</style>