Shades of Medium Violet Red #C7109B
Tints of Medium Violet Red #C7109B
RGB
CMYK
RGB Variations
Color information
#C7109B (or 0xC7109B) is known color: Medium Violet Red. HEX triplet: C7, 10 and 9B. RGB value is (199,16,155). Sum of RGB (Red+Green+Blue) = 199+16+155=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7109B is #38EF64. Grayscale: #565656. Windows color (decimal): -3731301 or 10162375. OLE color: 10162375.
HSL color Cylindrical-coordinate representation of color #C7109B: hue angle of 314.43º 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 #C7109B is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.43º | 0.85% | 0.42% | - |
| HSV(B) | 314.43º | 0.92% | 0.78% | - |
| XYZ | 29.65 | 14.88 | 32.32 | - |
| YUV | 86.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 155 | 0 | 0.92 | 0.22 | 0.22 | 314.43 | 0.85 | 0.42 |
| Hex | C7 | 10 | 9B | 0 | 5C | 16 | 16 | 13A | 55 | 2A |
| Octal | 307 | 20 | 233 | 0 | 134 | 26 | 26 | 472 | 125 | 52 |
| Binary | 11000111 | 10000 | 10011011 | 0 | 1011100 | 10110 | 10110 | 100111010 | 1010101 | 101010 |
Color Harmonies of #C7109B
Complementary color
Monochromatic Colors of #C7109B
Black with #C7109B
Text Example
Text Example
White with #C7109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7109B; }
p { color: rgb(199,16,155); }
H1.HeaderClassName
{
color: #C7109B;
}
.AnyTagClassName
{
color: #C7109B;
}
</style>
background-color css
<style>
a { background-color: #C7109B; }
a { background-color: rgb(199,16,155); }
div.DivClassName
{
background-color: #C7109B;
}
.BgClassName
{
background-color: #C7109B;
}
</style>
border-color css
<style>
span { border-color: #C7109B; }
span { border-color: rgb(199,16,155); }
td.TdClassName
{
border-color: #C7109B;
}
.TagClassName
{
border-color: #C7109B;
}
</style>