Shades of Medium Violet Red #CE0098
Tints of Medium Violet Red #CE0098
RGB
CMYK
RGB Variations
Color information
#CE0098 (or 0xCE0098) is known color: Medium Violet Red. HEX triplet: CE, 00 and 98. RGB value is (206,0,152). Sum of RGB (Red+Green+Blue) = 206+0+152=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0098 is #31FF67. Grayscale: #4E4E4E. Windows color (decimal): -3276648 or 9961678. OLE color: 9961678.
HSL color Cylindrical-coordinate representation of color #CE0098: hue angle of 315.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0098 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.26 | 0.19 |
| HSL | 315.73º | 1% | 0.4% | - |
| HSV(B) | 315.73º | 1% | 0.81% | - |
| XYZ | 31.12 | 15.39 | 31.04 | - |
| YUV | 78.92 | 169.25 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 152 | 0 | 1 | 0.26 | 0.19 | 315.73 | 1 | 0.4 |
| Hex | CE | 0 | 98 | 0 | 64 | 1A | 13 | 13C | 64 | 28 |
| Octal | 316 | 0 | 230 | 0 | 144 | 32 | 23 | 474 | 144 | 50 |
| Binary | 11001110 | 0 | 10011000 | 0 | 1100100 | 11010 | 10011 | 100111100 | 1100100 | 101000 |
Color Harmonies of #CE0098
Complementary color
Monochromatic Colors of #CE0098
Black with #CE0098
Text Example
Text Example
White with #CE0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0098; }
p { color: rgb(206,0,152); }
H1.HeaderClassName
{
color: #CE0098;
}
.AnyTagClassName
{
color: #CE0098;
}
</style>
background-color css
<style>
a { background-color: #CE0098; }
a { background-color: rgb(206,0,152); }
div.DivClassName
{
background-color: #CE0098;
}
.BgClassName
{
background-color: #CE0098;
}
</style>
border-color css
<style>
span { border-color: #CE0098; }
span { border-color: rgb(206,0,152); }
td.TdClassName
{
border-color: #CE0098;
}
.TagClassName
{
border-color: #CE0098;
}
</style>