Shades of Medium Violet Red #C0179E
Tints of Medium Violet Red #C0179E
RGB
CMYK
RGB Variations
Color information
#C0179E (or 0xC0179E) is known color: Medium Violet Red. HEX triplet: C0, 17 and 9E. RGB value is (192,23,158). Sum of RGB (Red+Green+Blue) = 192+23+158=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0179E is #3FE861. Grayscale: #585858. Windows color (decimal): -4188258 or 10360768. OLE color: 10360768.
HSL color Cylindrical-coordinate representation of color #C0179E: hue angle of 312.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0179E is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 158 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.25 |
| HSL | 312.07º | 0.79% | 0.42% | - |
| HSV(B) | 312.07º | 0.88% | 0.75% | - |
| XYZ | 28.22 | 14.29 | 33.62 | - |
| YUV | 88.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 158 | 0 | 0.88 | 0.18 | 0.25 | 312.07 | 0.79 | 0.42 |
| Hex | C0 | 17 | 9E | 0 | 58 | 12 | 19 | 138 | 4F | 2A |
| Octal | 300 | 27 | 236 | 0 | 130 | 22 | 31 | 470 | 117 | 52 |
| Binary | 11000000 | 10111 | 10011110 | 0 | 1011000 | 10010 | 11001 | 100111000 | 1001111 | 101010 |
Color Harmonies of #C0179E
Complementary color
Monochromatic Colors of #C0179E
Black with #C0179E
Text Example
Text Example
White with #C0179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0179E; }
p { color: rgb(192,23,158); }
H1.HeaderClassName
{
color: #C0179E;
}
.AnyTagClassName
{
color: #C0179E;
}
</style>
background-color css
<style>
a { background-color: #C0179E; }
a { background-color: rgb(192,23,158); }
div.DivClassName
{
background-color: #C0179E;
}
.BgClassName
{
background-color: #C0179E;
}
</style>
border-color css
<style>
span { border-color: #C0179E; }
span { border-color: rgb(192,23,158); }
td.TdClassName
{
border-color: #C0179E;
}
.TagClassName
{
border-color: #C0179E;
}
</style>