Shades of Medium Violet Red #C01A86
Tints of Medium Violet Red #C01A86
RGB
CMYK
RGB Variations
Color information
#C01A86 (or 0xC01A86) is known color: Medium Violet Red. HEX triplet: C0, 1A and 86. RGB value is (192,26,134). Sum of RGB (Red+Green+Blue) = 192+26+134=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A86 is #3FE579. Grayscale: #575757. Windows color (decimal): -4187514 or 8788672. OLE color: 8788672.
HSL color Cylindrical-coordinate representation of color #C01A86: hue angle of 320.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A86 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 134 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.25 |
| HSL | 320.96º | 0.76% | 0.43% | - |
| HSV(B) | 320.96º | 0.86% | 0.75% | - |
| XYZ | 26.41 | 13.67 | 23.8 | - |
| YUV | 87.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 134 | 0 | 0.86 | 0.30 | 0.25 | 320.96 | 0.76 | 0.43 |
| Hex | C0 | 1A | 86 | 0 | 56 | 1E | 19 | 141 | 4C | 2B |
| Octal | 300 | 32 | 206 | 0 | 126 | 36 | 31 | 501 | 114 | 53 |
| Binary | 11000000 | 11010 | 10000110 | 0 | 1010110 | 11110 | 11001 | 101000001 | 1001100 | 101011 |
Color Harmonies of #C01A86
Complementary color
Monochromatic Colors of #C01A86
Black with #C01A86
Text Example
Text Example
White with #C01A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A86; }
p { color: rgb(192,26,134); }
H1.HeaderClassName
{
color: #C01A86;
}
.AnyTagClassName
{
color: #C01A86;
}
</style>
background-color css
<style>
a { background-color: #C01A86; }
a { background-color: rgb(192,26,134); }
div.DivClassName
{
background-color: #C01A86;
}
.BgClassName
{
background-color: #C01A86;
}
</style>
border-color css
<style>
span { border-color: #C01A86; }
span { border-color: rgb(192,26,134); }
td.TdClassName
{
border-color: #C01A86;
}
.TagClassName
{
border-color: #C01A86;
}
</style>