Shades of Medium Violet Red #C8176F
Tints of Medium Violet Red #C8176F
RGB
CMYK
RGB Variations
Color information
#C8176F (or 0xC8176F) is known color: Medium Violet Red. HEX triplet: C8, 17 and 6F. RGB value is (200,23,111). Sum of RGB (Red+Green+Blue) = 200+23+111=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8176F is #37E890. Grayscale: #555555. Windows color (decimal): -3664017 or 7280584. OLE color: 7280584.
HSL color Cylindrical-coordinate representation of color #C8176F: hue angle of 330.17º 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 #C8176F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 330.17º | 0.79% | 0.44% | - |
| HSV(B) | 330.17º | 0.89% | 0.78% | - |
| XYZ | 27 | 14.04 | 16.33 | - |
| YUV | 85.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 111 | 0 | 0.88 | 0.44 | 0.22 | 330.17 | 0.79 | 0.44 |
| Hex | C8 | 17 | 6F | 0 | 58 | 2C | 16 | 14A | 4F | 2C |
| Octal | 310 | 27 | 157 | 0 | 130 | 54 | 26 | 512 | 117 | 54 |
| Binary | 11001000 | 10111 | 1101111 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001111 | 101100 |
Color Harmonies of #C8176F
Complementary color
Monochromatic Colors of #C8176F
Black with #C8176F
Text Example
Text Example
White with #C8176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8176F; }
p { color: rgb(200,23,111); }
H1.HeaderClassName
{
color: #C8176F;
}
.AnyTagClassName
{
color: #C8176F;
}
</style>
background-color css
<style>
a { background-color: #C8176F; }
a { background-color: rgb(200,23,111); }
div.DivClassName
{
background-color: #C8176F;
}
.BgClassName
{
background-color: #C8176F;
}
</style>
border-color css
<style>
span { border-color: #C8176F; }
span { border-color: rgb(200,23,111); }
td.TdClassName
{
border-color: #C8176F;
}
.TagClassName
{
border-color: #C8176F;
}
</style>