Shades of Medium Violet Red #CE1091
Tints of Medium Violet Red #CE1091
RGB
CMYK
RGB Variations
Color information
#CE1091 (or 0xCE1091) is known color: Medium Violet Red. HEX triplet: CE, 10 and 91. RGB value is (206,16,145). Sum of RGB (Red+Green+Blue) = 206+16+145=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1091 is #31EF6E. Grayscale: #575757. Windows color (decimal): -3272559 or 9507022. OLE color: 9507022.
HSL color Cylindrical-coordinate representation of color #CE1091: hue angle of 319.26º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1091 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 145 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.19 |
| HSL | 319.26º | 0.86% | 0.44% | - |
| HSV(B) | 319.26º | 0.92% | 0.81% | - |
| XYZ | 30.75 | 15.54 | 28.17 | - |
| YUV | 87.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 145 | 0 | 0.92 | 0.30 | 0.19 | 319.26 | 0.86 | 0.44 |
| Hex | CE | 10 | 91 | 0 | 5C | 1E | 13 | 13F | 56 | 2C |
| Octal | 316 | 20 | 221 | 0 | 134 | 36 | 23 | 477 | 126 | 54 |
| Binary | 11001110 | 10000 | 10010001 | 0 | 1011100 | 11110 | 10011 | 100111111 | 1010110 | 101100 |
Color Harmonies of #CE1091
Complementary color
Monochromatic Colors of #CE1091
Black with #CE1091
Text Example
Text Example
White with #CE1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1091; }
p { color: rgb(206,16,145); }
H1.HeaderClassName
{
color: #CE1091;
}
.AnyTagClassName
{
color: #CE1091;
}
</style>
background-color css
<style>
a { background-color: #CE1091; }
a { background-color: rgb(206,16,145); }
div.DivClassName
{
background-color: #CE1091;
}
.BgClassName
{
background-color: #CE1091;
}
</style>
border-color css
<style>
span { border-color: #CE1091; }
span { border-color: rgb(206,16,145); }
td.TdClassName
{
border-color: #CE1091;
}
.TagClassName
{
border-color: #CE1091;
}
</style>