Shades of Medium Violet Red #CE0296
Tints of Medium Violet Red #CE0296
RGB
CMYK
RGB Variations
Color information
#CE0296 (or 0xCE0296) is known color: Medium Violet Red. HEX triplet: CE, 02 and 96. RGB value is (206,2,150). Sum of RGB (Red+Green+Blue) = 206+2+150=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0296 is #31FD69. Grayscale: #4F4F4F. Windows color (decimal): -3276138 or 9831118. OLE color: 9831118.
HSL color Cylindrical-coordinate representation of color #CE0296: hue angle of 316.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0296 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.19 |
| HSL | 316.47º | 0.98% | 0.41% | - |
| HSV(B) | 316.47º | 0.99% | 0.81% | - |
| XYZ | 30.98 | 15.37 | 30.19 | - |
| YUV | 79.87 | 167.59 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 150 | 0 | 0.99 | 0.27 | 0.19 | 316.47 | 0.98 | 0.41 |
| Hex | CE | 2 | 96 | 0 | 63 | 1B | 13 | 13C | 62 | 29 |
| Octal | 316 | 2 | 226 | 0 | 143 | 33 | 23 | 474 | 142 | 51 |
| Binary | 11001110 | 10 | 10010110 | 0 | 1100011 | 11011 | 10011 | 100111100 | 1100010 | 101001 |
Color Harmonies of #CE0296
Complementary color
Monochromatic Colors of #CE0296
Black with #CE0296
Text Example
Text Example
White with #CE0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0296; }
p { color: rgb(206,2,150); }
H1.HeaderClassName
{
color: #CE0296;
}
.AnyTagClassName
{
color: #CE0296;
}
</style>
background-color css
<style>
a { background-color: #CE0296; }
a { background-color: rgb(206,2,150); }
div.DivClassName
{
background-color: #CE0296;
}
.BgClassName
{
background-color: #CE0296;
}
</style>
border-color css
<style>
span { border-color: #CE0296; }
span { border-color: rgb(206,2,150); }
td.TdClassName
{
border-color: #CE0296;
}
.TagClassName
{
border-color: #CE0296;
}
</style>