Shades of Medium Violet Red #C01194
Tints of Medium Violet Red #C01194
RGB
CMYK
RGB Variations
Color information
#C01194 (or 0xC01194) is known color: Medium Violet Red. HEX triplet: C0, 11 and 94. RGB value is (192,17,148). Sum of RGB (Red+Green+Blue) = 192+17+148=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C01194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01194 is #3FEE6B. Grayscale: #535353. Windows color (decimal): -4189804 or 9703872. OLE color: 9703872.
HSL color Cylindrical-coordinate representation of color #C01194: hue angle of 315.09º 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 #C01194 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 148 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.25 |
| HSL | 315.09º | 0.84% | 0.41% | - |
| HSV(B) | 315.09º | 0.91% | 0.75% | - |
| XYZ | 27.28 | 13.75 | 29.23 | - |
| YUV | 84.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 148 | 0 | 0.91 | 0.23 | 0.25 | 315.09 | 0.84 | 0.41 |
| Hex | C0 | 11 | 94 | 0 | 5B | 17 | 19 | 13B | 54 | 29 |
| Octal | 300 | 21 | 224 | 0 | 133 | 27 | 31 | 473 | 124 | 51 |
| Binary | 11000000 | 10001 | 10010100 | 0 | 1011011 | 10111 | 11001 | 100111011 | 1010100 | 101001 |
Color Harmonies of #C01194
Complementary color
Monochromatic Colors of #C01194
Black with #C01194
Text Example
Text Example
White with #C01194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01194; }
p { color: rgb(192,17,148); }
H1.HeaderClassName
{
color: #C01194;
}
.AnyTagClassName
{
color: #C01194;
}
</style>
background-color css
<style>
a { background-color: #C01194; }
a { background-color: rgb(192,17,148); }
div.DivClassName
{
background-color: #C01194;
}
.BgClassName
{
background-color: #C01194;
}
</style>
border-color css
<style>
span { border-color: #C01194; }
span { border-color: rgb(192,17,148); }
td.TdClassName
{
border-color: #C01194;
}
.TagClassName
{
border-color: #C01194;
}
</style>