Shades of Medium Violet Red #CE1474
Tints of Medium Violet Red #CE1474
RGB
CMYK
RGB Variations
Color information
#CE1474 (or 0xCE1474) is known color: Medium Violet Red. HEX triplet: CE, 14 and 74. RGB value is (206,20,116). Sum of RGB (Red+Green+Blue) = 206+20+116=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1474 is #31EB8B. Grayscale: #565656. Windows color (decimal): -3271564 or 7607502. OLE color: 7607502.
HSL color Cylindrical-coordinate representation of color #CE1474: hue angle of 329.03º 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 #CE1474 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 116 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.19 |
| HSL | 329.03º | 0.82% | 0.44% | - |
| HSV(B) | 329.03º | 0.9% | 0.81% | - |
| XYZ | 28.86 | 14.88 | 17.87 | - |
| YUV | 86.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 116 | 0 | 0.90 | 0.44 | 0.19 | 329.03 | 0.82 | 0.44 |
| Hex | CE | 14 | 74 | 0 | 5A | 2C | 13 | 149 | 52 | 2C |
| Octal | 316 | 24 | 164 | 0 | 132 | 54 | 23 | 511 | 122 | 54 |
| Binary | 11001110 | 10100 | 1110100 | 0 | 1011010 | 101100 | 10011 | 101001001 | 1010010 | 101100 |
Color Harmonies of #CE1474
Complementary color
Monochromatic Colors of #CE1474
Black with #CE1474
Text Example
Text Example
White with #CE1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1474; }
p { color: rgb(206,20,116); }
H1.HeaderClassName
{
color: #CE1474;
}
.AnyTagClassName
{
color: #CE1474;
}
</style>
background-color css
<style>
a { background-color: #CE1474; }
a { background-color: rgb(206,20,116); }
div.DivClassName
{
background-color: #CE1474;
}
.BgClassName
{
background-color: #CE1474;
}
</style>
border-color css
<style>
span { border-color: #CE1474; }
span { border-color: rgb(206,20,116); }
td.TdClassName
{
border-color: #CE1474;
}
.TagClassName
{
border-color: #CE1474;
}
</style>