Shades of Medium Violet Red #CE1391
Tints of Medium Violet Red #CE1391
RGB
CMYK
RGB Variations
Color information
#CE1391 (or 0xCE1391) is known color: Medium Violet Red. HEX triplet: CE, 13 and 91. RGB value is (206,19,145). Sum of RGB (Red+Green+Blue) = 206+19+145=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1391 is #31EC6E. Grayscale: #585858. Windows color (decimal): -3271791 or 9507790. OLE color: 9507790.
HSL color Cylindrical-coordinate representation of color #CE1391: hue angle of 319.57º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1391 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.19 |
| HSL | 319.57º | 0.83% | 0.44% | - |
| HSV(B) | 319.57º | 0.91% | 0.81% | - |
| XYZ | 30.8 | 15.63 | 28.18 | - |
| YUV | 89.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 145 | 0 | 0.91 | 0.30 | 0.19 | 319.57 | 0.83 | 0.44 |
| Hex | CE | 13 | 91 | 0 | 5B | 1E | 13 | 140 | 53 | 2C |
| Octal | 316 | 23 | 221 | 0 | 133 | 36 | 23 | 500 | 123 | 54 |
| Binary | 11001110 | 10011 | 10010001 | 0 | 1011011 | 11110 | 10011 | 101000000 | 1010011 | 101100 |
Color Harmonies of #CE1391
Complementary color
Monochromatic Colors of #CE1391
Black with #CE1391
Text Example
Text Example
White with #CE1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1391; }
p { color: rgb(206,19,145); }
H1.HeaderClassName
{
color: #CE1391;
}
.AnyTagClassName
{
color: #CE1391;
}
</style>
background-color css
<style>
a { background-color: #CE1391; }
a { background-color: rgb(206,19,145); }
div.DivClassName
{
background-color: #CE1391;
}
.BgClassName
{
background-color: #CE1391;
}
</style>
border-color css
<style>
span { border-color: #CE1391; }
span { border-color: rgb(206,19,145); }
td.TdClassName
{
border-color: #CE1391;
}
.TagClassName
{
border-color: #CE1391;
}
</style>