Shades of Medium Violet Red #CE1693
Tints of Medium Violet Red #CE1693
RGB
CMYK
RGB Variations
Color information
#CE1693 (or 0xCE1693) is known color: Medium Violet Red. HEX triplet: CE, 16 and 93. RGB value is (206,22,147). Sum of RGB (Red+Green+Blue) = 206+22+147=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1693 is #31E96C. Grayscale: #5A5A5A. Windows color (decimal): -3271021 or 9639630. OLE color: 9639630.
HSL color Cylindrical-coordinate representation of color #CE1693: hue angle of 319.24º 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 #CE1693 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 147 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.19 |
| HSL | 319.24º | 0.81% | 0.45% | - |
| HSV(B) | 319.24º | 0.89% | 0.81% | - |
| XYZ | 31.01 | 15.8 | 29.02 | - |
| YUV | 91.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 147 | 0 | 0.89 | 0.29 | 0.19 | 319.24 | 0.81 | 0.45 |
| Hex | CE | 16 | 93 | 0 | 59 | 1D | 13 | 13F | 51 | 2D |
| Octal | 316 | 26 | 223 | 0 | 131 | 35 | 23 | 477 | 121 | 55 |
| Binary | 11001110 | 10110 | 10010011 | 0 | 1011001 | 11101 | 10011 | 100111111 | 1010001 | 101101 |
Color Harmonies of #CE1693
Complementary color
Monochromatic Colors of #CE1693
Black with #CE1693
Text Example
Text Example
White with #CE1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1693; }
p { color: rgb(206,22,147); }
H1.HeaderClassName
{
color: #CE1693;
}
.AnyTagClassName
{
color: #CE1693;
}
</style>
background-color css
<style>
a { background-color: #CE1693; }
a { background-color: rgb(206,22,147); }
div.DivClassName
{
background-color: #CE1693;
}
.BgClassName
{
background-color: #CE1693;
}
</style>
border-color css
<style>
span { border-color: #CE1693; }
span { border-color: rgb(206,22,147); }
td.TdClassName
{
border-color: #CE1693;
}
.TagClassName
{
border-color: #CE1693;
}
</style>