Shades of Medium Violet Red #C01189
Tints of Medium Violet Red #C01189
RGB
CMYK
RGB Variations
Color information
#C01189 (or 0xC01189) is known color: Medium Violet Red. HEX triplet: C0, 11 and 89. RGB value is (192,17,137). Sum of RGB (Red+Green+Blue) = 192+17+137=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01189 is #3FEE76. Grayscale: #525252. Windows color (decimal): -4189815 or 8982976. OLE color: 8982976.
HSL color Cylindrical-coordinate representation of color #C01189: hue angle of 318.86º 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 #C01189 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 137 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.25 |
| HSL | 318.86º | 0.84% | 0.41% | - |
| HSV(B) | 318.86º | 0.91% | 0.75% | - |
| XYZ | 26.45 | 13.41 | 24.86 | - |
| YUV | 83.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 137 | 0 | 0.91 | 0.29 | 0.25 | 318.86 | 0.84 | 0.41 |
| Hex | C0 | 11 | 89 | 0 | 5B | 1D | 19 | 13F | 54 | 29 |
| Octal | 300 | 21 | 211 | 0 | 133 | 35 | 31 | 477 | 124 | 51 |
| Binary | 11000000 | 10001 | 10001001 | 0 | 1011011 | 11101 | 11001 | 100111111 | 1010100 | 101001 |
Color Harmonies of #C01189
Complementary color
Monochromatic Colors of #C01189
Black with #C01189
Text Example
Text Example
White with #C01189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01189; }
p { color: rgb(192,17,137); }
H1.HeaderClassName
{
color: #C01189;
}
.AnyTagClassName
{
color: #C01189;
}
</style>
background-color css
<style>
a { background-color: #C01189; }
a { background-color: rgb(192,17,137); }
div.DivClassName
{
background-color: #C01189;
}
.BgClassName
{
background-color: #C01189;
}
</style>
border-color css
<style>
span { border-color: #C01189; }
span { border-color: rgb(192,17,137); }
td.TdClassName
{
border-color: #C01189;
}
.TagClassName
{
border-color: #C01189;
}
</style>