Shades of Medium Violet Red #CE099E
Tints of Medium Violet Red #CE099E
RGB
CMYK
RGB Variations
Color information
#CE099E (or 0xCE099E) is known color: Medium Violet Red. HEX triplet: CE, 09 and 9E. RGB value is (206,9,158). Sum of RGB (Red+Green+Blue) = 206+9+158=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE099E is #31F661. Grayscale: #545454. Windows color (decimal): -3274338 or 10357198. OLE color: 10357198.
HSL color Cylindrical-coordinate representation of color #CE099E: hue angle of 314.62º degrees, saturation: 0.92, 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 #CE099E is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.19 |
| HSL | 314.62º | 0.92% | 0.42% | - |
| HSV(B) | 314.62º | 0.96% | 0.81% | - |
| XYZ | 31.72 | 15.79 | 33.72 | - |
| YUV | 84.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 158 | 0 | 0.96 | 0.23 | 0.19 | 314.62 | 0.92 | 0.42 |
| Hex | CE | 9 | 9E | 0 | 60 | 17 | 13 | 13B | 5C | 2A |
| Octal | 316 | 11 | 236 | 0 | 140 | 27 | 23 | 473 | 134 | 52 |
| Binary | 11001110 | 1001 | 10011110 | 0 | 1100000 | 10111 | 10011 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CE099E
Complementary color
Monochromatic Colors of #CE099E
Black with #CE099E
Text Example
Text Example
White with #CE099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE099E; }
p { color: rgb(206,9,158); }
H1.HeaderClassName
{
color: #CE099E;
}
.AnyTagClassName
{
color: #CE099E;
}
</style>
background-color css
<style>
a { background-color: #CE099E; }
a { background-color: rgb(206,9,158); }
div.DivClassName
{
background-color: #CE099E;
}
.BgClassName
{
background-color: #CE099E;
}
</style>
border-color css
<style>
span { border-color: #CE099E; }
span { border-color: rgb(206,9,158); }
td.TdClassName
{
border-color: #CE099E;
}
.TagClassName
{
border-color: #CE099E;
}
</style>