Shades of Medium Violet Red #C01786
Tints of Medium Violet Red #C01786
RGB
CMYK
RGB Variations
Color information
#C01786 (or 0xC01786) is known color: Medium Violet Red. HEX triplet: C0, 17 and 86. RGB value is (192,23,134). Sum of RGB (Red+Green+Blue) = 192+23+134=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C01786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01786 is #3FE879. Grayscale: #555555. Windows color (decimal): -4188282 or 8787904. OLE color: 8787904.
HSL color Cylindrical-coordinate representation of color #C01786: hue angle of 320.59º 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 #C01786 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 134 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.25 |
| HSL | 320.59º | 0.79% | 0.42% | - |
| HSV(B) | 320.59º | 0.88% | 0.75% | - |
| XYZ | 26.35 | 13.54 | 23.78 | - |
| YUV | 86.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 134 | 0 | 0.88 | 0.30 | 0.25 | 320.59 | 0.79 | 0.42 |
| Hex | C0 | 17 | 86 | 0 | 58 | 1E | 19 | 141 | 4F | 2A |
| Octal | 300 | 27 | 206 | 0 | 130 | 36 | 31 | 501 | 117 | 52 |
| Binary | 11000000 | 10111 | 10000110 | 0 | 1011000 | 11110 | 11001 | 101000001 | 1001111 | 101010 |
Color Harmonies of #C01786
Complementary color
Monochromatic Colors of #C01786
Black with #C01786
Text Example
Text Example
White with #C01786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01786; }
p { color: rgb(192,23,134); }
H1.HeaderClassName
{
color: #C01786;
}
.AnyTagClassName
{
color: #C01786;
}
</style>
background-color css
<style>
a { background-color: #C01786; }
a { background-color: rgb(192,23,134); }
div.DivClassName
{
background-color: #C01786;
}
.BgClassName
{
background-color: #C01786;
}
</style>
border-color css
<style>
span { border-color: #C01786; }
span { border-color: rgb(192,23,134); }
td.TdClassName
{
border-color: #C01786;
}
.TagClassName
{
border-color: #C01786;
}
</style>