Shades of Medium Violet Red #CE0097
Tints of Medium Violet Red #CE0097
RGB
CMYK
RGB Variations
Color information
#CE0097 (or 0xCE0097) is known color: Medium Violet Red. HEX triplet: CE, 00 and 97. RGB value is (206,0,151). Sum of RGB (Red+Green+Blue) = 206+0+151=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0097 is #31FF68. Grayscale: #4E4E4E. Windows color (decimal): -3276649 or 9896142. OLE color: 9896142.
HSL color Cylindrical-coordinate representation of color #CE0097: hue angle of 316.02º 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 #CE0097 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.27 | 0.19 |
| HSL | 316.02º | 1% | 0.4% | - |
| HSV(B) | 316.02º | 1% | 0.81% | - |
| XYZ | 31.04 | 15.36 | 30.61 | - |
| YUV | 78.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 151 | 0 | 1 | 0.27 | 0.19 | 316.02 | 1 | 0.4 |
| Hex | CE | 0 | 97 | 0 | 64 | 1B | 13 | 13C | 64 | 28 |
| Octal | 316 | 0 | 227 | 0 | 144 | 33 | 23 | 474 | 144 | 50 |
| Binary | 11001110 | 0 | 10010111 | 0 | 1100100 | 11011 | 10011 | 100111100 | 1100100 | 101000 |
Color Harmonies of #CE0097
Complementary color
Monochromatic Colors of #CE0097
Black with #CE0097
Text Example
Text Example
White with #CE0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0097; }
p { color: rgb(206,0,151); }
H1.HeaderClassName
{
color: #CE0097;
}
.AnyTagClassName
{
color: #CE0097;
}
</style>
background-color css
<style>
a { background-color: #CE0097; }
a { background-color: rgb(206,0,151); }
div.DivClassName
{
background-color: #CE0097;
}
.BgClassName
{
background-color: #CE0097;
}
</style>
border-color css
<style>
span { border-color: #CE0097; }
span { border-color: rgb(206,0,151); }
td.TdClassName
{
border-color: #CE0097;
}
.TagClassName
{
border-color: #CE0097;
}
</style>