Shades of Medium Violet Red #C8118A
Tints of Medium Violet Red #C8118A
RGB
CMYK
RGB Variations
Color information
#C8118A (or 0xC8118A) is known color: Medium Violet Red. HEX triplet: C8, 11 and 8A. RGB value is (200,17,138). Sum of RGB (Red+Green+Blue) = 200+17+138=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8118A is #37EE75. Grayscale: #555555. Windows color (decimal): -3665526 or 9048520. OLE color: 9048520.
HSL color Cylindrical-coordinate representation of color #C8118A: hue angle of 320.33º 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 #C8118A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 138 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.22 |
| HSL | 320.33º | 0.84% | 0.43% | - |
| HSV(B) | 320.33º | 0.92% | 0.78% | - |
| XYZ | 28.61 | 14.52 | 25.34 | - |
| YUV | 85.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 138 | 0 | 0.92 | 0.31 | 0.22 | 320.33 | 0.84 | 0.43 |
| Hex | C8 | 11 | 8A | 0 | 5C | 1F | 16 | 140 | 54 | 2B |
| Octal | 310 | 21 | 212 | 0 | 134 | 37 | 26 | 500 | 124 | 53 |
| Binary | 11001000 | 10001 | 10001010 | 0 | 1011100 | 11111 | 10110 | 101000000 | 1010100 | 101011 |
Color Harmonies of #C8118A
Complementary color
Monochromatic Colors of #C8118A
Black with #C8118A
Text Example
Text Example
White with #C8118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8118A; }
p { color: rgb(200,17,138); }
H1.HeaderClassName
{
color: #C8118A;
}
.AnyTagClassName
{
color: #C8118A;
}
</style>
background-color css
<style>
a { background-color: #C8118A; }
a { background-color: rgb(200,17,138); }
div.DivClassName
{
background-color: #C8118A;
}
.BgClassName
{
background-color: #C8118A;
}
</style>
border-color css
<style>
span { border-color: #C8118A; }
span { border-color: rgb(200,17,138); }
td.TdClassName
{
border-color: #C8118A;
}
.TagClassName
{
border-color: #C8118A;
}
</style>