Shades of Medium Violet Red #CE1E7A
Tints of Medium Violet Red #CE1E7A
RGB
CMYK
RGB Variations
Color information
#CE1E7A (or 0xCE1E7A) is known color: Medium Violet Red. HEX triplet: CE, 1E and 7A. RGB value is (206,30,122). Sum of RGB (Red+Green+Blue) = 206+30+122=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E7A is #31E185. Grayscale: #5C5C5C. Windows color (decimal): -3268998 or 8003278. OLE color: 8003278.
HSL color Cylindrical-coordinate representation of color #CE1E7A: hue angle of 328.64º 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 #CE1E7A is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 122 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.19 |
| HSL | 328.64º | 0.75% | 0.46% | - |
| HSV(B) | 328.64º | 0.85% | 0.81% | - |
| XYZ | 29.43 | 15.46 | 19.84 | - |
| YUV | 93.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 122 | 0 | 0.85 | 0.41 | 0.19 | 328.64 | 0.75 | 0.46 |
| Hex | CE | 1E | 7A | 0 | 55 | 29 | 13 | 149 | 4B | 2E |
| Octal | 316 | 36 | 172 | 0 | 125 | 51 | 23 | 511 | 113 | 56 |
| Binary | 11001110 | 11110 | 1111010 | 0 | 1010101 | 101001 | 10011 | 101001001 | 1001011 | 101110 |
Color Harmonies of #CE1E7A
Complementary color
Monochromatic Colors of #CE1E7A
Black with #CE1E7A
Text Example
Text Example
White with #CE1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E7A; }
p { color: rgb(206,30,122); }
H1.HeaderClassName
{
color: #CE1E7A;
}
.AnyTagClassName
{
color: #CE1E7A;
}
</style>
background-color css
<style>
a { background-color: #CE1E7A; }
a { background-color: rgb(206,30,122); }
div.DivClassName
{
background-color: #CE1E7A;
}
.BgClassName
{
background-color: #CE1E7A;
}
</style>
border-color css
<style>
span { border-color: #CE1E7A; }
span { border-color: rgb(206,30,122); }
td.TdClassName
{
border-color: #CE1E7A;
}
.TagClassName
{
border-color: #CE1E7A;
}
</style>