Shades of Medium Violet Red #CE0D98
Tints of Medium Violet Red #CE0D98
RGB
CMYK
RGB Variations
Color information
#CE0D98 (or 0xCE0D98) is known color: Medium Violet Red. HEX triplet: CE, 0D and 98. RGB value is (206,13,152). Sum of RGB (Red+Green+Blue) = 206+13+152=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0D98 is #31F267. Grayscale: #565656. Windows color (decimal): -3273320 or 9965006. OLE color: 9965006.
HSL color Cylindrical-coordinate representation of color #CE0D98: hue angle of 316.79º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0D98 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 152 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.19 |
| HSL | 316.79º | 0.88% | 0.43% | - |
| HSV(B) | 316.79º | 0.94% | 0.81% | - |
| XYZ | 31.27 | 15.68 | 31.08 | - |
| YUV | 86.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 152 | 0 | 0.94 | 0.26 | 0.19 | 316.79 | 0.88 | 0.43 |
| Hex | CE | D | 98 | 0 | 5E | 1A | 13 | 13D | 58 | 2B |
| Octal | 316 | 15 | 230 | 0 | 136 | 32 | 23 | 475 | 130 | 53 |
| Binary | 11001110 | 1101 | 10011000 | 0 | 1011110 | 11010 | 10011 | 100111101 | 1011000 | 101011 |
Color Harmonies of #CE0D98
Complementary color
Monochromatic Colors of #CE0D98
Black with #CE0D98
Text Example
Text Example
White with #CE0D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D98; }
p { color: rgb(206,13,152); }
H1.HeaderClassName
{
color: #CE0D98;
}
.AnyTagClassName
{
color: #CE0D98;
}
</style>
background-color css
<style>
a { background-color: #CE0D98; }
a { background-color: rgb(206,13,152); }
div.DivClassName
{
background-color: #CE0D98;
}
.BgClassName
{
background-color: #CE0D98;
}
</style>
border-color css
<style>
span { border-color: #CE0D98; }
span { border-color: rgb(206,13,152); }
td.TdClassName
{
border-color: #CE0D98;
}
.TagClassName
{
border-color: #CE0D98;
}
</style>