Shades of Medium Violet Red #CE199E
Tints of Medium Violet Red #CE199E
RGB
CMYK
RGB Variations
Color information
#CE199E (or 0xCE199E) is known color: Medium Violet Red. HEX triplet: CE, 19 and 9E. RGB value is (206,25,158). Sum of RGB (Red+Green+Blue) = 206+25+158=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE199E is #31E661. Grayscale: #5D5D5D. Windows color (decimal): -3270242 or 10361294. OLE color: 10361294.
HSL color Cylindrical-coordinate representation of color #CE199E: hue angle of 315.91º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE199E is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 158 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.19 |
| HSL | 315.91º | 0.78% | 0.45% | - |
| HSV(B) | 315.91º | 0.88% | 0.81% | - |
| XYZ | 31.97 | 16.29 | 33.81 | - |
| YUV | 94.28 | 163.97 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 158 | 0 | 0.88 | 0.23 | 0.19 | 315.91 | 0.78 | 0.45 |
| Hex | CE | 19 | 9E | 0 | 58 | 17 | 13 | 13C | 4E | 2D |
| Octal | 316 | 31 | 236 | 0 | 130 | 27 | 23 | 474 | 116 | 55 |
| Binary | 11001110 | 11001 | 10011110 | 0 | 1011000 | 10111 | 10011 | 100111100 | 1001110 | 101101 |
Color Harmonies of #CE199E
Complementary color
Monochromatic Colors of #CE199E
Black with #CE199E
Text Example
Text Example
White with #CE199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE199E; }
p { color: rgb(206,25,158); }
H1.HeaderClassName
{
color: #CE199E;
}
.AnyTagClassName
{
color: #CE199E;
}
</style>
background-color css
<style>
a { background-color: #CE199E; }
a { background-color: rgb(206,25,158); }
div.DivClassName
{
background-color: #CE199E;
}
.BgClassName
{
background-color: #CE199E;
}
</style>
border-color css
<style>
span { border-color: #CE199E; }
span { border-color: rgb(206,25,158); }
td.TdClassName
{
border-color: #CE199E;
}
.TagClassName
{
border-color: #CE199E;
}
</style>