Shades of Medium Violet Red #C0179B
Tints of Medium Violet Red #C0179B
RGB
CMYK
RGB Variations
Color information
#C0179B (or 0xC0179B) is known color: Medium Violet Red. HEX triplet: C0, 17 and 9B. RGB value is (192,23,155). Sum of RGB (Red+Green+Blue) = 192+23+155=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0179B is #3FE864. Grayscale: #585858. Windows color (decimal): -4188261 or 10164160. OLE color: 10164160.
HSL color Cylindrical-coordinate representation of color #C0179B: hue angle of 313.14º 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 #C0179B is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.25 |
| HSL | 313.14º | 0.79% | 0.42% | - |
| HSV(B) | 313.14º | 0.88% | 0.75% | - |
| XYZ | 27.96 | 14.19 | 32.27 | - |
| YUV | 88.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 155 | 0 | 0.88 | 0.19 | 0.25 | 313.14 | 0.79 | 0.42 |
| Hex | C0 | 17 | 9B | 0 | 58 | 13 | 19 | 139 | 4F | 2A |
| Octal | 300 | 27 | 233 | 0 | 130 | 23 | 31 | 471 | 117 | 52 |
| Binary | 11000000 | 10111 | 10011011 | 0 | 1011000 | 10011 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C0179B
Complementary color
Monochromatic Colors of #C0179B
Black with #C0179B
Text Example
Text Example
White with #C0179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0179B; }
p { color: rgb(192,23,155); }
H1.HeaderClassName
{
color: #C0179B;
}
.AnyTagClassName
{
color: #C0179B;
}
</style>
background-color css
<style>
a { background-color: #C0179B; }
a { background-color: rgb(192,23,155); }
div.DivClassName
{
background-color: #C0179B;
}
.BgClassName
{
background-color: #C0179B;
}
</style>
border-color css
<style>
span { border-color: #C0179B; }
span { border-color: rgb(192,23,155); }
td.TdClassName
{
border-color: #C0179B;
}
.TagClassName
{
border-color: #C0179B;
}
</style>