Shades of Medium Violet Red #CE1470
Tints of Medium Violet Red #CE1470
RGB
CMYK
RGB Variations
Color information
#CE1470 (or 0xCE1470) is known color: Medium Violet Red. HEX triplet: CE, 14 and 70. RGB value is (206,20,112). Sum of RGB (Red+Green+Blue) = 206+20+112=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1470 is #31EB8F. Grayscale: #555555. Windows color (decimal): -3271568 or 7345358. OLE color: 7345358.
HSL color Cylindrical-coordinate representation of color #CE1470: hue angle of 330.32º 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 #CE1470 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 112 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.19 |
| HSL | 330.32º | 0.82% | 0.44% | - |
| HSV(B) | 330.32º | 0.9% | 0.81% | - |
| XYZ | 28.63 | 14.79 | 16.68 | - |
| YUV | 86.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 112 | 0 | 0.90 | 0.46 | 0.19 | 330.32 | 0.82 | 0.44 |
| Hex | CE | 14 | 70 | 0 | 5A | 2E | 13 | 14A | 52 | 2C |
| Octal | 316 | 24 | 160 | 0 | 132 | 56 | 23 | 512 | 122 | 54 |
| Binary | 11001110 | 10100 | 1110000 | 0 | 1011010 | 101110 | 10011 | 101001010 | 1010010 | 101100 |
Color Harmonies of #CE1470
Complementary color
Monochromatic Colors of #CE1470
Black with #CE1470
Text Example
Text Example
White with #CE1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1470; }
p { color: rgb(206,20,112); }
H1.HeaderClassName
{
color: #CE1470;
}
.AnyTagClassName
{
color: #CE1470;
}
</style>
background-color css
<style>
a { background-color: #CE1470; }
a { background-color: rgb(206,20,112); }
div.DivClassName
{
background-color: #CE1470;
}
.BgClassName
{
background-color: #CE1470;
}
</style>
border-color css
<style>
span { border-color: #CE1470; }
span { border-color: rgb(206,20,112); }
td.TdClassName
{
border-color: #CE1470;
}
.TagClassName
{
border-color: #CE1470;
}
</style>