Shades of Medium Violet Red #CE2078
Tints of Medium Violet Red #CE2078
RGB
CMYK
RGB Variations
Color information
#CE2078 (or 0xCE2078) is known color: Medium Violet Red. HEX triplet: CE, 20 and 78. RGB value is (206,32,120). Sum of RGB (Red+Green+Blue) = 206+32+120=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2078 is #31DF87. Grayscale: #5D5D5D. Windows color (decimal): -3268488 or 7872718. OLE color: 7872718.
HSL color Cylindrical-coordinate representation of color #CE2078: hue angle of 329.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2078 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 120 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.19 |
| HSL | 329.66º | 0.73% | 0.47% | - |
| HSV(B) | 329.66º | 0.84% | 0.81% | - |
| XYZ | 29.36 | 15.51 | 19.22 | - |
| YUV | 94.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 120 | 0 | 0.84 | 0.42 | 0.19 | 329.66 | 0.73 | 0.47 |
| Hex | CE | 20 | 78 | 0 | 54 | 2A | 13 | 14A | 49 | 2F |
| Octal | 316 | 40 | 170 | 0 | 124 | 52 | 23 | 512 | 111 | 57 |
| Binary | 11001110 | 100000 | 1111000 | 0 | 1010100 | 101010 | 10011 | 101001010 | 1001001 | 101111 |
Color Harmonies of #CE2078
Complementary color
Monochromatic Colors of #CE2078
Black with #CE2078
Text Example
Text Example
White with #CE2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2078; }
p { color: rgb(206,32,120); }
H1.HeaderClassName
{
color: #CE2078;
}
.AnyTagClassName
{
color: #CE2078;
}
</style>
background-color css
<style>
a { background-color: #CE2078; }
a { background-color: rgb(206,32,120); }
div.DivClassName
{
background-color: #CE2078;
}
.BgClassName
{
background-color: #CE2078;
}
</style>
border-color css
<style>
span { border-color: #CE2078; }
span { border-color: rgb(206,32,120); }
td.TdClassName
{
border-color: #CE2078;
}
.TagClassName
{
border-color: #CE2078;
}
</style>