Shades of Medium Violet Red #C7109F
Tints of Medium Violet Red #C7109F
RGB
CMYK
RGB Variations
Color information
#C7109F (or 0xC7109F) is known color: Medium Violet Red. HEX triplet: C7, 10 and 9F. RGB value is (199,16,159). Sum of RGB (Red+Green+Blue) = 199+16+159=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7109F is #38EF60. Grayscale: #565656. Windows color (decimal): -3731297 or 10424519. OLE color: 10424519.
HSL color Cylindrical-coordinate representation of color #C7109F: hue angle of 313.11º 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 #C7109F is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 159 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.22 |
| HSL | 313.11º | 0.85% | 0.42% | - |
| HSV(B) | 313.11º | 0.92% | 0.78% | - |
| XYZ | 30 | 15.02 | 34.12 | - |
| YUV | 87.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 159 | 0 | 0.92 | 0.20 | 0.22 | 313.11 | 0.85 | 0.42 |
| Hex | C7 | 10 | 9F | 0 | 5C | 14 | 16 | 139 | 55 | 2A |
| Octal | 307 | 20 | 237 | 0 | 134 | 24 | 26 | 471 | 125 | 52 |
| Binary | 11000111 | 10000 | 10011111 | 0 | 1011100 | 10100 | 10110 | 100111001 | 1010101 | 101010 |
Color Harmonies of #C7109F
Complementary color
Monochromatic Colors of #C7109F
Black with #C7109F
Text Example
Text Example
White with #C7109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7109F; }
p { color: rgb(199,16,159); }
H1.HeaderClassName
{
color: #C7109F;
}
.AnyTagClassName
{
color: #C7109F;
}
</style>
background-color css
<style>
a { background-color: #C7109F; }
a { background-color: rgb(199,16,159); }
div.DivClassName
{
background-color: #C7109F;
}
.BgClassName
{
background-color: #C7109F;
}
</style>
border-color css
<style>
span { border-color: #C7109F; }
span { border-color: rgb(199,16,159); }
td.TdClassName
{
border-color: #C7109F;
}
.TagClassName
{
border-color: #C7109F;
}
</style>