Shades of Medium Violet Red #CE1378
Tints of Medium Violet Red #CE1378
RGB
CMYK
RGB Variations
Color information
#CE1378 (or 0xCE1378) is known color: Medium Violet Red. HEX triplet: CE, 13 and 78. RGB value is (206,19,120). Sum of RGB (Red+Green+Blue) = 206+19+120=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1378 is #31EC87. Grayscale: #565656. Windows color (decimal): -3271816 or 7869390. OLE color: 7869390.
HSL color Cylindrical-coordinate representation of color #CE1378: hue angle of 327.59º degrees, saturation: 0.83, 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 #CE1378 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 19 | 120 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.19 |
| HSL | 327.59º | 0.83% | 0.44% | - |
| HSV(B) | 327.59º | 0.91% | 0.81% | - |
| XYZ | 29.08 | 14.94 | 19.12 | - |
| YUV | 86.43 | 146.95 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 120 | 0 | 0.91 | 0.42 | 0.19 | 327.59 | 0.83 | 0.44 |
| Hex | CE | 13 | 78 | 0 | 5B | 2A | 13 | 148 | 53 | 2C |
| Octal | 316 | 23 | 170 | 0 | 133 | 52 | 23 | 510 | 123 | 54 |
| Binary | 11001110 | 10011 | 1111000 | 0 | 1011011 | 101010 | 10011 | 101001000 | 1010011 | 101100 |
Color Harmonies of #CE1378
Complementary color
Monochromatic Colors of #CE1378
Black with #CE1378
Text Example
Text Example
White with #CE1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1378; }
p { color: rgb(206,19,120); }
H1.HeaderClassName
{
color: #CE1378;
}
.AnyTagClassName
{
color: #CE1378;
}
</style>
background-color css
<style>
a { background-color: #CE1378; }
a { background-color: rgb(206,19,120); }
div.DivClassName
{
background-color: #CE1378;
}
.BgClassName
{
background-color: #CE1378;
}
</style>
border-color css
<style>
span { border-color: #CE1378; }
span { border-color: rgb(206,19,120); }
td.TdClassName
{
border-color: #CE1378;
}
.TagClassName
{
border-color: #CE1378;
}
</style>