Shades of Medium Violet Red #C7119B
Tints of Medium Violet Red #C7119B
RGB
CMYK
RGB Variations
Color information
#C7119B (or 0xC7119B) is known color: Medium Violet Red. HEX triplet: C7, 11 and 9B. RGB value is (199,17,155). Sum of RGB (Red+Green+Blue) = 199+17+155=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7119B is #38EE64. Grayscale: #565656. Windows color (decimal): -3731045 or 10162631. OLE color: 10162631.
HSL color Cylindrical-coordinate representation of color #C7119B: hue angle of 314.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7119B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.22 |
| HSL | 314.51º | 0.84% | 0.42% | - |
| HSV(B) | 314.51º | 0.91% | 0.78% | - |
| XYZ | 29.67 | 14.91 | 32.32 | - |
| YUV | 87.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 155 | 0 | 0.91 | 0.22 | 0.22 | 314.51 | 0.84 | 0.42 |
| Hex | C7 | 11 | 9B | 0 | 5B | 16 | 16 | 13B | 54 | 2A |
| Octal | 307 | 21 | 233 | 0 | 133 | 26 | 26 | 473 | 124 | 52 |
| Binary | 11000111 | 10001 | 10011011 | 0 | 1011011 | 10110 | 10110 | 100111011 | 1010100 | 101010 |
Color Harmonies of #C7119B
Complementary color
Monochromatic Colors of #C7119B
Black with #C7119B
Text Example
Text Example
White with #C7119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7119B; }
p { color: rgb(199,17,155); }
H1.HeaderClassName
{
color: #C7119B;
}
.AnyTagClassName
{
color: #C7119B;
}
</style>
background-color css
<style>
a { background-color: #C7119B; }
a { background-color: rgb(199,17,155); }
div.DivClassName
{
background-color: #C7119B;
}
.BgClassName
{
background-color: #C7119B;
}
</style>
border-color css
<style>
span { border-color: #C7119B; }
span { border-color: rgb(199,17,155); }
td.TdClassName
{
border-color: #C7119B;
}
.TagClassName
{
border-color: #C7119B;
}
</style>