Shades of Medium Violet Red #CE1183
Tints of Medium Violet Red #CE1183
RGB
CMYK
RGB Variations
Color information
#CE1183 (or 0xCE1183) is known color: Medium Violet Red. HEX triplet: CE, 11 and 83. RGB value is (206,17,131). Sum of RGB (Red+Green+Blue) = 206+17+131=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1183 is #31EE7C. Grayscale: #565656. Windows color (decimal): -3272317 or 8589774. OLE color: 8589774.
HSL color Cylindrical-coordinate representation of color #CE1183: hue angle of 323.81º 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 #CE1183 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 131 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.19 |
| HSL | 323.81º | 0.85% | 0.44% | - |
| HSV(B) | 323.81º | 0.92% | 0.81% | - |
| XYZ | 29.75 | 15.16 | 22.83 | - |
| YUV | 86.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 131 | 0 | 0.92 | 0.36 | 0.19 | 323.81 | 0.85 | 0.44 |
| Hex | CE | 11 | 83 | 0 | 5C | 24 | 13 | 144 | 55 | 2C |
| Octal | 316 | 21 | 203 | 0 | 134 | 44 | 23 | 504 | 125 | 54 |
| Binary | 11001110 | 10001 | 10000011 | 0 | 1011100 | 100100 | 10011 | 101000100 | 1010101 | 101100 |
Color Harmonies of #CE1183
Complementary color
Monochromatic Colors of #CE1183
Black with #CE1183
Text Example
Text Example
White with #CE1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1183; }
p { color: rgb(206,17,131); }
H1.HeaderClassName
{
color: #CE1183;
}
.AnyTagClassName
{
color: #CE1183;
}
</style>
background-color css
<style>
a { background-color: #CE1183; }
a { background-color: rgb(206,17,131); }
div.DivClassName
{
background-color: #CE1183;
}
.BgClassName
{
background-color: #CE1183;
}
</style>
border-color css
<style>
span { border-color: #CE1183; }
span { border-color: rgb(206,17,131); }
td.TdClassName
{
border-color: #CE1183;
}
.TagClassName
{
border-color: #CE1183;
}
</style>