Shades of Medium Violet Red #C7106B
Tints of Medium Violet Red #C7106B
RGB
CMYK
RGB Variations
Color information
#C7106B (or 0xC7106B) is known color: Medium Violet Red. HEX triplet: C7, 10 and 6B. RGB value is (199,16,107). Sum of RGB (Red+Green+Blue) = 199+16+107=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7106B is #38EF94. Grayscale: #505050. Windows color (decimal): -3731349 or 7016647. OLE color: 7016647.
HSL color Cylindrical-coordinate representation of color #C7106B: hue angle of 330.16º 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 #C7106B is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.22 |
| HSL | 330.16º | 0.85% | 0.42% | - |
| HSV(B) | 330.16º | 0.92% | 0.78% | - |
| XYZ | 26.39 | 13.57 | 15.14 | - |
| YUV | 81.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 107 | 0 | 0.92 | 0.46 | 0.22 | 330.16 | 0.85 | 0.42 |
| Hex | C7 | 10 | 6B | 0 | 5C | 2E | 16 | 14A | 55 | 2A |
| Octal | 307 | 20 | 153 | 0 | 134 | 56 | 26 | 512 | 125 | 52 |
| Binary | 11000111 | 10000 | 1101011 | 0 | 1011100 | 101110 | 10110 | 101001010 | 1010101 | 101010 |
Color Harmonies of #C7106B
Complementary color
Monochromatic Colors of #C7106B
Black with #C7106B
Text Example
Text Example
White with #C7106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7106B; }
p { color: rgb(199,16,107); }
H1.HeaderClassName
{
color: #C7106B;
}
.AnyTagClassName
{
color: #C7106B;
}
</style>
background-color css
<style>
a { background-color: #C7106B; }
a { background-color: rgb(199,16,107); }
div.DivClassName
{
background-color: #C7106B;
}
.BgClassName
{
background-color: #C7106B;
}
</style>
border-color css
<style>
span { border-color: #C7106B; }
span { border-color: rgb(199,16,107); }
td.TdClassName
{
border-color: #C7106B;
}
.TagClassName
{
border-color: #C7106B;
}
</style>