Shades of Medium Violet Red #CE0291
Tints of Medium Violet Red #CE0291
RGB
CMYK
RGB Variations
Color information
#CE0291 (or 0xCE0291) is known color: Medium Violet Red. HEX triplet: CE, 02 and 91. RGB value is (206,2,145). Sum of RGB (Red+Green+Blue) = 206+2+145=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0291 is #31FD6E. Grayscale: #4E4E4E. Windows color (decimal): -3276143 or 9503438. OLE color: 9503438.
HSL color Cylindrical-coordinate representation of color #CE0291: hue angle of 317.94º 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 #CE0291 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.19 |
| HSL | 317.94º | 0.98% | 0.41% | - |
| HSV(B) | 317.94º | 0.99% | 0.81% | - |
| XYZ | 30.59 | 15.21 | 28.11 | - |
| YUV | 79.3 | 165.09 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 145 | 0 | 0.99 | 0.30 | 0.19 | 317.94 | 0.98 | 0.41 |
| Hex | CE | 2 | 91 | 0 | 63 | 1E | 13 | 13E | 62 | 29 |
| Octal | 316 | 2 | 221 | 0 | 143 | 36 | 23 | 476 | 142 | 51 |
| Binary | 11001110 | 10 | 10010001 | 0 | 1100011 | 11110 | 10011 | 100111110 | 1100010 | 101001 |
Color Harmonies of #CE0291
Complementary color
Monochromatic Colors of #CE0291
Black with #CE0291
Text Example
Text Example
White with #CE0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0291; }
p { color: rgb(206,2,145); }
H1.HeaderClassName
{
color: #CE0291;
}
.AnyTagClassName
{
color: #CE0291;
}
</style>
background-color css
<style>
a { background-color: #CE0291; }
a { background-color: rgb(206,2,145); }
div.DivClassName
{
background-color: #CE0291;
}
.BgClassName
{
background-color: #CE0291;
}
</style>
border-color css
<style>
span { border-color: #CE0291; }
span { border-color: rgb(206,2,145); }
td.TdClassName
{
border-color: #CE0291;
}
.TagClassName
{
border-color: #CE0291;
}
</style>