Shades of Medium Violet Red #C716A2
Tints of Medium Violet Red #C716A2
RGB
CMYK
RGB Variations
Color information
#C716A2 (or 0xC716A2) is known color: Medium Violet Red. HEX triplet: C7, 16 and A2. RGB value is (199,22,162). Sum of RGB (Red+Green+Blue) = 199+22+162=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C716A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C716A2 is #38E95D. Grayscale: #5A5A5A. Windows color (decimal): -3729758 or 10622663. OLE color: 10622663.
HSL color Cylindrical-coordinate representation of color #C716A2: hue angle of 312.54º 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 #C716A2 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 162 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.22 |
| HSL | 312.54º | 0.8% | 0.43% | - |
| HSV(B) | 312.54º | 0.89% | 0.78% | - |
| XYZ | 30.36 | 15.32 | 35.54 | - |
| YUV | 90.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 162 | 0 | 0.89 | 0.19 | 0.22 | 312.54 | 0.8 | 0.43 |
| Hex | C7 | 16 | A2 | 0 | 59 | 13 | 16 | 139 | 50 | 2B |
| Octal | 307 | 26 | 242 | 0 | 131 | 23 | 26 | 471 | 120 | 53 |
| Binary | 11000111 | 10110 | 10100010 | 0 | 1011001 | 10011 | 10110 | 100111001 | 1010000 | 101011 |
Color Harmonies of #C716A2
Complementary color
Monochromatic Colors of #C716A2
Black with #C716A2
Text Example
Text Example
White with #C716A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716A2; }
p { color: rgb(199,22,162); }
H1.HeaderClassName
{
color: #C716A2;
}
.AnyTagClassName
{
color: #C716A2;
}
</style>
background-color css
<style>
a { background-color: #C716A2; }
a { background-color: rgb(199,22,162); }
div.DivClassName
{
background-color: #C716A2;
}
.BgClassName
{
background-color: #C716A2;
}
</style>
border-color css
<style>
span { border-color: #C716A2; }
span { border-color: rgb(199,22,162); }
td.TdClassName
{
border-color: #C716A2;
}
.TagClassName
{
border-color: #C716A2;
}
</style>