Shades of Medium Violet Red #C8176E
Tints of Medium Violet Red #C8176E
RGB
CMYK
RGB Variations
Color information
#C8176E (or 0xC8176E) is known color: Medium Violet Red. HEX triplet: C8, 17 and 6E. RGB value is (200,23,110). Sum of RGB (Red+Green+Blue) = 200+23+110=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8176E is #37E891. Grayscale: #555555. Windows color (decimal): -3664018 or 7215048. OLE color: 7215048.
HSL color Cylindrical-coordinate representation of color #C8176E: hue angle of 330.51º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8176E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 110 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.22 |
| HSL | 330.51º | 0.79% | 0.44% | - |
| HSV(B) | 330.51º | 0.89% | 0.78% | - |
| XYZ | 26.94 | 14.02 | 16.04 | - |
| YUV | 85.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 110 | 0 | 0.88 | 0.45 | 0.22 | 330.51 | 0.79 | 0.44 |
| Hex | C8 | 17 | 6E | 0 | 58 | 2D | 16 | 14B | 4F | 2C |
| Octal | 310 | 27 | 156 | 0 | 130 | 55 | 26 | 513 | 117 | 54 |
| Binary | 11001000 | 10111 | 1101110 | 0 | 1011000 | 101101 | 10110 | 101001011 | 1001111 | 101100 |
Color Harmonies of #C8176E
Complementary color
Monochromatic Colors of #C8176E
Black with #C8176E
Text Example
Text Example
White with #C8176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8176E; }
p { color: rgb(200,23,110); }
H1.HeaderClassName
{
color: #C8176E;
}
.AnyTagClassName
{
color: #C8176E;
}
</style>
background-color css
<style>
a { background-color: #C8176E; }
a { background-color: rgb(200,23,110); }
div.DivClassName
{
background-color: #C8176E;
}
.BgClassName
{
background-color: #C8176E;
}
</style>
border-color css
<style>
span { border-color: #C8176E; }
span { border-color: rgb(200,23,110); }
td.TdClassName
{
border-color: #C8176E;
}
.TagClassName
{
border-color: #C8176E;
}
</style>