Shades of Medium Violet Red #CE1278
Tints of Medium Violet Red #CE1278
RGB
CMYK
RGB Variations
Color information
#CE1278 (or 0xCE1278) is known color: Medium Violet Red. HEX triplet: CE, 12 and 78. RGB value is (206,18,120). Sum of RGB (Red+Green+Blue) = 206+18+120=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1278 is #31ED87. Grayscale: #555555. Windows color (decimal): -3272072 or 7869134. OLE color: 7869134.
HSL color Cylindrical-coordinate representation of color #CE1278: hue angle of 327.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1278 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.19 |
| HSL | 327.45º | 0.84% | 0.44% | - |
| HSV(B) | 327.45º | 0.91% | 0.81% | - |
| XYZ | 29.06 | 14.91 | 19.12 | - |
| YUV | 85.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 120 | 0 | 0.91 | 0.42 | 0.19 | 327.45 | 0.84 | 0.44 |
| Hex | CE | 12 | 78 | 0 | 5B | 2A | 13 | 147 | 54 | 2C |
| Octal | 316 | 22 | 170 | 0 | 133 | 52 | 23 | 507 | 124 | 54 |
| Binary | 11001110 | 10010 | 1111000 | 0 | 1011011 | 101010 | 10011 | 101000111 | 1010100 | 101100 |
Color Harmonies of #CE1278
Complementary color
Monochromatic Colors of #CE1278
Black with #CE1278
Text Example
Text Example
White with #CE1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1278; }
p { color: rgb(206,18,120); }
H1.HeaderClassName
{
color: #CE1278;
}
.AnyTagClassName
{
color: #CE1278;
}
</style>
background-color css
<style>
a { background-color: #CE1278; }
a { background-color: rgb(206,18,120); }
div.DivClassName
{
background-color: #CE1278;
}
.BgClassName
{
background-color: #CE1278;
}
</style>
border-color css
<style>
span { border-color: #CE1278; }
span { border-color: rgb(206,18,120); }
td.TdClassName
{
border-color: #CE1278;
}
.TagClassName
{
border-color: #CE1278;
}
</style>