Shades of Medium Violet Red #CE1184
Tints of Medium Violet Red #CE1184
RGB
CMYK
RGB Variations
Color information
#CE1184 (or 0xCE1184) is known color: Medium Violet Red. HEX triplet: CE, 11 and 84. RGB value is (206,17,132). Sum of RGB (Red+Green+Blue) = 206+17+132=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1184 is #31EE7B. Grayscale: #565656. Windows color (decimal): -3272316 or 8655310. OLE color: 8655310.
HSL color Cylindrical-coordinate representation of color #CE1184: hue angle of 323.49º 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 #CE1184 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 132 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.19 |
| HSL | 323.49º | 0.85% | 0.44% | - |
| HSV(B) | 323.49º | 0.92% | 0.81% | - |
| XYZ | 29.82 | 15.19 | 23.19 | - |
| YUV | 86.62 | 153.62 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 132 | 0 | 0.92 | 0.36 | 0.19 | 323.49 | 0.85 | 0.44 |
| Hex | CE | 11 | 84 | 0 | 5C | 24 | 13 | 143 | 55 | 2C |
| Octal | 316 | 21 | 204 | 0 | 134 | 44 | 23 | 503 | 125 | 54 |
| Binary | 11001110 | 10001 | 10000100 | 0 | 1011100 | 100100 | 10011 | 101000011 | 1010101 | 101100 |
Color Harmonies of #CE1184
Complementary color
Monochromatic Colors of #CE1184
Black with #CE1184
Text Example
Text Example
White with #CE1184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1184; }
p { color: rgb(206,17,132); }
H1.HeaderClassName
{
color: #CE1184;
}
.AnyTagClassName
{
color: #CE1184;
}
</style>
background-color css
<style>
a { background-color: #CE1184; }
a { background-color: rgb(206,17,132); }
div.DivClassName
{
background-color: #CE1184;
}
.BgClassName
{
background-color: #CE1184;
}
</style>
border-color css
<style>
span { border-color: #CE1184; }
span { border-color: rgb(206,17,132); }
td.TdClassName
{
border-color: #CE1184;
}
.TagClassName
{
border-color: #CE1184;
}
</style>