Shades of Medium Violet Red #C8119C
Tints of Medium Violet Red #C8119C
RGB
CMYK
RGB Variations
Color information
#C8119C (or 0xC8119C) is known color: Medium Violet Red. HEX triplet: C8, 11 and 9C. RGB value is (200,17,156). Sum of RGB (Red+Green+Blue) = 200+17+156=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8119C is #37EE63. Grayscale: #575757. Windows color (decimal): -3665508 or 10228168. OLE color: 10228168.
HSL color Cylindrical-coordinate representation of color #C8119C: hue angle of 314.43º 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 #C8119C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 156 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.43º | 0.84% | 0.43% | - |
| HSV(B) | 314.43º | 0.92% | 0.78% | - |
| XYZ | 30.02 | 15.08 | 32.78 | - |
| YUV | 87.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 156 | 0 | 0.92 | 0.22 | 0.22 | 314.43 | 0.84 | 0.43 |
| Hex | C8 | 11 | 9C | 0 | 5C | 16 | 16 | 13A | 54 | 2B |
| Octal | 310 | 21 | 234 | 0 | 134 | 26 | 26 | 472 | 124 | 53 |
| Binary | 11001000 | 10001 | 10011100 | 0 | 1011100 | 10110 | 10110 | 100111010 | 1010100 | 101011 |
Color Harmonies of #C8119C
Complementary color
Monochromatic Colors of #C8119C
Black with #C8119C
Text Example
Text Example
White with #C8119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8119C; }
p { color: rgb(200,17,156); }
H1.HeaderClassName
{
color: #C8119C;
}
.AnyTagClassName
{
color: #C8119C;
}
</style>
background-color css
<style>
a { background-color: #C8119C; }
a { background-color: rgb(200,17,156); }
div.DivClassName
{
background-color: #C8119C;
}
.BgClassName
{
background-color: #C8119C;
}
</style>
border-color css
<style>
span { border-color: #C8119C; }
span { border-color: rgb(200,17,156); }
td.TdClassName
{
border-color: #C8119C;
}
.TagClassName
{
border-color: #C8119C;
}
</style>