Shades of Medium Violet Red #C8176C
Tints of Medium Violet Red #C8176C
RGB
CMYK
RGB Variations
Color information
#C8176C (or 0xC8176C) is known color: Medium Violet Red. HEX triplet: C8, 17 and 6C. RGB value is (200,23,108). Sum of RGB (Red+Green+Blue) = 200+23+108=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8176C is #37E893. Grayscale: #555555. Windows color (decimal): -3664020 or 7083976. OLE color: 7083976.
HSL color Cylindrical-coordinate representation of color #C8176C: hue angle of 331.19º 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 #C8176C is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.19º | 0.79% | 0.44% | - |
| HSV(B) | 331.19º | 0.89% | 0.78% | - |
| XYZ | 26.83 | 13.97 | 15.47 | - |
| YUV | 85.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 108 | 0 | 0.88 | 0.46 | 0.22 | 331.19 | 0.79 | 0.44 |
| Hex | C8 | 17 | 6C | 0 | 58 | 2E | 16 | 14B | 4F | 2C |
| Octal | 310 | 27 | 154 | 0 | 130 | 56 | 26 | 513 | 117 | 54 |
| Binary | 11001000 | 10111 | 1101100 | 0 | 1011000 | 101110 | 10110 | 101001011 | 1001111 | 101100 |
Color Harmonies of #C8176C
Complementary color
Monochromatic Colors of #C8176C
Black with #C8176C
Text Example
Text Example
White with #C8176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8176C; }
p { color: rgb(200,23,108); }
H1.HeaderClassName
{
color: #C8176C;
}
.AnyTagClassName
{
color: #C8176C;
}
</style>
background-color css
<style>
a { background-color: #C8176C; }
a { background-color: rgb(200,23,108); }
div.DivClassName
{
background-color: #C8176C;
}
.BgClassName
{
background-color: #C8176C;
}
</style>
border-color css
<style>
span { border-color: #C8176C; }
span { border-color: rgb(200,23,108); }
td.TdClassName
{
border-color: #C8176C;
}
.TagClassName
{
border-color: #C8176C;
}
</style>