Shades of Medium Violet Red #C01199
Tints of Medium Violet Red #C01199
RGB
CMYK
RGB Variations
Color information
#C01199 (or 0xC01199) is known color: Medium Violet Red. HEX triplet: C0, 11 and 99. RGB value is (192,17,153). Sum of RGB (Red+Green+Blue) = 192+17+153=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01199 is #3FEE66. Grayscale: #545454. Windows color (decimal): -4189799 or 10031552. OLE color: 10031552.
HSL color Cylindrical-coordinate representation of color #C01199: hue angle of 313.37º 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 #C01199 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 153 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.25 |
| HSL | 313.37º | 0.84% | 0.41% | - |
| HSV(B) | 313.37º | 0.91% | 0.75% | - |
| XYZ | 27.69 | 13.91 | 31.36 | - |
| YUV | 84.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 153 | 0 | 0.91 | 0.20 | 0.25 | 313.37 | 0.84 | 0.41 |
| Hex | C0 | 11 | 99 | 0 | 5B | 14 | 19 | 139 | 54 | 29 |
| Octal | 300 | 21 | 231 | 0 | 133 | 24 | 31 | 471 | 124 | 51 |
| Binary | 11000000 | 10001 | 10011001 | 0 | 1011011 | 10100 | 11001 | 100111001 | 1010100 | 101001 |
Color Harmonies of #C01199
Complementary color
Monochromatic Colors of #C01199
Black with #C01199
Text Example
Text Example
White with #C01199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01199; }
p { color: rgb(192,17,153); }
H1.HeaderClassName
{
color: #C01199;
}
.AnyTagClassName
{
color: #C01199;
}
</style>
background-color css
<style>
a { background-color: #C01199; }
a { background-color: rgb(192,17,153); }
div.DivClassName
{
background-color: #C01199;
}
.BgClassName
{
background-color: #C01199;
}
</style>
border-color css
<style>
span { border-color: #C01199; }
span { border-color: rgb(192,17,153); }
td.TdClassName
{
border-color: #C01199;
}
.TagClassName
{
border-color: #C01199;
}
</style>