Shades of Medium Violet Red #C8179B
Tints of Medium Violet Red #C8179B
RGB
CMYK
RGB Variations
Color information
#C8179B (or 0xC8179B) is known color: Medium Violet Red. HEX triplet: C8, 17 and 9B. RGB value is (200,23,155). Sum of RGB (Red+Green+Blue) = 200+23+155=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8179B is #37E864. Grayscale: #5A5A5A. Windows color (decimal): -3663973 or 10164168. OLE color: 10164168.
HSL color Cylindrical-coordinate representation of color #C8179B: hue angle of 315.25º 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 #C8179B is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.22 |
| HSL | 315.25º | 0.79% | 0.44% | - |
| HSV(B) | 315.25º | 0.89% | 0.78% | - |
| XYZ | 30.04 | 15.26 | 32.37 | - |
| YUV | 90.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 155 | 0 | 0.88 | 0.22 | 0.22 | 315.25 | 0.79 | 0.44 |
| Hex | C8 | 17 | 9B | 0 | 58 | 16 | 16 | 13B | 4F | 2C |
| Octal | 310 | 27 | 233 | 0 | 130 | 26 | 26 | 473 | 117 | 54 |
| Binary | 11001000 | 10111 | 10011011 | 0 | 1011000 | 10110 | 10110 | 100111011 | 1001111 | 101100 |
Color Harmonies of #C8179B
Complementary color
Monochromatic Colors of #C8179B
Black with #C8179B
Text Example
Text Example
White with #C8179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8179B; }
p { color: rgb(200,23,155); }
H1.HeaderClassName
{
color: #C8179B;
}
.AnyTagClassName
{
color: #C8179B;
}
</style>
background-color css
<style>
a { background-color: #C8179B; }
a { background-color: rgb(200,23,155); }
div.DivClassName
{
background-color: #C8179B;
}
.BgClassName
{
background-color: #C8179B;
}
</style>
border-color css
<style>
span { border-color: #C8179B; }
span { border-color: rgb(200,23,155); }
td.TdClassName
{
border-color: #C8179B;
}
.TagClassName
{
border-color: #C8179B;
}
</style>