Shades of Medium Violet Red #CE1476
Tints of Medium Violet Red #CE1476
RGB
CMYK
RGB Variations
Color information
#CE1476 (or 0xCE1476) is known color: Medium Violet Red. HEX triplet: CE, 14 and 76. RGB value is (206,20,118). Sum of RGB (Red+Green+Blue) = 206+20+118=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1476 is #31EB89. Grayscale: #565656. Windows color (decimal): -3271562 or 7738574. OLE color: 7738574.
HSL color Cylindrical-coordinate representation of color #CE1476: hue angle of 328.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1476 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 118 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.19 |
| HSL | 328.39º | 0.82% | 0.44% | - |
| HSV(B) | 328.39º | 0.9% | 0.81% | - |
| XYZ | 28.97 | 14.93 | 18.49 | - |
| YUV | 86.79 | 145.62 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 118 | 0 | 0.90 | 0.43 | 0.19 | 328.39 | 0.82 | 0.44 |
| Hex | CE | 14 | 76 | 0 | 5A | 2B | 13 | 148 | 52 | 2C |
| Octal | 316 | 24 | 166 | 0 | 132 | 53 | 23 | 510 | 122 | 54 |
| Binary | 11001110 | 10100 | 1110110 | 0 | 1011010 | 101011 | 10011 | 101001000 | 1010010 | 101100 |
Color Harmonies of #CE1476
Complementary color
Monochromatic Colors of #CE1476
Black with #CE1476
Text Example
Text Example
White with #CE1476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1476; }
p { color: rgb(206,20,118); }
H1.HeaderClassName
{
color: #CE1476;
}
.AnyTagClassName
{
color: #CE1476;
}
</style>
background-color css
<style>
a { background-color: #CE1476; }
a { background-color: rgb(206,20,118); }
div.DivClassName
{
background-color: #CE1476;
}
.BgClassName
{
background-color: #CE1476;
}
</style>
border-color css
<style>
span { border-color: #CE1476; }
span { border-color: rgb(206,20,118); }
td.TdClassName
{
border-color: #CE1476;
}
.TagClassName
{
border-color: #CE1476;
}
</style>