Shades of Medium Violet Red #C71684
Tints of Medium Violet Red #C71684
RGB
CMYK
RGB Variations
Color information
#C71684 (or 0xC71684) is known color: Medium Violet Red. HEX triplet: C7, 16 and 84. RGB value is (199,22,132). Sum of RGB (Red+Green+Blue) = 199+22+132=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C71684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71684 is #38E97B. Grayscale: #575757. Windows color (decimal): -3729788 or 8656583. OLE color: 8656583.
HSL color Cylindrical-coordinate representation of color #C71684: hue angle of 322.71º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71684 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 132 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.22 |
| HSL | 322.71º | 0.8% | 0.43% | - |
| HSV(B) | 322.71º | 0.89% | 0.78% | - |
| XYZ | 28 | 14.38 | 23.13 | - |
| YUV | 87.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 132 | 0 | 0.89 | 0.34 | 0.22 | 322.71 | 0.8 | 0.43 |
| Hex | C7 | 16 | 84 | 0 | 59 | 22 | 16 | 143 | 50 | 2B |
| Octal | 307 | 26 | 204 | 0 | 131 | 42 | 26 | 503 | 120 | 53 |
| Binary | 11000111 | 10110 | 10000100 | 0 | 1011001 | 100010 | 10110 | 101000011 | 1010000 | 101011 |
Color Harmonies of #C71684
Complementary color
Monochromatic Colors of #C71684
Black with #C71684
Text Example
Text Example
White with #C71684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71684; }
p { color: rgb(199,22,132); }
H1.HeaderClassName
{
color: #C71684;
}
.AnyTagClassName
{
color: #C71684;
}
</style>
background-color css
<style>
a { background-color: #C71684; }
a { background-color: rgb(199,22,132); }
div.DivClassName
{
background-color: #C71684;
}
.BgClassName
{
background-color: #C71684;
}
</style>
border-color css
<style>
span { border-color: #C71684; }
span { border-color: rgb(199,22,132); }
td.TdClassName
{
border-color: #C71684;
}
.TagClassName
{
border-color: #C71684;
}
</style>