Shades of Medium Violet Red #C7106C
Tints of Medium Violet Red #C7106C
RGB
CMYK
RGB Variations
Color information
#C7106C (or 0xC7106C) is known color: Medium Violet Red. HEX triplet: C7, 10 and 6C. RGB value is (199,16,108). Sum of RGB (Red+Green+Blue) = 199+16+108=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7106C is #38EF93. Grayscale: #515151. Windows color (decimal): -3731348 or 7082183. OLE color: 7082183.
HSL color Cylindrical-coordinate representation of color #C7106C: hue angle of 329.84º 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 #C7106C is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 108 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.22 |
| HSL | 329.84º | 0.85% | 0.42% | - |
| HSV(B) | 329.84º | 0.92% | 0.78% | - |
| XYZ | 26.45 | 13.6 | 15.42 | - |
| YUV | 81.21 | 143.13 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 108 | 0 | 0.92 | 0.46 | 0.22 | 329.84 | 0.85 | 0.42 |
| Hex | C7 | 10 | 6C | 0 | 5C | 2E | 16 | 14A | 55 | 2A |
| Octal | 307 | 20 | 154 | 0 | 134 | 56 | 26 | 512 | 125 | 52 |
| Binary | 11000111 | 10000 | 1101100 | 0 | 1011100 | 101110 | 10110 | 101001010 | 1010101 | 101010 |
Color Harmonies of #C7106C
Complementary color
Monochromatic Colors of #C7106C
Black with #C7106C
Text Example
Text Example
White with #C7106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7106C; }
p { color: rgb(199,16,108); }
H1.HeaderClassName
{
color: #C7106C;
}
.AnyTagClassName
{
color: #C7106C;
}
</style>
background-color css
<style>
a { background-color: #C7106C; }
a { background-color: rgb(199,16,108); }
div.DivClassName
{
background-color: #C7106C;
}
.BgClassName
{
background-color: #C7106C;
}
</style>
border-color css
<style>
span { border-color: #C7106C; }
span { border-color: rgb(199,16,108); }
td.TdClassName
{
border-color: #C7106C;
}
.TagClassName
{
border-color: #C7106C;
}
</style>