Shades of Medium Violet Red #C7106E
Tints of Medium Violet Red #C7106E
RGB
CMYK
RGB Variations
Color information
#C7106E (or 0xC7106E) is known color: Medium Violet Red. HEX triplet: C7, 10 and 6E. RGB value is (199,16,110). Sum of RGB (Red+Green+Blue) = 199+16+110=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7106E is #38EF91. Grayscale: #515151. Windows color (decimal): -3731346 or 7213255. OLE color: 7213255.
HSL color Cylindrical-coordinate representation of color #C7106E: hue angle of 329.18º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7106E is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 110 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.22 |
| HSL | 329.18º | 0.85% | 0.42% | - |
| HSV(B) | 329.18º | 0.92% | 0.78% | - |
| XYZ | 26.55 | 13.64 | 15.98 | - |
| YUV | 81.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 110 | 0 | 0.92 | 0.45 | 0.22 | 329.18 | 0.85 | 0.42 |
| Hex | C7 | 10 | 6E | 0 | 5C | 2D | 16 | 149 | 55 | 2A |
| Octal | 307 | 20 | 156 | 0 | 134 | 55 | 26 | 511 | 125 | 52 |
| Binary | 11000111 | 10000 | 1101110 | 0 | 1011100 | 101101 | 10110 | 101001001 | 1010101 | 101010 |
Color Harmonies of #C7106E
Complementary color
Monochromatic Colors of #C7106E
Black with #C7106E
Text Example
Text Example
White with #C7106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7106E; }
p { color: rgb(199,16,110); }
H1.HeaderClassName
{
color: #C7106E;
}
.AnyTagClassName
{
color: #C7106E;
}
</style>
background-color css
<style>
a { background-color: #C7106E; }
a { background-color: rgb(199,16,110); }
div.DivClassName
{
background-color: #C7106E;
}
.BgClassName
{
background-color: #C7106E;
}
</style>
border-color css
<style>
span { border-color: #C7106E; }
span { border-color: rgb(199,16,110); }
td.TdClassName
{
border-color: #C7106E;
}
.TagClassName
{
border-color: #C7106E;
}
</style>