Shades of Medium Violet Red #CE1EA5
Tints of Medium Violet Red #CE1EA5
RGB
CMYK
RGB Variations
Color information
#CE1EA5 (or 0xCE1EA5) is known color: Medium Violet Red. HEX triplet: CE, 1E and A5. RGB value is (206,30,165). Sum of RGB (Red+Green+Blue) = 206+30+165=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1EA5 is #31E15A. Grayscale: #616161. Windows color (decimal): -3268955 or 10821326. OLE color: 10821326.
HSL color Cylindrical-coordinate representation of color #CE1EA5: hue angle of 313.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EA5 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 165 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.19 |
| HSL | 313.98º | 0.75% | 0.46% | - |
| HSV(B) | 313.98º | 0.85% | 0.81% | - |
| XYZ | 32.71 | 16.77 | 37.11 | - |
| YUV | 98.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 165 | 0 | 0.85 | 0.20 | 0.19 | 313.98 | 0.75 | 0.46 |
| Hex | CE | 1E | A5 | 0 | 55 | 14 | 13 | 13A | 4B | 2E |
| Octal | 316 | 36 | 245 | 0 | 125 | 24 | 23 | 472 | 113 | 56 |
| Binary | 11001110 | 11110 | 10100101 | 0 | 1010101 | 10100 | 10011 | 100111010 | 1001011 | 101110 |
Color Harmonies of #CE1EA5
Complementary color
Monochromatic Colors of #CE1EA5
Black with #CE1EA5
Text Example
Text Example
White with #CE1EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EA5; }
p { color: rgb(206,30,165); }
H1.HeaderClassName
{
color: #CE1EA5;
}
.AnyTagClassName
{
color: #CE1EA5;
}
</style>
background-color css
<style>
a { background-color: #CE1EA5; }
a { background-color: rgb(206,30,165); }
div.DivClassName
{
background-color: #CE1EA5;
}
.BgClassName
{
background-color: #CE1EA5;
}
</style>
border-color css
<style>
span { border-color: #CE1EA5; }
span { border-color: rgb(206,30,165); }
td.TdClassName
{
border-color: #CE1EA5;
}
.TagClassName
{
border-color: #CE1EA5;
}
</style>