Shades of Medium Violet Red #C01185
Tints of Medium Violet Red #C01185
RGB
CMYK
RGB Variations
Color information
#C01185 (or 0xC01185) is known color: Medium Violet Red. HEX triplet: C0, 11 and 85. RGB value is (192,17,133). Sum of RGB (Red+Green+Blue) = 192+17+133=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C01185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01185 is #3FEE7A. Grayscale: #525252. Windows color (decimal): -4189819 or 8720832. OLE color: 8720832.
HSL color Cylindrical-coordinate representation of color #C01185: hue angle of 320.23º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01185 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.25 |
| HSL | 320.23º | 0.84% | 0.41% | - |
| HSV(B) | 320.23º | 0.91% | 0.75% | - |
| XYZ | 26.17 | 13.3 | 23.38 | - |
| YUV | 82.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 133 | 0 | 0.91 | 0.31 | 0.25 | 320.23 | 0.84 | 0.41 |
| Hex | C0 | 11 | 85 | 0 | 5B | 1F | 19 | 140 | 54 | 29 |
| Octal | 300 | 21 | 205 | 0 | 133 | 37 | 31 | 500 | 124 | 51 |
| Binary | 11000000 | 10001 | 10000101 | 0 | 1011011 | 11111 | 11001 | 101000000 | 1010100 | 101001 |
Color Harmonies of #C01185
Complementary color
Monochromatic Colors of #C01185
Black with #C01185
Text Example
Text Example
White with #C01185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01185; }
p { color: rgb(192,17,133); }
H1.HeaderClassName
{
color: #C01185;
}
.AnyTagClassName
{
color: #C01185;
}
</style>
background-color css
<style>
a { background-color: #C01185; }
a { background-color: rgb(192,17,133); }
div.DivClassName
{
background-color: #C01185;
}
.BgClassName
{
background-color: #C01185;
}
</style>
border-color css
<style>
span { border-color: #C01185; }
span { border-color: rgb(192,17,133); }
td.TdClassName
{
border-color: #C01185;
}
.TagClassName
{
border-color: #C01185;
}
</style>