Shades of Medium Violet Red #C01E97
Tints of Medium Violet Red #C01E97
RGB
CMYK
RGB Variations
Color information
#C01E97 (or 0xC01E97) is known color: Medium Violet Red. HEX triplet: C0, 1E and 97. RGB value is (192,30,151). Sum of RGB (Red+Green+Blue) = 192+30+151=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E97 is #3FE168. Grayscale: #5B5B5B. Windows color (decimal): -4186473 or 9903808. OLE color: 9903808.
HSL color Cylindrical-coordinate representation of color #C01E97: hue angle of 315.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E97 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 151 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.25 |
| HSL | 315.19º | 0.73% | 0.44% | - |
| HSV(B) | 315.19º | 0.84% | 0.75% | - |
| XYZ | 27.79 | 14.37 | 30.59 | - |
| YUV | 92.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 151 | 0 | 0.84 | 0.21 | 0.25 | 315.19 | 0.73 | 0.44 |
| Hex | C0 | 1E | 97 | 0 | 54 | 15 | 19 | 13B | 49 | 2C |
| Octal | 300 | 36 | 227 | 0 | 124 | 25 | 31 | 473 | 111 | 54 |
| Binary | 11000000 | 11110 | 10010111 | 0 | 1010100 | 10101 | 11001 | 100111011 | 1001001 | 101100 |
Color Harmonies of #C01E97
Complementary color
Monochromatic Colors of #C01E97
Black with #C01E97
Text Example
Text Example
White with #C01E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E97; }
p { color: rgb(192,30,151); }
H1.HeaderClassName
{
color: #C01E97;
}
.AnyTagClassName
{
color: #C01E97;
}
</style>
background-color css
<style>
a { background-color: #C01E97; }
a { background-color: rgb(192,30,151); }
div.DivClassName
{
background-color: #C01E97;
}
.BgClassName
{
background-color: #C01E97;
}
</style>
border-color css
<style>
span { border-color: #C01E97; }
span { border-color: rgb(192,30,151); }
td.TdClassName
{
border-color: #C01E97;
}
.TagClassName
{
border-color: #C01E97;
}
</style>