Shades of Medium Violet Red #C8118B
Tints of Medium Violet Red #C8118B
RGB
CMYK
RGB Variations
Color information
#C8118B (or 0xC8118B) is known color: Medium Violet Red. HEX triplet: C8, 11 and 8B. RGB value is (200,17,139). Sum of RGB (Red+Green+Blue) = 200+17+139=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8118B is #37EE74. Grayscale: #555555. Windows color (decimal): -3665525 or 9114056. OLE color: 9114056.
HSL color Cylindrical-coordinate representation of color #C8118B: hue angle of 320º 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 #C8118B is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 139 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.22 |
| HSL | 320º | 0.84% | 0.43% | - |
| HSV(B) | 320º | 0.92% | 0.78% | - |
| XYZ | 28.68 | 14.54 | 25.72 | - |
| YUV | 85.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 139 | 0 | 0.92 | 0.30 | 0.22 | 320 | 0.84 | 0.43 |
| Hex | C8 | 11 | 8B | 0 | 5C | 1E | 16 | 140 | 54 | 2B |
| Octal | 310 | 21 | 213 | 0 | 134 | 36 | 26 | 500 | 124 | 53 |
| Binary | 11001000 | 10001 | 10001011 | 0 | 1011100 | 11110 | 10110 | 101000000 | 1010100 | 101011 |
Color Harmonies of #C8118B
Complementary color
Monochromatic Colors of #C8118B
Black with #C8118B
Text Example
Text Example
White with #C8118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8118B; }
p { color: rgb(200,17,139); }
H1.HeaderClassName
{
color: #C8118B;
}
.AnyTagClassName
{
color: #C8118B;
}
</style>
background-color css
<style>
a { background-color: #C8118B; }
a { background-color: rgb(200,17,139); }
div.DivClassName
{
background-color: #C8118B;
}
.BgClassName
{
background-color: #C8118B;
}
</style>
border-color css
<style>
span { border-color: #C8118B; }
span { border-color: rgb(200,17,139); }
td.TdClassName
{
border-color: #C8118B;
}
.TagClassName
{
border-color: #C8118B;
}
</style>