Shades of Medium Violet Red #C01187
Tints of Medium Violet Red #C01187
RGB
CMYK
RGB Variations
Color information
#C01187 (or 0xC01187) is known color: Medium Violet Red. HEX triplet: C0, 11 and 87. RGB value is (192,17,135). Sum of RGB (Red+Green+Blue) = 192+17+135=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C01187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01187 is #3FEE78. Grayscale: #525252. Windows color (decimal): -4189817 or 8851904. OLE color: 8851904.
HSL color Cylindrical-coordinate representation of color #C01187: hue angle of 319.54º 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 #C01187 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 135 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.25 |
| HSL | 319.54º | 0.84% | 0.41% | - |
| HSV(B) | 319.54º | 0.91% | 0.75% | - |
| XYZ | 26.31 | 13.36 | 24.11 | - |
| YUV | 82.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 135 | 0 | 0.91 | 0.30 | 0.25 | 319.54 | 0.84 | 0.41 |
| Hex | C0 | 11 | 87 | 0 | 5B | 1E | 19 | 140 | 54 | 29 |
| Octal | 300 | 21 | 207 | 0 | 133 | 36 | 31 | 500 | 124 | 51 |
| Binary | 11000000 | 10001 | 10000111 | 0 | 1011011 | 11110 | 11001 | 101000000 | 1010100 | 101001 |
Color Harmonies of #C01187
Complementary color
Monochromatic Colors of #C01187
Black with #C01187
Text Example
Text Example
White with #C01187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01187; }
p { color: rgb(192,17,135); }
H1.HeaderClassName
{
color: #C01187;
}
.AnyTagClassName
{
color: #C01187;
}
</style>
background-color css
<style>
a { background-color: #C01187; }
a { background-color: rgb(192,17,135); }
div.DivClassName
{
background-color: #C01187;
}
.BgClassName
{
background-color: #C01187;
}
</style>
border-color css
<style>
span { border-color: #C01187; }
span { border-color: rgb(192,17,135); }
td.TdClassName
{
border-color: #C01187;
}
.TagClassName
{
border-color: #C01187;
}
</style>