Shades of Medium Violet Red #CE1E8E
Tints of Medium Violet Red #CE1E8E
RGB
CMYK
RGB Variations
Color information
#CE1E8E (or 0xCE1E8E) is known color: Medium Violet Red. HEX triplet: CE, 1E and 8E. RGB value is (206,30,142). Sum of RGB (Red+Green+Blue) = 206+30+142=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1E8E is #31E171. Grayscale: #5F5F5F. Windows color (decimal): -3268978 or 9313998. OLE color: 9313998.
HSL color Cylindrical-coordinate representation of color #CE1E8E: hue angle of 321.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E8E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 142 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.19 |
| HSL | 321.82º | 0.75% | 0.46% | - |
| HSV(B) | 321.82º | 0.85% | 0.81% | - |
| XYZ | 30.8 | 16 | 27.06 | - |
| YUV | 95.39 | 154.31 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 142 | 0 | 0.85 | 0.31 | 0.19 | 321.82 | 0.75 | 0.46 |
| Hex | CE | 1E | 8E | 0 | 55 | 1F | 13 | 142 | 4B | 2E |
| Octal | 316 | 36 | 216 | 0 | 125 | 37 | 23 | 502 | 113 | 56 |
| Binary | 11001110 | 11110 | 10001110 | 0 | 1010101 | 11111 | 10011 | 101000010 | 1001011 | 101110 |
Color Harmonies of #CE1E8E
Complementary color
Monochromatic Colors of #CE1E8E
Black with #CE1E8E
Text Example
Text Example
White with #CE1E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E8E; }
p { color: rgb(206,30,142); }
H1.HeaderClassName
{
color: #CE1E8E;
}
.AnyTagClassName
{
color: #CE1E8E;
}
</style>
background-color css
<style>
a { background-color: #CE1E8E; }
a { background-color: rgb(206,30,142); }
div.DivClassName
{
background-color: #CE1E8E;
}
.BgClassName
{
background-color: #CE1E8E;
}
</style>
border-color css
<style>
span { border-color: #CE1E8E; }
span { border-color: rgb(206,30,142); }
td.TdClassName
{
border-color: #CE1E8E;
}
.TagClassName
{
border-color: #CE1E8E;
}
</style>