Shades of Medium Violet Red #CE1591
Tints of Medium Violet Red #CE1591
RGB
CMYK
RGB Variations
Color information
#CE1591 (or 0xCE1591) is known color: Medium Violet Red. HEX triplet: CE, 15 and 91. RGB value is (206,21,145). Sum of RGB (Red+Green+Blue) = 206+21+145=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1591 is #31EA6E. Grayscale: #5A5A5A. Windows color (decimal): -3271279 or 9508302. OLE color: 9508302.
HSL color Cylindrical-coordinate representation of color #CE1591: hue angle of 319.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1591 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 145 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.19 |
| HSL | 319.78º | 0.81% | 0.45% | - |
| HSV(B) | 319.78º | 0.9% | 0.81% | - |
| XYZ | 30.83 | 15.7 | 28.19 | - |
| YUV | 90.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 145 | 0 | 0.90 | 0.30 | 0.19 | 319.78 | 0.81 | 0.45 |
| Hex | CE | 15 | 91 | 0 | 5A | 1E | 13 | 140 | 51 | 2D |
| Octal | 316 | 25 | 221 | 0 | 132 | 36 | 23 | 500 | 121 | 55 |
| Binary | 11001110 | 10101 | 10010001 | 0 | 1011010 | 11110 | 10011 | 101000000 | 1010001 | 101101 |
Color Harmonies of #CE1591
Complementary color
Monochromatic Colors of #CE1591
Black with #CE1591
Text Example
Text Example
White with #CE1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1591; }
p { color: rgb(206,21,145); }
H1.HeaderClassName
{
color: #CE1591;
}
.AnyTagClassName
{
color: #CE1591;
}
</style>
background-color css
<style>
a { background-color: #CE1591; }
a { background-color: rgb(206,21,145); }
div.DivClassName
{
background-color: #CE1591;
}
.BgClassName
{
background-color: #CE1591;
}
</style>
border-color css
<style>
span { border-color: #CE1591; }
span { border-color: rgb(206,21,145); }
td.TdClassName
{
border-color: #CE1591;
}
.TagClassName
{
border-color: #CE1591;
}
</style>