Shades of Medium Violet Red #CE0078
Tints of Medium Violet Red #CE0078
RGB
CMYK
RGB Variations
Color information
#CE0078 (or 0xCE0078) is known color: Medium Violet Red. HEX triplet: CE, 00 and 78. RGB value is (206,0,120). Sum of RGB (Red+Green+Blue) = 206+0+120=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0078 is #31FF87. Grayscale: #4B4B4B. Windows color (decimal): -3276680 or 7864526. OLE color: 7864526.
HSL color Cylindrical-coordinate representation of color #CE0078: hue angle of 325.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0078 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.42 | 0.19 |
| HSL | 325.05º | 1% | 0.4% | - |
| HSV(B) | 325.05º | 1% | 0.81% | - |
| XYZ | 28.84 | 14.48 | 19.04 | - |
| YUV | 75.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 120 | 0 | 1 | 0.42 | 0.19 | 325.05 | 1 | 0.4 |
| Hex | CE | 0 | 78 | 0 | 64 | 2A | 13 | 145 | 64 | 28 |
| Octal | 316 | 0 | 170 | 0 | 144 | 52 | 23 | 505 | 144 | 50 |
| Binary | 11001110 | 0 | 1111000 | 0 | 1100100 | 101010 | 10011 | 101000101 | 1100100 | 101000 |
Color Harmonies of #CE0078
Complementary color
Monochromatic Colors of #CE0078
Black with #CE0078
Text Example
Text Example
White with #CE0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0078; }
p { color: rgb(206,0,120); }
H1.HeaderClassName
{
color: #CE0078;
}
.AnyTagClassName
{
color: #CE0078;
}
</style>
background-color css
<style>
a { background-color: #CE0078; }
a { background-color: rgb(206,0,120); }
div.DivClassName
{
background-color: #CE0078;
}
.BgClassName
{
background-color: #CE0078;
}
</style>
border-color css
<style>
span { border-color: #CE0078; }
span { border-color: rgb(206,0,120); }
td.TdClassName
{
border-color: #CE0078;
}
.TagClassName
{
border-color: #CE0078;
}
</style>