Shades of Medium Violet Red #C8179A
Tints of Medium Violet Red #C8179A
RGB
CMYK
RGB Variations
Color information
#C8179A (or 0xC8179A) is known color: Medium Violet Red. HEX triplet: C8, 17 and 9A. RGB value is (200,23,154). Sum of RGB (Red+Green+Blue) = 200+23+154=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8179A is #37E865. Grayscale: #5A5A5A. Windows color (decimal): -3663974 or 10098632. OLE color: 10098632.
HSL color Cylindrical-coordinate representation of color #C8179A: hue angle of 315.59º 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 #C8179A is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 154 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.22 |
| HSL | 315.59º | 0.79% | 0.44% | - |
| HSV(B) | 315.59º | 0.89% | 0.78% | - |
| XYZ | 29.96 | 15.23 | 31.93 | - |
| YUV | 90.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 154 | 0 | 0.88 | 0.23 | 0.22 | 315.59 | 0.79 | 0.44 |
| Hex | C8 | 17 | 9A | 0 | 58 | 17 | 16 | 13C | 4F | 2C |
| Octal | 310 | 27 | 232 | 0 | 130 | 27 | 26 | 474 | 117 | 54 |
| Binary | 11001000 | 10111 | 10011010 | 0 | 1011000 | 10111 | 10110 | 100111100 | 1001111 | 101100 |
Color Harmonies of #C8179A
Complementary color
Monochromatic Colors of #C8179A
Black with #C8179A
Text Example
Text Example
White with #C8179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8179A; }
p { color: rgb(200,23,154); }
H1.HeaderClassName
{
color: #C8179A;
}
.AnyTagClassName
{
color: #C8179A;
}
</style>
background-color css
<style>
a { background-color: #C8179A; }
a { background-color: rgb(200,23,154); }
div.DivClassName
{
background-color: #C8179A;
}
.BgClassName
{
background-color: #C8179A;
}
</style>
border-color css
<style>
span { border-color: #C8179A; }
span { border-color: rgb(200,23,154); }
td.TdClassName
{
border-color: #C8179A;
}
.TagClassName
{
border-color: #C8179A;
}
</style>