Shades of Medium Violet Red #CE1692
Tints of Medium Violet Red #CE1692
RGB
CMYK
RGB Variations
Color information
#CE1692 (or 0xCE1692) is known color: Medium Violet Red. HEX triplet: CE, 16 and 92. RGB value is (206,22,146). Sum of RGB (Red+Green+Blue) = 206+22+146=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1692 is #31E96D. Grayscale: #5A5A5A. Windows color (decimal): -3271022 or 9574094. OLE color: 9574094.
HSL color Cylindrical-coordinate representation of color #CE1692: hue angle of 319.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1692 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 146 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.19 |
| HSL | 319.57º | 0.81% | 0.45% | - |
| HSV(B) | 319.57º | 0.89% | 0.81% | - |
| XYZ | 30.93 | 15.77 | 28.61 | - |
| YUV | 91.15 | 158.96 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 146 | 0 | 0.89 | 0.29 | 0.19 | 319.57 | 0.81 | 0.45 |
| Hex | CE | 16 | 92 | 0 | 59 | 1D | 13 | 140 | 51 | 2D |
| Octal | 316 | 26 | 222 | 0 | 131 | 35 | 23 | 500 | 121 | 55 |
| Binary | 11001110 | 10110 | 10010010 | 0 | 1011001 | 11101 | 10011 | 101000000 | 1010001 | 101101 |
Color Harmonies of #CE1692
Complementary color
Monochromatic Colors of #CE1692
Black with #CE1692
Text Example
Text Example
White with #CE1692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1692; }
p { color: rgb(206,22,146); }
H1.HeaderClassName
{
color: #CE1692;
}
.AnyTagClassName
{
color: #CE1692;
}
</style>
background-color css
<style>
a { background-color: #CE1692; }
a { background-color: rgb(206,22,146); }
div.DivClassName
{
background-color: #CE1692;
}
.BgClassName
{
background-color: #CE1692;
}
</style>
border-color css
<style>
span { border-color: #CE1692; }
span { border-color: rgb(206,22,146); }
td.TdClassName
{
border-color: #CE1692;
}
.TagClassName
{
border-color: #CE1692;
}
</style>