Shades of Medium Violet Red #CE088E
Tints of Medium Violet Red #CE088E
RGB
CMYK
RGB Variations
Color information
#CE088E (or 0xCE088E) is known color: Medium Violet Red. HEX triplet: CE, 08 and 8E. RGB value is (206,8,142). Sum of RGB (Red+Green+Blue) = 206+8+142=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE088E is #31F771. Grayscale: #525252. Windows color (decimal): -3274610 or 9308366. OLE color: 9308366.
HSL color Cylindrical-coordinate representation of color #CE088E: hue angle of 319.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE088E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.19 |
| HSL | 319.39º | 0.93% | 0.42% | - |
| HSV(B) | 319.39º | 0.96% | 0.81% | - |
| XYZ | 30.42 | 15.25 | 26.93 | - |
| YUV | 82.48 | 161.6 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 142 | 0 | 0.96 | 0.31 | 0.19 | 319.39 | 0.93 | 0.42 |
| Hex | CE | 8 | 8E | 0 | 60 | 1F | 13 | 13F | 5D | 2A |
| Octal | 316 | 10 | 216 | 0 | 140 | 37 | 23 | 477 | 135 | 52 |
| Binary | 11001110 | 1000 | 10001110 | 0 | 1100000 | 11111 | 10011 | 100111111 | 1011101 | 101010 |
Color Harmonies of #CE088E
Complementary color
Monochromatic Colors of #CE088E
Black with #CE088E
Text Example
Text Example
White with #CE088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE088E; }
p { color: rgb(206,8,142); }
H1.HeaderClassName
{
color: #CE088E;
}
.AnyTagClassName
{
color: #CE088E;
}
</style>
background-color css
<style>
a { background-color: #CE088E; }
a { background-color: rgb(206,8,142); }
div.DivClassName
{
background-color: #CE088E;
}
.BgClassName
{
background-color: #CE088E;
}
</style>
border-color css
<style>
span { border-color: #CE088E; }
span { border-color: rgb(206,8,142); }
td.TdClassName
{
border-color: #CE088E;
}
.TagClassName
{
border-color: #CE088E;
}
</style>