Shades of Medium Violet Red #C8108E
Tints of Medium Violet Red #C8108E
RGB
CMYK
RGB Variations
Color information
#C8108E (or 0xC8108E) is known color: Medium Violet Red. HEX triplet: C8, 10 and 8E. RGB value is (200,16,142). Sum of RGB (Red+Green+Blue) = 200+16+142=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8108E is #37EF71. Grayscale: #555555. Windows color (decimal): -3665778 or 9310408. OLE color: 9310408.
HSL color Cylindrical-coordinate representation of color #C8108E: hue angle of 318.91º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8108E is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 142 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.22 |
| HSL | 318.91º | 0.85% | 0.42% | - |
| HSV(B) | 318.91º | 0.92% | 0.78% | - |
| XYZ | 28.89 | 14.6 | 26.89 | - |
| YUV | 85.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 142 | 0 | 0.92 | 0.29 | 0.22 | 318.91 | 0.85 | 0.42 |
| Hex | C8 | 10 | 8E | 0 | 5C | 1D | 16 | 13F | 55 | 2A |
| Octal | 310 | 20 | 216 | 0 | 134 | 35 | 26 | 477 | 125 | 52 |
| Binary | 11001000 | 10000 | 10001110 | 0 | 1011100 | 11101 | 10110 | 100111111 | 1010101 | 101010 |
Color Harmonies of #C8108E
Complementary color
Monochromatic Colors of #C8108E
Black with #C8108E
Text Example
Text Example
White with #C8108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8108E; }
p { color: rgb(200,16,142); }
H1.HeaderClassName
{
color: #C8108E;
}
.AnyTagClassName
{
color: #C8108E;
}
</style>
background-color css
<style>
a { background-color: #C8108E; }
a { background-color: rgb(200,16,142); }
div.DivClassName
{
background-color: #C8108E;
}
.BgClassName
{
background-color: #C8108E;
}
</style>
border-color css
<style>
span { border-color: #C8108E; }
span { border-color: rgb(200,16,142); }
td.TdClassName
{
border-color: #C8108E;
}
.TagClassName
{
border-color: #C8108E;
}
</style>