Shades of Medium Violet Red #C8158E
Tints of Medium Violet Red #C8158E
RGB
CMYK
RGB Variations
Color information
#C8158E (or 0xC8158E) is known color: Medium Violet Red. HEX triplet: C8, 15 and 8E. RGB value is (200,21,142). Sum of RGB (Red+Green+Blue) = 200+21+142=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8158E is #37EA71. Grayscale: #585858. Windows color (decimal): -3664498 or 9311688. OLE color: 9311688.
HSL color Cylindrical-coordinate representation of color #C8158E: hue angle of 319.44º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8158E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 142 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.22 |
| HSL | 319.44º | 0.81% | 0.43% | - |
| HSV(B) | 319.44º | 0.9% | 0.78% | - |
| XYZ | 28.97 | 14.77 | 26.91 | - |
| YUV | 88.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 142 | 0 | 0.90 | 0.29 | 0.22 | 319.44 | 0.81 | 0.43 |
| Hex | C8 | 15 | 8E | 0 | 5A | 1D | 16 | 13F | 51 | 2B |
| Octal | 310 | 25 | 216 | 0 | 132 | 35 | 26 | 477 | 121 | 53 |
| Binary | 11001000 | 10101 | 10001110 | 0 | 1011010 | 11101 | 10110 | 100111111 | 1010001 | 101011 |
Color Harmonies of #C8158E
Complementary color
Monochromatic Colors of #C8158E
Black with #C8158E
Text Example
Text Example
White with #C8158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8158E; }
p { color: rgb(200,21,142); }
H1.HeaderClassName
{
color: #C8158E;
}
.AnyTagClassName
{
color: #C8158E;
}
</style>
background-color css
<style>
a { background-color: #C8158E; }
a { background-color: rgb(200,21,142); }
div.DivClassName
{
background-color: #C8158E;
}
.BgClassName
{
background-color: #C8158E;
}
</style>
border-color css
<style>
span { border-color: #C8158E; }
span { border-color: rgb(200,21,142); }
td.TdClassName
{
border-color: #C8158E;
}
.TagClassName
{
border-color: #C8158E;
}
</style>