Shades of Medium Violet Red #CE0998
Tints of Medium Violet Red #CE0998
RGB
CMYK
RGB Variations
Color information
#CE0998 (or 0xCE0998) is known color: Medium Violet Red. HEX triplet: CE, 09 and 98. RGB value is (206,9,152). Sum of RGB (Red+Green+Blue) = 206+9+152=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0998 is #31F667. Grayscale: #535353. Windows color (decimal): -3274344 or 9963982. OLE color: 9963982.
HSL color Cylindrical-coordinate representation of color #CE0998: hue angle of 316.45º 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 #CE0998 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 152 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.19 |
| HSL | 316.45º | 0.92% | 0.42% | - |
| HSV(B) | 316.45º | 0.96% | 0.81% | - |
| XYZ | 31.22 | 15.58 | 31.07 | - |
| YUV | 84.21 | 166.27 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 152 | 0 | 0.96 | 0.26 | 0.19 | 316.45 | 0.92 | 0.42 |
| Hex | CE | 9 | 98 | 0 | 60 | 1A | 13 | 13C | 5C | 2A |
| Octal | 316 | 11 | 230 | 0 | 140 | 32 | 23 | 474 | 134 | 52 |
| Binary | 11001110 | 1001 | 10011000 | 0 | 1100000 | 11010 | 10011 | 100111100 | 1011100 | 101010 |
Color Harmonies of #CE0998
Complementary color
Monochromatic Colors of #CE0998
Black with #CE0998
Text Example
Text Example
White with #CE0998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0998; }
p { color: rgb(206,9,152); }
H1.HeaderClassName
{
color: #CE0998;
}
.AnyTagClassName
{
color: #CE0998;
}
</style>
background-color css
<style>
a { background-color: #CE0998; }
a { background-color: rgb(206,9,152); }
div.DivClassName
{
background-color: #CE0998;
}
.BgClassName
{
background-color: #CE0998;
}
</style>
border-color css
<style>
span { border-color: #CE0998; }
span { border-color: rgb(206,9,152); }
td.TdClassName
{
border-color: #CE0998;
}
.TagClassName
{
border-color: #CE0998;
}
</style>