Shades of Medium Violet Red #C01198
Tints of Medium Violet Red #C01198
RGB
CMYK
RGB Variations
Color information
#C01198 (or 0xC01198) is known color: Medium Violet Red. HEX triplet: C0, 11 and 98. RGB value is (192,17,152). Sum of RGB (Red+Green+Blue) = 192+17+152=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01198 is #3FEE67. Grayscale: #545454. Windows color (decimal): -4189800 or 9966016. OLE color: 9966016.
HSL color Cylindrical-coordinate representation of color #C01198: hue angle of 313.71º 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 #C01198 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 152 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.25 |
| HSL | 313.71º | 0.84% | 0.41% | - |
| HSV(B) | 313.71º | 0.91% | 0.75% | - |
| XYZ | 27.61 | 13.87 | 30.93 | - |
| YUV | 84.72 | 165.98 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 152 | 0 | 0.91 | 0.21 | 0.25 | 313.71 | 0.84 | 0.41 |
| Hex | C0 | 11 | 98 | 0 | 5B | 15 | 19 | 13A | 54 | 29 |
| Octal | 300 | 21 | 230 | 0 | 133 | 25 | 31 | 472 | 124 | 51 |
| Binary | 11000000 | 10001 | 10011000 | 0 | 1011011 | 10101 | 11001 | 100111010 | 1010100 | 101001 |
Color Harmonies of #C01198
Complementary color
Monochromatic Colors of #C01198
Black with #C01198
Text Example
Text Example
White with #C01198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01198; }
p { color: rgb(192,17,152); }
H1.HeaderClassName
{
color: #C01198;
}
.AnyTagClassName
{
color: #C01198;
}
</style>
background-color css
<style>
a { background-color: #C01198; }
a { background-color: rgb(192,17,152); }
div.DivClassName
{
background-color: #C01198;
}
.BgClassName
{
background-color: #C01198;
}
</style>
border-color css
<style>
span { border-color: #C01198; }
span { border-color: rgb(192,17,152); }
td.TdClassName
{
border-color: #C01198;
}
.TagClassName
{
border-color: #C01198;
}
</style>