Shades of Medium Violet Red #CE1C78
Tints of Medium Violet Red #CE1C78
RGB
CMYK
RGB Variations
Color information
#CE1C78 (or 0xCE1C78) is known color: Medium Violet Red. HEX triplet: CE, 1C and 78. RGB value is (206,28,120). Sum of RGB (Red+Green+Blue) = 206+28+120=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C78 is #31E387. Grayscale: #5B5B5B. Windows color (decimal): -3269512 or 7871694. OLE color: 7871694.
HSL color Cylindrical-coordinate representation of color #CE1C78: hue angle of 328.99º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C78 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 120 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.19 |
| HSL | 328.99º | 0.76% | 0.46% | - |
| HSV(B) | 328.99º | 0.86% | 0.81% | - |
| XYZ | 29.26 | 15.31 | 19.18 | - |
| YUV | 91.71 | 143.97 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 120 | 0 | 0.86 | 0.42 | 0.19 | 328.99 | 0.76 | 0.46 |
| Hex | CE | 1C | 78 | 0 | 56 | 2A | 13 | 149 | 4C | 2E |
| Octal | 316 | 34 | 170 | 0 | 126 | 52 | 23 | 511 | 114 | 56 |
| Binary | 11001110 | 11100 | 1111000 | 0 | 1010110 | 101010 | 10011 | 101001001 | 1001100 | 101110 |
Color Harmonies of #CE1C78
Complementary color
Monochromatic Colors of #CE1C78
Black with #CE1C78
Text Example
Text Example
White with #CE1C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C78; }
p { color: rgb(206,28,120); }
H1.HeaderClassName
{
color: #CE1C78;
}
.AnyTagClassName
{
color: #CE1C78;
}
</style>
background-color css
<style>
a { background-color: #CE1C78; }
a { background-color: rgb(206,28,120); }
div.DivClassName
{
background-color: #CE1C78;
}
.BgClassName
{
background-color: #CE1C78;
}
</style>
border-color css
<style>
span { border-color: #CE1C78; }
span { border-color: rgb(206,28,120); }
td.TdClassName
{
border-color: #CE1C78;
}
.TagClassName
{
border-color: #CE1C78;
}
</style>