Shades of Medium Violet Red #C8179D
Tints of Medium Violet Red #C8179D
RGB
CMYK
RGB Variations
Color information
#C8179D (or 0xC8179D) is known color: Medium Violet Red. HEX triplet: C8, 17 and 9D. RGB value is (200,23,157). Sum of RGB (Red+Green+Blue) = 200+23+157=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8179D is #37E862. Grayscale: #5A5A5A. Windows color (decimal): -3663971 or 10295240. OLE color: 10295240.
HSL color Cylindrical-coordinate representation of color #C8179D: hue angle of 314.58º 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 #C8179D is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 157 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.22 |
| HSL | 314.58º | 0.79% | 0.44% | - |
| HSV(B) | 314.58º | 0.89% | 0.78% | - |
| XYZ | 30.21 | 15.33 | 33.26 | - |
| YUV | 91.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 157 | 0 | 0.88 | 0.22 | 0.22 | 314.58 | 0.79 | 0.44 |
| Hex | C8 | 17 | 9D | 0 | 58 | 16 | 16 | 13B | 4F | 2C |
| Octal | 310 | 27 | 235 | 0 | 130 | 26 | 26 | 473 | 117 | 54 |
| Binary | 11001000 | 10111 | 10011101 | 0 | 1011000 | 10110 | 10110 | 100111011 | 1001111 | 101100 |
Color Harmonies of #C8179D
Complementary color
Monochromatic Colors of #C8179D
Black with #C8179D
Text Example
Text Example
White with #C8179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8179D; }
p { color: rgb(200,23,157); }
H1.HeaderClassName
{
color: #C8179D;
}
.AnyTagClassName
{
color: #C8179D;
}
</style>
background-color css
<style>
a { background-color: #C8179D; }
a { background-color: rgb(200,23,157); }
div.DivClassName
{
background-color: #C8179D;
}
.BgClassName
{
background-color: #C8179D;
}
</style>
border-color css
<style>
span { border-color: #C8179D; }
span { border-color: rgb(200,23,157); }
td.TdClassName
{
border-color: #C8179D;
}
.TagClassName
{
border-color: #C8179D;
}
</style>