Shades of Medium Violet Red #C8156E
Tints of Medium Violet Red #C8156E
RGB
CMYK
RGB Variations
Color information
#C8156E (or 0xC8156E) is known color: Medium Violet Red. HEX triplet: C8, 15 and 6E. RGB value is (200,21,110). Sum of RGB (Red+Green+Blue) = 200+21+110=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8156E is #37EA91. Grayscale: #545454. Windows color (decimal): -3664530 or 7214536. OLE color: 7214536.
HSL color Cylindrical-coordinate representation of color #C8156E: hue angle of 330.17º 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 #C8156E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 110 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.22 |
| HSL | 330.17º | 0.81% | 0.43% | - |
| HSV(B) | 330.17º | 0.9% | 0.78% | - |
| XYZ | 26.9 | 13.94 | 16.02 | - |
| YUV | 84.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 110 | 0 | 0.90 | 0.45 | 0.22 | 330.17 | 0.81 | 0.43 |
| Hex | C8 | 15 | 6E | 0 | 5A | 2D | 16 | 14A | 51 | 2B |
| Octal | 310 | 25 | 156 | 0 | 132 | 55 | 26 | 512 | 121 | 53 |
| Binary | 11001000 | 10101 | 1101110 | 0 | 1011010 | 101101 | 10110 | 101001010 | 1010001 | 101011 |
Color Harmonies of #C8156E
Complementary color
Monochromatic Colors of #C8156E
Black with #C8156E
Text Example
Text Example
White with #C8156E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8156E; }
p { color: rgb(200,21,110); }
H1.HeaderClassName
{
color: #C8156E;
}
.AnyTagClassName
{
color: #C8156E;
}
</style>
background-color css
<style>
a { background-color: #C8156E; }
a { background-color: rgb(200,21,110); }
div.DivClassName
{
background-color: #C8156E;
}
.BgClassName
{
background-color: #C8156E;
}
</style>
border-color css
<style>
span { border-color: #C8156E; }
span { border-color: rgb(200,21,110); }
td.TdClassName
{
border-color: #C8156E;
}
.TagClassName
{
border-color: #C8156E;
}
</style>