Shades of Medium Violet Red #CE1698
Tints of Medium Violet Red #CE1698
RGB
CMYK
RGB Variations
Color information
#CE1698 (or 0xCE1698) is known color: Medium Violet Red. HEX triplet: CE, 16 and 98. RGB value is (206,22,152). Sum of RGB (Red+Green+Blue) = 206+22+152=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1698 is #31E967. Grayscale: #5B5B5B. Windows color (decimal): -3271016 or 9967310. OLE color: 9967310.
HSL color Cylindrical-coordinate representation of color #CE1698: hue angle of 317.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1698 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 152 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.19 |
| HSL | 317.61º | 0.81% | 0.45% | - |
| HSV(B) | 317.61º | 0.89% | 0.81% | - |
| XYZ | 31.41 | 15.96 | 31.13 | - |
| YUV | 91.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 152 | 0 | 0.89 | 0.26 | 0.19 | 317.61 | 0.81 | 0.45 |
| Hex | CE | 16 | 98 | 0 | 59 | 1A | 13 | 13E | 51 | 2D |
| Octal | 316 | 26 | 230 | 0 | 131 | 32 | 23 | 476 | 121 | 55 |
| Binary | 11001110 | 10110 | 10011000 | 0 | 1011001 | 11010 | 10011 | 100111110 | 1010001 | 101101 |
Color Harmonies of #CE1698
Complementary color
Monochromatic Colors of #CE1698
Black with #CE1698
Text Example
Text Example
White with #CE1698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1698; }
p { color: rgb(206,22,152); }
H1.HeaderClassName
{
color: #CE1698;
}
.AnyTagClassName
{
color: #CE1698;
}
</style>
background-color css
<style>
a { background-color: #CE1698; }
a { background-color: rgb(206,22,152); }
div.DivClassName
{
background-color: #CE1698;
}
.BgClassName
{
background-color: #CE1698;
}
</style>
border-color css
<style>
span { border-color: #CE1698; }
span { border-color: rgb(206,22,152); }
td.TdClassName
{
border-color: #CE1698;
}
.TagClassName
{
border-color: #CE1698;
}
</style>