Shades of Medium Violet Red #C01E98
Tints of Medium Violet Red #C01E98
RGB
CMYK
RGB Variations
Color information
#C01E98 (or 0xC01E98) is known color: Medium Violet Red. HEX triplet: C0, 1E and 98. RGB value is (192,30,152). Sum of RGB (Red+Green+Blue) = 192+30+152=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E98 is #3FE167. Grayscale: #5C5C5C. Windows color (decimal): -4186472 or 9969344. OLE color: 9969344.
HSL color Cylindrical-coordinate representation of color #C01E98: hue angle of 314.81º 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 #C01E98 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 152 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.25 |
| HSL | 314.81º | 0.73% | 0.44% | - |
| HSV(B) | 314.81º | 0.84% | 0.75% | - |
| XYZ | 27.87 | 14.4 | 31.02 | - |
| YUV | 92.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 152 | 0 | 0.84 | 0.21 | 0.25 | 314.81 | 0.73 | 0.44 |
| Hex | C0 | 1E | 98 | 0 | 54 | 15 | 19 | 13B | 49 | 2C |
| Octal | 300 | 36 | 230 | 0 | 124 | 25 | 31 | 473 | 111 | 54 |
| Binary | 11000000 | 11110 | 10011000 | 0 | 1010100 | 10101 | 11001 | 100111011 | 1001001 | 101100 |
Color Harmonies of #C01E98
Complementary color
Monochromatic Colors of #C01E98
Black with #C01E98
Text Example
Text Example
White with #C01E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E98; }
p { color: rgb(192,30,152); }
H1.HeaderClassName
{
color: #C01E98;
}
.AnyTagClassName
{
color: #C01E98;
}
</style>
background-color css
<style>
a { background-color: #C01E98; }
a { background-color: rgb(192,30,152); }
div.DivClassName
{
background-color: #C01E98;
}
.BgClassName
{
background-color: #C01E98;
}
</style>
border-color css
<style>
span { border-color: #C01E98; }
span { border-color: rgb(192,30,152); }
td.TdClassName
{
border-color: #C01E98;
}
.TagClassName
{
border-color: #C01E98;
}
</style>