Shades of Medium Violet Red #C7119A
Tints of Medium Violet Red #C7119A
RGB
CMYK
RGB Variations
Color information
#C7119A (or 0xC7119A) is known color: Medium Violet Red. HEX triplet: C7, 11 and 9A. RGB value is (199,17,154). Sum of RGB (Red+Green+Blue) = 199+17+154=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7119A is #38EE65. Grayscale: #565656. Windows color (decimal): -3731046 or 10097095. OLE color: 10097095.
HSL color Cylindrical-coordinate representation of color #C7119A: hue angle of 314.84º 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 #C7119A is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.22 |
| HSL | 314.84º | 0.84% | 0.42% | - |
| HSV(B) | 314.84º | 0.91% | 0.78% | - |
| XYZ | 29.59 | 14.88 | 31.88 | - |
| YUV | 87.04 | 165.8 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 154 | 0 | 0.91 | 0.23 | 0.22 | 314.84 | 0.84 | 0.42 |
| Hex | C7 | 11 | 9A | 0 | 5B | 17 | 16 | 13B | 54 | 2A |
| Octal | 307 | 21 | 232 | 0 | 133 | 27 | 26 | 473 | 124 | 52 |
| Binary | 11000111 | 10001 | 10011010 | 0 | 1011011 | 10111 | 10110 | 100111011 | 1010100 | 101010 |
Color Harmonies of #C7119A
Complementary color
Monochromatic Colors of #C7119A
Black with #C7119A
Text Example
Text Example
White with #C7119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7119A; }
p { color: rgb(199,17,154); }
H1.HeaderClassName
{
color: #C7119A;
}
.AnyTagClassName
{
color: #C7119A;
}
</style>
background-color css
<style>
a { background-color: #C7119A; }
a { background-color: rgb(199,17,154); }
div.DivClassName
{
background-color: #C7119A;
}
.BgClassName
{
background-color: #C7119A;
}
</style>
border-color css
<style>
span { border-color: #C7119A; }
span { border-color: rgb(199,17,154); }
td.TdClassName
{
border-color: #C7119A;
}
.TagClassName
{
border-color: #C7119A;
}
</style>