Shades of Medium Violet Red #CE1193
Tints of Medium Violet Red #CE1193
RGB
CMYK
RGB Variations
Color information
#CE1193 (or 0xCE1193) is known color: Medium Violet Red. HEX triplet: CE, 11 and 93. RGB value is (206,17,147). Sum of RGB (Red+Green+Blue) = 206+17+147=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1193 is #31EE6C. Grayscale: #585858. Windows color (decimal): -3272301 or 9638350. OLE color: 9638350.
HSL color Cylindrical-coordinate representation of color #CE1193: hue angle of 318.73º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1193 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 147 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.19 |
| HSL | 318.73º | 0.85% | 0.44% | - |
| HSV(B) | 318.73º | 0.92% | 0.81% | - |
| XYZ | 30.92 | 15.63 | 28.99 | - |
| YUV | 88.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 147 | 0 | 0.92 | 0.29 | 0.19 | 318.73 | 0.85 | 0.44 |
| Hex | CE | 11 | 93 | 0 | 5C | 1D | 13 | 13F | 55 | 2C |
| Octal | 316 | 21 | 223 | 0 | 134 | 35 | 23 | 477 | 125 | 54 |
| Binary | 11001110 | 10001 | 10010011 | 0 | 1011100 | 11101 | 10011 | 100111111 | 1010101 | 101100 |
Color Harmonies of #CE1193
Complementary color
Monochromatic Colors of #CE1193
Black with #CE1193
Text Example
Text Example
White with #CE1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1193; }
p { color: rgb(206,17,147); }
H1.HeaderClassName
{
color: #CE1193;
}
.AnyTagClassName
{
color: #CE1193;
}
</style>
background-color css
<style>
a { background-color: #CE1193; }
a { background-color: rgb(206,17,147); }
div.DivClassName
{
background-color: #CE1193;
}
.BgClassName
{
background-color: #CE1193;
}
</style>
border-color css
<style>
span { border-color: #CE1193; }
span { border-color: rgb(206,17,147); }
td.TdClassName
{
border-color: #CE1193;
}
.TagClassName
{
border-color: #CE1193;
}
</style>