Shades of Medium Violet Red #CE1292
Tints of Medium Violet Red #CE1292
RGB
CMYK
RGB Variations
Color information
#CE1292 (or 0xCE1292) is known color: Medium Violet Red. HEX triplet: CE, 12 and 92. RGB value is (206,18,146). Sum of RGB (Red+Green+Blue) = 206+18+146=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1292 is #31ED6D. Grayscale: #585858. Windows color (decimal): -3272046 or 9573070. OLE color: 9573070.
HSL color Cylindrical-coordinate representation of color #CE1292: hue angle of 319.15º degrees, saturation: 0.84, 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 #CE1292 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 146 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.19 |
| HSL | 319.15º | 0.84% | 0.44% | - |
| HSV(B) | 319.15º | 0.91% | 0.81% | - |
| XYZ | 30.86 | 15.63 | 28.58 | - |
| YUV | 88.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 146 | 0 | 0.91 | 0.29 | 0.19 | 319.15 | 0.84 | 0.44 |
| Hex | CE | 12 | 92 | 0 | 5B | 1D | 13 | 13F | 54 | 2C |
| Octal | 316 | 22 | 222 | 0 | 133 | 35 | 23 | 477 | 124 | 54 |
| Binary | 11001110 | 10010 | 10010010 | 0 | 1011011 | 11101 | 10011 | 100111111 | 1010100 | 101100 |
Color Harmonies of #CE1292
Complementary color
Monochromatic Colors of #CE1292
Black with #CE1292
Text Example
Text Example
White with #CE1292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1292; }
p { color: rgb(206,18,146); }
H1.HeaderClassName
{
color: #CE1292;
}
.AnyTagClassName
{
color: #CE1292;
}
</style>
background-color css
<style>
a { background-color: #CE1292; }
a { background-color: rgb(206,18,146); }
div.DivClassName
{
background-color: #CE1292;
}
.BgClassName
{
background-color: #CE1292;
}
</style>
border-color css
<style>
span { border-color: #CE1292; }
span { border-color: rgb(206,18,146); }
td.TdClassName
{
border-color: #CE1292;
}
.TagClassName
{
border-color: #CE1292;
}
</style>