Shades of Medium Violet Red #CE1492
Tints of Medium Violet Red #CE1492
RGB
CMYK
RGB Variations
Color information
#CE1492 (or 0xCE1492) is known color: Medium Violet Red. HEX triplet: CE, 14 and 92. RGB value is (206,20,146). Sum of RGB (Red+Green+Blue) = 206+20+146=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1492 is #31EB6D. Grayscale: #595959. Windows color (decimal): -3271534 or 9573582. OLE color: 9573582.
HSL color Cylindrical-coordinate representation of color #CE1492: hue angle of 319.35º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1492 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 146 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.19 |
| HSL | 319.35º | 0.82% | 0.44% | - |
| HSV(B) | 319.35º | 0.9% | 0.81% | - |
| XYZ | 30.89 | 15.7 | 28.6 | - |
| YUV | 89.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 146 | 0 | 0.90 | 0.29 | 0.19 | 319.35 | 0.82 | 0.44 |
| Hex | CE | 14 | 92 | 0 | 5A | 1D | 13 | 13F | 52 | 2C |
| Octal | 316 | 24 | 222 | 0 | 132 | 35 | 23 | 477 | 122 | 54 |
| Binary | 11001110 | 10100 | 10010010 | 0 | 1011010 | 11101 | 10011 | 100111111 | 1010010 | 101100 |
Color Harmonies of #CE1492
Complementary color
Monochromatic Colors of #CE1492
Black with #CE1492
Text Example
Text Example
White with #CE1492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1492; }
p { color: rgb(206,20,146); }
H1.HeaderClassName
{
color: #CE1492;
}
.AnyTagClassName
{
color: #CE1492;
}
</style>
background-color css
<style>
a { background-color: #CE1492; }
a { background-color: rgb(206,20,146); }
div.DivClassName
{
background-color: #CE1492;
}
.BgClassName
{
background-color: #CE1492;
}
</style>
border-color css
<style>
span { border-color: #CE1492; }
span { border-color: rgb(206,20,146); }
td.TdClassName
{
border-color: #CE1492;
}
.TagClassName
{
border-color: #CE1492;
}
</style>