Shades of Medium Violet Red #CE1178
Tints of Medium Violet Red #CE1178
RGB
CMYK
RGB Variations
Color information
#CE1178 (or 0xCE1178) is known color: Medium Violet Red. HEX triplet: CE, 11 and 78. RGB value is (206,17,120). Sum of RGB (Red+Green+Blue) = 206+17+120=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1178 is #31EE87. Grayscale: #555555. Windows color (decimal): -3272328 or 7868878. OLE color: 7868878.
HSL color Cylindrical-coordinate representation of color #CE1178: hue angle of 327.3º 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 #CE1178 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.19 |
| HSL | 327.3º | 0.85% | 0.44% | - |
| HSV(B) | 327.3º | 0.92% | 0.81% | - |
| XYZ | 29.04 | 14.88 | 19.11 | - |
| YUV | 85.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 120 | 0 | 0.92 | 0.42 | 0.19 | 327.3 | 0.85 | 0.44 |
| Hex | CE | 11 | 78 | 0 | 5C | 2A | 13 | 147 | 55 | 2C |
| Octal | 316 | 21 | 170 | 0 | 134 | 52 | 23 | 507 | 125 | 54 |
| Binary | 11001110 | 10001 | 1111000 | 0 | 1011100 | 101010 | 10011 | 101000111 | 1010101 | 101100 |
Color Harmonies of #CE1178
Complementary color
Monochromatic Colors of #CE1178
Black with #CE1178
Text Example
Text Example
White with #CE1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1178; }
p { color: rgb(206,17,120); }
H1.HeaderClassName
{
color: #CE1178;
}
.AnyTagClassName
{
color: #CE1178;
}
</style>
background-color css
<style>
a { background-color: #CE1178; }
a { background-color: rgb(206,17,120); }
div.DivClassName
{
background-color: #CE1178;
}
.BgClassName
{
background-color: #CE1178;
}
</style>
border-color css
<style>
span { border-color: #CE1178; }
span { border-color: rgb(206,17,120); }
td.TdClassName
{
border-color: #CE1178;
}
.TagClassName
{
border-color: #CE1178;
}
</style>