Shades of Medium Violet Red #CE098D
Tints of Medium Violet Red #CE098D
RGB
CMYK
RGB Variations
Color information
#CE098D (or 0xCE098D) is known color: Medium Violet Red. HEX triplet: CE, 09 and 8D. RGB value is (206,9,141). Sum of RGB (Red+Green+Blue) = 206+9+141=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE098D is #31F672. Grayscale: #525252. Windows color (decimal): -3274355 or 9243086. OLE color: 9243086.
HSL color Cylindrical-coordinate representation of color #CE098D: hue angle of 319.8º 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 #CE098D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.19 |
| HSL | 319.8º | 0.92% | 0.42% | - |
| HSV(B) | 319.8º | 0.96% | 0.81% | - |
| XYZ | 30.36 | 15.24 | 26.54 | - |
| YUV | 82.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 141 | 0 | 0.96 | 0.32 | 0.19 | 319.8 | 0.92 | 0.42 |
| Hex | CE | 9 | 8D | 0 | 60 | 20 | 13 | 140 | 5C | 2A |
| Octal | 316 | 11 | 215 | 0 | 140 | 40 | 23 | 500 | 134 | 52 |
| Binary | 11001110 | 1001 | 10001101 | 0 | 1100000 | 100000 | 10011 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CE098D
Complementary color
Monochromatic Colors of #CE098D
Black with #CE098D
Text Example
Text Example
White with #CE098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE098D; }
p { color: rgb(206,9,141); }
H1.HeaderClassName
{
color: #CE098D;
}
.AnyTagClassName
{
color: #CE098D;
}
</style>
background-color css
<style>
a { background-color: #CE098D; }
a { background-color: rgb(206,9,141); }
div.DivClassName
{
background-color: #CE098D;
}
.BgClassName
{
background-color: #CE098D;
}
</style>
border-color css
<style>
span { border-color: #CE098D; }
span { border-color: rgb(206,9,141); }
td.TdClassName
{
border-color: #CE098D;
}
.TagClassName
{
border-color: #CE098D;
}
</style>