Shades of Medium Violet Red #C51684
Tints of Medium Violet Red #C51684
RGB
CMYK
RGB Variations
Color information
#C51684 (or 0xC51684) is known color: Medium Violet Red. HEX triplet: C5, 16 and 84. RGB value is (197,22,132). Sum of RGB (Red+Green+Blue) = 197+22+132=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51684 is #3AE97B. Grayscale: #565656. Windows color (decimal): -3860860 or 8656581. OLE color: 8656581.
HSL color Cylindrical-coordinate representation of color #C51684: hue angle of 322.29º 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 #C51684 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 132 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.23 |
| HSL | 322.29º | 0.8% | 0.43% | - |
| HSV(B) | 322.29º | 0.89% | 0.77% | - |
| XYZ | 27.48 | 14.11 | 23.11 | - |
| YUV | 86.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 132 | 0 | 0.89 | 0.33 | 0.23 | 322.29 | 0.8 | 0.43 |
| Hex | C5 | 16 | 84 | 0 | 59 | 21 | 17 | 142 | 50 | 2B |
| Octal | 305 | 26 | 204 | 0 | 131 | 41 | 27 | 502 | 120 | 53 |
| Binary | 11000101 | 10110 | 10000100 | 0 | 1011001 | 100001 | 10111 | 101000010 | 1010000 | 101011 |
Color Harmonies of #C51684
Complementary color
Monochromatic Colors of #C51684
Black with #C51684
Text Example
Text Example
White with #C51684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51684; }
p { color: rgb(197,22,132); }
H1.HeaderClassName
{
color: #C51684;
}
.AnyTagClassName
{
color: #C51684;
}
</style>
background-color css
<style>
a { background-color: #C51684; }
a { background-color: rgb(197,22,132); }
div.DivClassName
{
background-color: #C51684;
}
.BgClassName
{
background-color: #C51684;
}
</style>
border-color css
<style>
span { border-color: #C51684; }
span { border-color: rgb(197,22,132); }
td.TdClassName
{
border-color: #C51684;
}
.TagClassName
{
border-color: #C51684;
}
</style>