Shades of Medium Violet Red #CE008E
Tints of Medium Violet Red #CE008E
RGB
CMYK
RGB Variations
Color information
#CE008E (or 0xCE008E) is known color: Medium Violet Red. HEX triplet: CE, 00 and 8E. RGB value is (206,0,142). Sum of RGB (Red+Green+Blue) = 206+0+142=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE008E is #31FF71. Grayscale: #4D4D4D. Windows color (decimal): -3276658 or 9306318. OLE color: 9306318.
HSL color Cylindrical-coordinate representation of color #CE008E: hue angle of 318.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE008E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.31 | 0.19 |
| HSL | 318.64º | 1% | 0.4% | - |
| HSV(B) | 318.64º | 1% | 0.81% | - |
| XYZ | 30.34 | 15.07 | 26.9 | - |
| YUV | 77.78 | 164.25 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 142 | 0 | 1 | 0.31 | 0.19 | 318.64 | 1 | 0.4 |
| Hex | CE | 0 | 8E | 0 | 64 | 1F | 13 | 13F | 64 | 28 |
| Octal | 316 | 0 | 216 | 0 | 144 | 37 | 23 | 477 | 144 | 50 |
| Binary | 11001110 | 0 | 10001110 | 0 | 1100100 | 11111 | 10011 | 100111111 | 1100100 | 101000 |
Color Harmonies of #CE008E
Complementary color
Monochromatic Colors of #CE008E
Black with #CE008E
Text Example
Text Example
White with #CE008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE008E; }
p { color: rgb(206,0,142); }
H1.HeaderClassName
{
color: #CE008E;
}
.AnyTagClassName
{
color: #CE008E;
}
</style>
background-color css
<style>
a { background-color: #CE008E; }
a { background-color: rgb(206,0,142); }
div.DivClassName
{
background-color: #CE008E;
}
.BgClassName
{
background-color: #CE008E;
}
</style>
border-color css
<style>
span { border-color: #CE008E; }
span { border-color: rgb(206,0,142); }
td.TdClassName
{
border-color: #CE008E;
}
.TagClassName
{
border-color: #CE008E;
}
</style>