Shades of Medium Violet Red #CE1778
Tints of Medium Violet Red #CE1778
RGB
CMYK
RGB Variations
Color information
#CE1778 (or 0xCE1778) is known color: Medium Violet Red. HEX triplet: CE, 17 and 78. RGB value is (206,23,120). Sum of RGB (Red+Green+Blue) = 206+23+120=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1778 is #31E887. Grayscale: #585858. Windows color (decimal): -3270792 or 7870414. OLE color: 7870414.
HSL color Cylindrical-coordinate representation of color #CE1778: hue angle of 328.2º degrees, saturation: 0.8, 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 #CE1778 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 120 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.19 |
| HSL | 328.2º | 0.8% | 0.45% | - |
| HSV(B) | 328.2º | 0.89% | 0.81% | - |
| XYZ | 29.15 | 15.09 | 19.15 | - |
| YUV | 88.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 120 | 0 | 0.89 | 0.42 | 0.19 | 328.2 | 0.8 | 0.45 |
| Hex | CE | 17 | 78 | 0 | 59 | 2A | 13 | 148 | 50 | 2D |
| Octal | 316 | 27 | 170 | 0 | 131 | 52 | 23 | 510 | 120 | 55 |
| Binary | 11001110 | 10111 | 1111000 | 0 | 1011001 | 101010 | 10011 | 101001000 | 1010000 | 101101 |
Color Harmonies of #CE1778
Complementary color
Monochromatic Colors of #CE1778
Black with #CE1778
Text Example
Text Example
White with #CE1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1778; }
p { color: rgb(206,23,120); }
H1.HeaderClassName
{
color: #CE1778;
}
.AnyTagClassName
{
color: #CE1778;
}
</style>
background-color css
<style>
a { background-color: #CE1778; }
a { background-color: rgb(206,23,120); }
div.DivClassName
{
background-color: #CE1778;
}
.BgClassName
{
background-color: #CE1778;
}
</style>
border-color css
<style>
span { border-color: #CE1778; }
span { border-color: rgb(206,23,120); }
td.TdClassName
{
border-color: #CE1778;
}
.TagClassName
{
border-color: #CE1778;
}
</style>