Shades of Medium Violet Red #C8118D
Tints of Medium Violet Red #C8118D
RGB
CMYK
RGB Variations
Color information
#C8118D (or 0xC8118D) is known color: Medium Violet Red. HEX triplet: C8, 11 and 8D. RGB value is (200,17,141). Sum of RGB (Red+Green+Blue) = 200+17+141=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8118D is #37EE72. Grayscale: #555555. Windows color (decimal): -3665523 or 9245128. OLE color: 9245128.
HSL color Cylindrical-coordinate representation of color #C8118D: hue angle of 319.34º 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 #C8118D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.22 |
| HSL | 319.34º | 0.84% | 0.43% | - |
| HSV(B) | 319.34º | 0.92% | 0.78% | - |
| XYZ | 28.83 | 14.6 | 26.5 | - |
| YUV | 85.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 141 | 0 | 0.92 | 0.29 | 0.22 | 319.34 | 0.84 | 0.43 |
| Hex | C8 | 11 | 8D | 0 | 5C | 1D | 16 | 13F | 54 | 2B |
| Octal | 310 | 21 | 215 | 0 | 134 | 35 | 26 | 477 | 124 | 53 |
| Binary | 11001000 | 10001 | 10001101 | 0 | 1011100 | 11101 | 10110 | 100111111 | 1010100 | 101011 |
Color Harmonies of #C8118D
Complementary color
Monochromatic Colors of #C8118D
Black with #C8118D
Text Example
Text Example
White with #C8118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8118D; }
p { color: rgb(200,17,141); }
H1.HeaderClassName
{
color: #C8118D;
}
.AnyTagClassName
{
color: #C8118D;
}
</style>
background-color css
<style>
a { background-color: #C8118D; }
a { background-color: rgb(200,17,141); }
div.DivClassName
{
background-color: #C8118D;
}
.BgClassName
{
background-color: #C8118D;
}
</style>
border-color css
<style>
span { border-color: #C8118D; }
span { border-color: rgb(200,17,141); }
td.TdClassName
{
border-color: #C8118D;
}
.TagClassName
{
border-color: #C8118D;
}
</style>