Shades of Medium Violet Red #CE2098
Tints of Medium Violet Red #CE2098
RGB
CMYK
RGB Variations
Color information
#CE2098 (or 0xCE2098) is known color: Medium Violet Red. HEX triplet: CE, 20 and 98. RGB value is (206,32,152). Sum of RGB (Red+Green+Blue) = 206+32+152=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2098 is #31DF67. Grayscale: #616161. Windows color (decimal): -3268456 or 9969870. OLE color: 9969870.
HSL color Cylindrical-coordinate representation of color #CE2098: hue angle of 318.62º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2098 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 152 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.19 |
| HSL | 318.62º | 0.73% | 0.47% | - |
| HSV(B) | 318.62º | 0.84% | 0.81% | - |
| XYZ | 31.64 | 16.42 | 31.21 | - |
| YUV | 97.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 152 | 0 | 0.84 | 0.26 | 0.19 | 318.62 | 0.73 | 0.47 |
| Hex | CE | 20 | 98 | 0 | 54 | 1A | 13 | 13F | 49 | 2F |
| Octal | 316 | 40 | 230 | 0 | 124 | 32 | 23 | 477 | 111 | 57 |
| Binary | 11001110 | 100000 | 10011000 | 0 | 1010100 | 11010 | 10011 | 100111111 | 1001001 | 101111 |
Color Harmonies of #CE2098
Complementary color
Monochromatic Colors of #CE2098
Black with #CE2098
Text Example
Text Example
White with #CE2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2098; }
p { color: rgb(206,32,152); }
H1.HeaderClassName
{
color: #CE2098;
}
.AnyTagClassName
{
color: #CE2098;
}
</style>
background-color css
<style>
a { background-color: #CE2098; }
a { background-color: rgb(206,32,152); }
div.DivClassName
{
background-color: #CE2098;
}
.BgClassName
{
background-color: #CE2098;
}
</style>
border-color css
<style>
span { border-color: #CE2098; }
span { border-color: rgb(206,32,152); }
td.TdClassName
{
border-color: #CE2098;
}
.TagClassName
{
border-color: #CE2098;
}
</style>