Shades of Medium Violet Red #C01791
Tints of Medium Violet Red #C01791
RGB
CMYK
RGB Variations
Color information
#C01791 (or 0xC01791) is known color: Medium Violet Red. HEX triplet: C0, 17 and 91. RGB value is (192,23,145). Sum of RGB (Red+Green+Blue) = 192+23+145=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01791 is #3FE86E. Grayscale: #575757. Windows color (decimal): -4188271 or 9508800. OLE color: 9508800.
HSL color Cylindrical-coordinate representation of color #C01791: hue angle of 316.69º 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 #C01791 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 145 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.25 |
| HSL | 316.69º | 0.79% | 0.42% | - |
| HSV(B) | 316.69º | 0.88% | 0.75% | - |
| XYZ | 27.16 | 13.86 | 28.03 | - |
| YUV | 87.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 145 | 0 | 0.88 | 0.24 | 0.25 | 316.69 | 0.79 | 0.42 |
| Hex | C0 | 17 | 91 | 0 | 58 | 18 | 19 | 13D | 4F | 2A |
| Octal | 300 | 27 | 221 | 0 | 130 | 30 | 31 | 475 | 117 | 52 |
| Binary | 11000000 | 10111 | 10010001 | 0 | 1011000 | 11000 | 11001 | 100111101 | 1001111 | 101010 |
Color Harmonies of #C01791
Complementary color
Monochromatic Colors of #C01791
Black with #C01791
Text Example
Text Example
White with #C01791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01791; }
p { color: rgb(192,23,145); }
H1.HeaderClassName
{
color: #C01791;
}
.AnyTagClassName
{
color: #C01791;
}
</style>
background-color css
<style>
a { background-color: #C01791; }
a { background-color: rgb(192,23,145); }
div.DivClassName
{
background-color: #C01791;
}
.BgClassName
{
background-color: #C01791;
}
</style>
border-color css
<style>
span { border-color: #C01791; }
span { border-color: rgb(192,23,145); }
td.TdClassName
{
border-color: #C01791;
}
.TagClassName
{
border-color: #C01791;
}
</style>