Shades of Medium Violet Red #CE0997
Tints of Medium Violet Red #CE0997
RGB
CMYK
RGB Variations
Color information
#CE0997 (or 0xCE0997) is known color: Medium Violet Red. HEX triplet: CE, 09 and 97. RGB value is (206,9,151). Sum of RGB (Red+Green+Blue) = 206+9+151=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0997 is #31F668. Grayscale: #535353. Windows color (decimal): -3274345 or 9898446. OLE color: 9898446.
HSL color Cylindrical-coordinate representation of color #CE0997: hue angle of 316.75º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0997 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.19 |
| HSL | 316.75º | 0.92% | 0.42% | - |
| HSV(B) | 316.75º | 0.96% | 0.81% | - |
| XYZ | 31.14 | 15.55 | 30.64 | - |
| YUV | 84.09 | 165.77 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 151 | 0 | 0.96 | 0.27 | 0.19 | 316.75 | 0.92 | 0.42 |
| Hex | CE | 9 | 97 | 0 | 60 | 1B | 13 | 13D | 5C | 2A |
| Octal | 316 | 11 | 227 | 0 | 140 | 33 | 23 | 475 | 134 | 52 |
| Binary | 11001110 | 1001 | 10010111 | 0 | 1100000 | 11011 | 10011 | 100111101 | 1011100 | 101010 |
Color Harmonies of #CE0997
Complementary color
Monochromatic Colors of #CE0997
Black with #CE0997
Text Example
Text Example
White with #CE0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0997; }
p { color: rgb(206,9,151); }
H1.HeaderClassName
{
color: #CE0997;
}
.AnyTagClassName
{
color: #CE0997;
}
</style>
background-color css
<style>
a { background-color: #CE0997; }
a { background-color: rgb(206,9,151); }
div.DivClassName
{
background-color: #CE0997;
}
.BgClassName
{
background-color: #CE0997;
}
</style>
border-color css
<style>
span { border-color: #CE0997; }
span { border-color: rgb(206,9,151); }
td.TdClassName
{
border-color: #CE0997;
}
.TagClassName
{
border-color: #CE0997;
}
</style>