Shades of Medium Violet Red #CE1C8E
Tints of Medium Violet Red #CE1C8E
RGB
CMYK
RGB Variations
Color information
#CE1C8E (or 0xCE1C8E) is known color: Medium Violet Red. HEX triplet: CE, 1C and 8E. RGB value is (206,28,142). Sum of RGB (Red+Green+Blue) = 206+28+142=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C8E is #31E371. Grayscale: #5D5D5D. Windows color (decimal): -3269490 or 9313486. OLE color: 9313486.
HSL color Cylindrical-coordinate representation of color #CE1C8E: hue angle of 321.57º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C8E is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 142 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.19 |
| HSL | 321.57º | 0.76% | 0.46% | - |
| HSV(B) | 321.57º | 0.86% | 0.81% | - |
| XYZ | 30.75 | 15.91 | 27.04 | - |
| YUV | 94.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 142 | 0 | 0.86 | 0.31 | 0.19 | 321.57 | 0.76 | 0.46 |
| Hex | CE | 1C | 8E | 0 | 56 | 1F | 13 | 142 | 4C | 2E |
| Octal | 316 | 34 | 216 | 0 | 126 | 37 | 23 | 502 | 114 | 56 |
| Binary | 11001110 | 11100 | 10001110 | 0 | 1010110 | 11111 | 10011 | 101000010 | 1001100 | 101110 |
Color Harmonies of #CE1C8E
Complementary color
Monochromatic Colors of #CE1C8E
Black with #CE1C8E
Text Example
Text Example
White with #CE1C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C8E; }
p { color: rgb(206,28,142); }
H1.HeaderClassName
{
color: #CE1C8E;
}
.AnyTagClassName
{
color: #CE1C8E;
}
</style>
background-color css
<style>
a { background-color: #CE1C8E; }
a { background-color: rgb(206,28,142); }
div.DivClassName
{
background-color: #CE1C8E;
}
.BgClassName
{
background-color: #CE1C8E;
}
</style>
border-color css
<style>
span { border-color: #CE1C8E; }
span { border-color: rgb(206,28,142); }
td.TdClassName
{
border-color: #CE1C8E;
}
.TagClassName
{
border-color: #CE1C8E;
}
</style>