Shades of Medium Violet Red #C8119B
Tints of Medium Violet Red #C8119B
RGB
CMYK
RGB Variations
Color information
#C8119B (or 0xC8119B) is known color: Medium Violet Red. HEX triplet: C8, 11 and 9B. RGB value is (200,17,155). Sum of RGB (Red+Green+Blue) = 200+17+155=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8119B is #37EE64. Grayscale: #575757. Windows color (decimal): -3665509 or 10162632. OLE color: 10162632.
HSL color Cylindrical-coordinate representation of color #C8119B: hue angle of 314.75º 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 #C8119B is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 155 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.75º | 0.84% | 0.43% | - |
| HSV(B) | 314.75º | 0.92% | 0.78% | - |
| XYZ | 29.94 | 15.05 | 32.34 | - |
| YUV | 87.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 155 | 0 | 0.92 | 0.22 | 0.22 | 314.75 | 0.84 | 0.43 |
| Hex | C8 | 11 | 9B | 0 | 5C | 16 | 16 | 13B | 54 | 2B |
| Octal | 310 | 21 | 233 | 0 | 134 | 26 | 26 | 473 | 124 | 53 |
| Binary | 11001000 | 10001 | 10011011 | 0 | 1011100 | 10110 | 10110 | 100111011 | 1010100 | 101011 |
Color Harmonies of #C8119B
Complementary color
Monochromatic Colors of #C8119B
Black with #C8119B
Text Example
Text Example
White with #C8119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8119B; }
p { color: rgb(200,17,155); }
H1.HeaderClassName
{
color: #C8119B;
}
.AnyTagClassName
{
color: #C8119B;
}
</style>
background-color css
<style>
a { background-color: #C8119B; }
a { background-color: rgb(200,17,155); }
div.DivClassName
{
background-color: #C8119B;
}
.BgClassName
{
background-color: #C8119B;
}
</style>
border-color css
<style>
span { border-color: #C8119B; }
span { border-color: rgb(200,17,155); }
td.TdClassName
{
border-color: #C8119B;
}
.TagClassName
{
border-color: #C8119B;
}
</style>