Shades of Medium Violet Red #CE199B
Tints of Medium Violet Red #CE199B
RGB
CMYK
RGB Variations
Color information
#CE199B (or 0xCE199B) is known color: Medium Violet Red. HEX triplet: CE, 19 and 9B. RGB value is (206,25,155). Sum of RGB (Red+Green+Blue) = 206+25+155=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE199B is #31E664. Grayscale: #5D5D5D. Windows color (decimal): -3270245 or 10164686. OLE color: 10164686.
HSL color Cylindrical-coordinate representation of color #CE199B: hue angle of 316.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 #CE199B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 155 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.19 |
| HSL | 316.91º | 0.78% | 0.45% | - |
| HSV(B) | 316.91º | 0.88% | 0.81% | - |
| XYZ | 31.72 | 16.18 | 32.46 | - |
| YUV | 93.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 155 | 0 | 0.88 | 0.25 | 0.19 | 316.91 | 0.78 | 0.45 |
| Hex | CE | 19 | 9B | 0 | 58 | 19 | 13 | 13D | 4E | 2D |
| Octal | 316 | 31 | 233 | 0 | 130 | 31 | 23 | 475 | 116 | 55 |
| Binary | 11001110 | 11001 | 10011011 | 0 | 1011000 | 11001 | 10011 | 100111101 | 1001110 | 101101 |
Color Harmonies of #CE199B
Complementary color
Monochromatic Colors of #CE199B
Black with #CE199B
Text Example
Text Example
White with #CE199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE199B; }
p { color: rgb(206,25,155); }
H1.HeaderClassName
{
color: #CE199B;
}
.AnyTagClassName
{
color: #CE199B;
}
</style>
background-color css
<style>
a { background-color: #CE199B; }
a { background-color: rgb(206,25,155); }
div.DivClassName
{
background-color: #CE199B;
}
.BgClassName
{
background-color: #CE199B;
}
</style>
border-color css
<style>
span { border-color: #CE199B; }
span { border-color: rgb(206,25,155); }
td.TdClassName
{
border-color: #CE199B;
}
.TagClassName
{
border-color: #CE199B;
}
</style>