Shades of Medium Violet Red #C8119F
Tints of Medium Violet Red #C8119F
RGB
CMYK
RGB Variations
Color information
#C8119F (or 0xC8119F) is known color: Medium Violet Red. HEX triplet: C8, 11 and 9F. RGB value is (200,17,159). Sum of RGB (Red+Green+Blue) = 200+17+159=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8119F is #37EE60. Grayscale: #575757. Windows color (decimal): -3665505 or 10424776. OLE color: 10424776.
HSL color Cylindrical-coordinate representation of color #C8119F: hue angle of 313.44º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8119F is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 159 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.22 |
| HSL | 313.44º | 0.84% | 0.43% | - |
| HSV(B) | 313.44º | 0.92% | 0.78% | - |
| XYZ | 30.28 | 15.18 | 34.14 | - |
| YUV | 87.91 | 168.13 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 159 | 0 | 0.92 | 0.20 | 0.22 | 313.44 | 0.84 | 0.43 |
| Hex | C8 | 11 | 9F | 0 | 5C | 14 | 16 | 139 | 54 | 2B |
| Octal | 310 | 21 | 237 | 0 | 134 | 24 | 26 | 471 | 124 | 53 |
| Binary | 11001000 | 10001 | 10011111 | 0 | 1011100 | 10100 | 10110 | 100111001 | 1010100 | 101011 |
Color Harmonies of #C8119F
Complementary color
Monochromatic Colors of #C8119F
Black with #C8119F
Text Example
Text Example
White with #C8119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8119F; }
p { color: rgb(200,17,159); }
H1.HeaderClassName
{
color: #C8119F;
}
.AnyTagClassName
{
color: #C8119F;
}
</style>
background-color css
<style>
a { background-color: #C8119F; }
a { background-color: rgb(200,17,159); }
div.DivClassName
{
background-color: #C8119F;
}
.BgClassName
{
background-color: #C8119F;
}
</style>
border-color css
<style>
span { border-color: #C8119F; }
span { border-color: rgb(200,17,159); }
td.TdClassName
{
border-color: #C8119F;
}
.TagClassName
{
border-color: #C8119F;
}
</style>