Shades of Medium Violet Red #CE088F
Tints of Medium Violet Red #CE088F
RGB
CMYK
RGB Variations
Color information
#CE088F (or 0xCE088F) is known color: Medium Violet Red. HEX triplet: CE, 08 and 8F. RGB value is (206,8,143). Sum of RGB (Red+Green+Blue) = 206+8+143=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE088F is #31F770. Grayscale: #525252. Windows color (decimal): -3274609 or 9373902. OLE color: 9373902.
HSL color Cylindrical-coordinate representation of color #CE088F: hue angle of 319.09º 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 #CE088F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.19 |
| HSL | 319.09º | 0.93% | 0.42% | - |
| HSV(B) | 319.09º | 0.96% | 0.81% | - |
| XYZ | 30.5 | 15.28 | 27.33 | - |
| YUV | 82.59 | 162.1 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 143 | 0 | 0.96 | 0.31 | 0.19 | 319.09 | 0.93 | 0.42 |
| Hex | CE | 8 | 8F | 0 | 60 | 1F | 13 | 13F | 5D | 2A |
| Octal | 316 | 10 | 217 | 0 | 140 | 37 | 23 | 477 | 135 | 52 |
| Binary | 11001110 | 1000 | 10001111 | 0 | 1100000 | 11111 | 10011 | 100111111 | 1011101 | 101010 |
Color Harmonies of #CE088F
Complementary color
Monochromatic Colors of #CE088F
Black with #CE088F
Text Example
Text Example
White with #CE088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE088F; }
p { color: rgb(206,8,143); }
H1.HeaderClassName
{
color: #CE088F;
}
.AnyTagClassName
{
color: #CE088F;
}
</style>
background-color css
<style>
a { background-color: #CE088F; }
a { background-color: rgb(206,8,143); }
div.DivClassName
{
background-color: #CE088F;
}
.BgClassName
{
background-color: #CE088F;
}
</style>
border-color css
<style>
span { border-color: #CE088F; }
span { border-color: rgb(206,8,143); }
td.TdClassName
{
border-color: #CE088F;
}
.TagClassName
{
border-color: #CE088F;
}
</style>