Shades of Medium Violet Red #CE2091
Tints of Medium Violet Red #CE2091
RGB
CMYK
RGB Variations
Color information
#CE2091 (or 0xCE2091) is known color: Medium Violet Red. HEX triplet: CE, 20 and 91. RGB value is (206,32,145). Sum of RGB (Red+Green+Blue) = 206+32+145=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2091 is #31DF6E. Grayscale: #606060. Windows color (decimal): -3268463 or 9511118. OLE color: 9511118.
HSL color Cylindrical-coordinate representation of color #CE2091: hue angle of 321.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2091 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.19 |
| HSL | 321.03º | 0.73% | 0.47% | - |
| HSV(B) | 321.03º | 0.84% | 0.81% | - |
| XYZ | 31.08 | 16.2 | 28.28 | - |
| YUV | 96.91 | 155.15 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 145 | 0 | 0.84 | 0.30 | 0.19 | 321.03 | 0.73 | 0.47 |
| Hex | CE | 20 | 91 | 0 | 54 | 1E | 13 | 141 | 49 | 2F |
| Octal | 316 | 40 | 221 | 0 | 124 | 36 | 23 | 501 | 111 | 57 |
| Binary | 11001110 | 100000 | 10010001 | 0 | 1010100 | 11110 | 10011 | 101000001 | 1001001 | 101111 |
Color Harmonies of #CE2091
Complementary color
Monochromatic Colors of #CE2091
Black with #CE2091
Text Example
Text Example
White with #CE2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2091; }
p { color: rgb(206,32,145); }
H1.HeaderClassName
{
color: #CE2091;
}
.AnyTagClassName
{
color: #CE2091;
}
</style>
background-color css
<style>
a { background-color: #CE2091; }
a { background-color: rgb(206,32,145); }
div.DivClassName
{
background-color: #CE2091;
}
.BgClassName
{
background-color: #CE2091;
}
</style>
border-color css
<style>
span { border-color: #CE2091; }
span { border-color: rgb(206,32,145); }
td.TdClassName
{
border-color: #CE2091;
}
.TagClassName
{
border-color: #CE2091;
}
</style>