Shades of Medium Violet Red #C8177D
Tints of Medium Violet Red #C8177D
RGB
CMYK
RGB Variations
Color information
#C8177D (or 0xC8177D) is known color: Medium Violet Red. HEX triplet: C8, 17 and 7D. RGB value is (200,23,125). Sum of RGB (Red+Green+Blue) = 200+23+125=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C8177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8177D is #37E882. Grayscale: #575757. Windows color (decimal): -3664003 or 8198088. OLE color: 8198088.
HSL color Cylindrical-coordinate representation of color #C8177D: hue angle of 325.42º 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 #C8177D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 125 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.22 |
| HSL | 325.42º | 0.79% | 0.44% | - |
| HSV(B) | 325.42º | 0.89% | 0.78% | - |
| XYZ | 27.83 | 14.37 | 20.71 | - |
| YUV | 87.55 | 149.14 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 125 | 0 | 0.88 | 0.38 | 0.22 | 325.42 | 0.79 | 0.44 |
| Hex | C8 | 17 | 7D | 0 | 58 | 26 | 16 | 145 | 4F | 2C |
| Octal | 310 | 27 | 175 | 0 | 130 | 46 | 26 | 505 | 117 | 54 |
| Binary | 11001000 | 10111 | 1111101 | 0 | 1011000 | 100110 | 10110 | 101000101 | 1001111 | 101100 |
Color Harmonies of #C8177D
Complementary color
Monochromatic Colors of #C8177D
Black with #C8177D
Text Example
Text Example
White with #C8177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8177D; }
p { color: rgb(200,23,125); }
H1.HeaderClassName
{
color: #C8177D;
}
.AnyTagClassName
{
color: #C8177D;
}
</style>
background-color css
<style>
a { background-color: #C8177D; }
a { background-color: rgb(200,23,125); }
div.DivClassName
{
background-color: #C8177D;
}
.BgClassName
{
background-color: #C8177D;
}
</style>
border-color css
<style>
span { border-color: #C8177D; }
span { border-color: rgb(200,23,125); }
td.TdClassName
{
border-color: #C8177D;
}
.TagClassName
{
border-color: #C8177D;
}
</style>