Shades of Medium Violet Red #C8128E
Tints of Medium Violet Red #C8128E
RGB
CMYK
RGB Variations
Color information
#C8128E (or 0xC8128E) is known color: Medium Violet Red. HEX triplet: C8, 12 and 8E. RGB value is (200,18,142). Sum of RGB (Red+Green+Blue) = 200+18+142=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8128E is #37ED71. Grayscale: #565656. Windows color (decimal): -3665266 or 9310920. OLE color: 9310920.
HSL color Cylindrical-coordinate representation of color #C8128E: hue angle of 319.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8128E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.22 |
| HSL | 319.12º | 0.83% | 0.43% | - |
| HSV(B) | 319.12º | 0.91% | 0.78% | - |
| XYZ | 28.92 | 14.66 | 26.9 | - |
| YUV | 86.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 142 | 0 | 0.91 | 0.29 | 0.22 | 319.12 | 0.83 | 0.43 |
| Hex | C8 | 12 | 8E | 0 | 5B | 1D | 16 | 13F | 53 | 2B |
| Octal | 310 | 22 | 216 | 0 | 133 | 35 | 26 | 477 | 123 | 53 |
| Binary | 11001000 | 10010 | 10001110 | 0 | 1011011 | 11101 | 10110 | 100111111 | 1010011 | 101011 |
Color Harmonies of #C8128E
Complementary color
Monochromatic Colors of #C8128E
Black with #C8128E
Text Example
Text Example
White with #C8128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8128E; }
p { color: rgb(200,18,142); }
H1.HeaderClassName
{
color: #C8128E;
}
.AnyTagClassName
{
color: #C8128E;
}
</style>
background-color css
<style>
a { background-color: #C8128E; }
a { background-color: rgb(200,18,142); }
div.DivClassName
{
background-color: #C8128E;
}
.BgClassName
{
background-color: #C8128E;
}
</style>
border-color css
<style>
span { border-color: #C8128E; }
span { border-color: rgb(200,18,142); }
td.TdClassName
{
border-color: #C8128E;
}
.TagClassName
{
border-color: #C8128E;
}
</style>