Shades of Medium Violet Red #C8177E
Tints of Medium Violet Red #C8177E
RGB
CMYK
RGB Variations
Color information
#C8177E (or 0xC8177E) is known color: Medium Violet Red. HEX triplet: C8, 17 and 7E. RGB value is (200,23,126). Sum of RGB (Red+Green+Blue) = 200+23+126=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8177E is #37E881. Grayscale: #575757. Windows color (decimal): -3664002 or 8263624. OLE color: 8263624.
HSL color Cylindrical-coordinate representation of color #C8177E: hue angle of 325.08º 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 #C8177E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 126 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.22 |
| HSL | 325.08º | 0.79% | 0.44% | - |
| HSV(B) | 325.08º | 0.89% | 0.78% | - |
| XYZ | 27.89 | 14.4 | 21.05 | - |
| YUV | 87.67 | 149.64 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 126 | 0 | 0.88 | 0.37 | 0.22 | 325.08 | 0.79 | 0.44 |
| Hex | C8 | 17 | 7E | 0 | 58 | 25 | 16 | 145 | 4F | 2C |
| Octal | 310 | 27 | 176 | 0 | 130 | 45 | 26 | 505 | 117 | 54 |
| Binary | 11001000 | 10111 | 1111110 | 0 | 1011000 | 100101 | 10110 | 101000101 | 1001111 | 101100 |
Color Harmonies of #C8177E
Complementary color
Monochromatic Colors of #C8177E
Black with #C8177E
Text Example
Text Example
White with #C8177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8177E; }
p { color: rgb(200,23,126); }
H1.HeaderClassName
{
color: #C8177E;
}
.AnyTagClassName
{
color: #C8177E;
}
</style>
background-color css
<style>
a { background-color: #C8177E; }
a { background-color: rgb(200,23,126); }
div.DivClassName
{
background-color: #C8177E;
}
.BgClassName
{
background-color: #C8177E;
}
</style>
border-color css
<style>
span { border-color: #C8177E; }
span { border-color: rgb(200,23,126); }
td.TdClassName
{
border-color: #C8177E;
}
.TagClassName
{
border-color: #C8177E;
}
</style>