Shades of Medium Violet Red #CE0C98
Tints of Medium Violet Red #CE0C98
RGB
CMYK
RGB Variations
Color information
#CE0C98 (or 0xCE0C98) is known color: Medium Violet Red. HEX triplet: CE, 0C and 98. RGB value is (206,12,152). Sum of RGB (Red+Green+Blue) = 206+12+152=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0C98 is #31F367. Grayscale: #555555. Windows color (decimal): -3273576 or 9964750. OLE color: 9964750.
HSL color Cylindrical-coordinate representation of color #CE0C98: hue angle of 316.7º degrees, saturation: 0.89, 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 #CE0C98 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 152 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.19 |
| HSL | 316.7º | 0.89% | 0.43% | - |
| HSV(B) | 316.7º | 0.94% | 0.81% | - |
| XYZ | 31.25 | 15.65 | 31.08 | - |
| YUV | 85.97 | 165.27 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 152 | 0 | 0.94 | 0.26 | 0.19 | 316.7 | 0.89 | 0.43 |
| Hex | CE | C | 98 | 0 | 5E | 1A | 13 | 13D | 59 | 2B |
| Octal | 316 | 14 | 230 | 0 | 136 | 32 | 23 | 475 | 131 | 53 |
| Binary | 11001110 | 1100 | 10011000 | 0 | 1011110 | 11010 | 10011 | 100111101 | 1011001 | 101011 |
Color Harmonies of #CE0C98
Complementary color
Monochromatic Colors of #CE0C98
Black with #CE0C98
Text Example
Text Example
White with #CE0C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C98; }
p { color: rgb(206,12,152); }
H1.HeaderClassName
{
color: #CE0C98;
}
.AnyTagClassName
{
color: #CE0C98;
}
</style>
background-color css
<style>
a { background-color: #CE0C98; }
a { background-color: rgb(206,12,152); }
div.DivClassName
{
background-color: #CE0C98;
}
.BgClassName
{
background-color: #CE0C98;
}
</style>
border-color css
<style>
span { border-color: #CE0C98; }
span { border-color: rgb(206,12,152); }
td.TdClassName
{
border-color: #CE0C98;
}
.TagClassName
{
border-color: #CE0C98;
}
</style>