Shades of Medium Violet Red #C7109C
Tints of Medium Violet Red #C7109C
RGB
CMYK
RGB Variations
Color information
#C7109C (or 0xC7109C) is known color: Medium Violet Red. HEX triplet: C7, 10 and 9C. RGB value is (199,16,156). Sum of RGB (Red+Green+Blue) = 199+16+156=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7109C is #38EF63. Grayscale: #565656. Windows color (decimal): -3731300 or 10227911. OLE color: 10227911.
HSL color Cylindrical-coordinate representation of color #C7109C: hue angle of 314.1º 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 #C7109C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.1º | 0.85% | 0.42% | - |
| HSV(B) | 314.1º | 0.92% | 0.78% | - |
| XYZ | 29.74 | 14.91 | 32.76 | - |
| YUV | 86.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 156 | 0 | 0.92 | 0.22 | 0.22 | 314.1 | 0.85 | 0.42 |
| Hex | C7 | 10 | 9C | 0 | 5C | 16 | 16 | 13A | 55 | 2A |
| Octal | 307 | 20 | 234 | 0 | 134 | 26 | 26 | 472 | 125 | 52 |
| Binary | 11000111 | 10000 | 10011100 | 0 | 1011100 | 10110 | 10110 | 100111010 | 1010101 | 101010 |
Color Harmonies of #C7109C
Complementary color
Monochromatic Colors of #C7109C
Black with #C7109C
Text Example
Text Example
White with #C7109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7109C; }
p { color: rgb(199,16,156); }
H1.HeaderClassName
{
color: #C7109C;
}
.AnyTagClassName
{
color: #C7109C;
}
</style>
background-color css
<style>
a { background-color: #C7109C; }
a { background-color: rgb(199,16,156); }
div.DivClassName
{
background-color: #C7109C;
}
.BgClassName
{
background-color: #C7109C;
}
</style>
border-color css
<style>
span { border-color: #C7109C; }
span { border-color: rgb(199,16,156); }
td.TdClassName
{
border-color: #C7109C;
}
.TagClassName
{
border-color: #C7109C;
}
</style>