Shades of Medium Violet Red #CE1484
Tints of Medium Violet Red #CE1484
RGB
CMYK
RGB Variations
Color information
#CE1484 (or 0xCE1484) is known color: Medium Violet Red. HEX triplet: CE, 14 and 84. RGB value is (206,20,132). Sum of RGB (Red+Green+Blue) = 206+20+132=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1484 is #31EB7B. Grayscale: #585858. Windows color (decimal): -3271548 or 8656078. OLE color: 8656078.
HSL color Cylindrical-coordinate representation of color #CE1484: hue angle of 323.87º 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 #CE1484 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 132 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.19 |
| HSL | 323.87º | 0.82% | 0.44% | - |
| HSV(B) | 323.87º | 0.9% | 0.81% | - |
| XYZ | 29.87 | 15.29 | 23.21 | - |
| YUV | 88.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 132 | 0 | 0.90 | 0.36 | 0.19 | 323.87 | 0.82 | 0.44 |
| Hex | CE | 14 | 84 | 0 | 5A | 24 | 13 | 144 | 52 | 2C |
| Octal | 316 | 24 | 204 | 0 | 132 | 44 | 23 | 504 | 122 | 54 |
| Binary | 11001110 | 10100 | 10000100 | 0 | 1011010 | 100100 | 10011 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CE1484
Complementary color
Monochromatic Colors of #CE1484
Black with #CE1484
Text Example
Text Example
White with #CE1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1484; }
p { color: rgb(206,20,132); }
H1.HeaderClassName
{
color: #CE1484;
}
.AnyTagClassName
{
color: #CE1484;
}
</style>
background-color css
<style>
a { background-color: #CE1484; }
a { background-color: rgb(206,20,132); }
div.DivClassName
{
background-color: #CE1484;
}
.BgClassName
{
background-color: #CE1484;
}
</style>
border-color css
<style>
span { border-color: #CE1484; }
span { border-color: rgb(206,20,132); }
td.TdClassName
{
border-color: #CE1484;
}
.TagClassName
{
border-color: #CE1484;
}
</style>