Shades of Medium Violet Red #C7109D
Tints of Medium Violet Red #C7109D
RGB
CMYK
RGB Variations
Color information
#C7109D (or 0xC7109D) is known color: Medium Violet Red. HEX triplet: C7, 10 and 9D. RGB value is (199,16,157). Sum of RGB (Red+Green+Blue) = 199+16+157=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7109D is #38EF62. Grayscale: #565656. Windows color (decimal): -3731299 or 10293447. OLE color: 10293447.
HSL color Cylindrical-coordinate representation of color #C7109D: hue angle of 313.77º 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 #C7109D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.22 |
| HSL | 313.77º | 0.85% | 0.42% | - |
| HSV(B) | 313.77º | 0.92% | 0.78% | - |
| XYZ | 29.82 | 14.95 | 33.21 | - |
| YUV | 86.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 157 | 0 | 0.92 | 0.21 | 0.22 | 313.77 | 0.85 | 0.42 |
| Hex | C7 | 10 | 9D | 0 | 5C | 15 | 16 | 13A | 55 | 2A |
| Octal | 307 | 20 | 235 | 0 | 134 | 25 | 26 | 472 | 125 | 52 |
| Binary | 11000111 | 10000 | 10011101 | 0 | 1011100 | 10101 | 10110 | 100111010 | 1010101 | 101010 |
Color Harmonies of #C7109D
Complementary color
Monochromatic Colors of #C7109D
Black with #C7109D
Text Example
Text Example
White with #C7109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7109D; }
p { color: rgb(199,16,157); }
H1.HeaderClassName
{
color: #C7109D;
}
.AnyTagClassName
{
color: #C7109D;
}
</style>
background-color css
<style>
a { background-color: #C7109D; }
a { background-color: rgb(199,16,157); }
div.DivClassName
{
background-color: #C7109D;
}
.BgClassName
{
background-color: #C7109D;
}
</style>
border-color css
<style>
span { border-color: #C7109D; }
span { border-color: rgb(199,16,157); }
td.TdClassName
{
border-color: #C7109D;
}
.TagClassName
{
border-color: #C7109D;
}
</style>