Shades of Medium Violet Red #CE1E7D
Tints of Medium Violet Red #CE1E7D
RGB
CMYK
RGB Variations
Color information
#CE1E7D (or 0xCE1E7D) is known color: Medium Violet Red. HEX triplet: CE, 1E and 7D. RGB value is (206,30,125). Sum of RGB (Red+Green+Blue) = 206+30+125=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E7D is #31E182. Grayscale: #5D5D5D. Windows color (decimal): -3268995 or 8199886. OLE color: 8199886.
HSL color Cylindrical-coordinate representation of color #CE1E7D: hue angle of 327.61º 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 #CE1E7D is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 125 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.19 |
| HSL | 327.61º | 0.75% | 0.46% | - |
| HSV(B) | 327.61º | 0.85% | 0.81% | - |
| XYZ | 29.62 | 15.53 | 20.84 | - |
| YUV | 93.45 | 145.81 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 125 | 0 | 0.85 | 0.39 | 0.19 | 327.61 | 0.75 | 0.46 |
| Hex | CE | 1E | 7D | 0 | 55 | 27 | 13 | 148 | 4B | 2E |
| Octal | 316 | 36 | 175 | 0 | 125 | 47 | 23 | 510 | 113 | 56 |
| Binary | 11001110 | 11110 | 1111101 | 0 | 1010101 | 100111 | 10011 | 101001000 | 1001011 | 101110 |
Color Harmonies of #CE1E7D
Complementary color
Monochromatic Colors of #CE1E7D
Black with #CE1E7D
Text Example
Text Example
White with #CE1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E7D; }
p { color: rgb(206,30,125); }
H1.HeaderClassName
{
color: #CE1E7D;
}
.AnyTagClassName
{
color: #CE1E7D;
}
</style>
background-color css
<style>
a { background-color: #CE1E7D; }
a { background-color: rgb(206,30,125); }
div.DivClassName
{
background-color: #CE1E7D;
}
.BgClassName
{
background-color: #CE1E7D;
}
</style>
border-color css
<style>
span { border-color: #CE1E7D; }
span { border-color: rgb(206,30,125); }
td.TdClassName
{
border-color: #CE1E7D;
}
.TagClassName
{
border-color: #CE1E7D;
}
</style>