Shades of Medium Violet Red #CE1B9E
Tints of Medium Violet Red #CE1B9E
RGB
CMYK
RGB Variations
Color information
#CE1B9E (or 0xCE1B9E) is known color: Medium Violet Red. HEX triplet: CE, 1B and 9E. RGB value is (206,27,158). Sum of RGB (Red+Green+Blue) = 206+27+158=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B9E is #31E461. Grayscale: #5F5F5F. Windows color (decimal): -3269730 or 10361806. OLE color: 10361806.
HSL color Cylindrical-coordinate representation of color #CE1B9E: hue angle of 316.09º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B9E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 158 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.19 |
| HSL | 316.09º | 0.77% | 0.46% | - |
| HSV(B) | 316.09º | 0.87% | 0.81% | - |
| XYZ | 32.02 | 16.37 | 33.82 | - |
| YUV | 95.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 158 | 0 | 0.87 | 0.23 | 0.19 | 316.09 | 0.77 | 0.46 |
| Hex | CE | 1B | 9E | 0 | 57 | 17 | 13 | 13C | 4D | 2E |
| Octal | 316 | 33 | 236 | 0 | 127 | 27 | 23 | 474 | 115 | 56 |
| Binary | 11001110 | 11011 | 10011110 | 0 | 1010111 | 10111 | 10011 | 100111100 | 1001101 | 101110 |
Color Harmonies of #CE1B9E
Complementary color
Monochromatic Colors of #CE1B9E
Black with #CE1B9E
Text Example
Text Example
White with #CE1B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B9E; }
p { color: rgb(206,27,158); }
H1.HeaderClassName
{
color: #CE1B9E;
}
.AnyTagClassName
{
color: #CE1B9E;
}
</style>
background-color css
<style>
a { background-color: #CE1B9E; }
a { background-color: rgb(206,27,158); }
div.DivClassName
{
background-color: #CE1B9E;
}
.BgClassName
{
background-color: #CE1B9E;
}
</style>
border-color css
<style>
span { border-color: #CE1B9E; }
span { border-color: rgb(206,27,158); }
td.TdClassName
{
border-color: #CE1B9E;
}
.TagClassName
{
border-color: #CE1B9E;
}
</style>