Shades of Medium Violet Red #CE1D8C
Tints of Medium Violet Red #CE1D8C
RGB
CMYK
RGB Variations
Color information
#CE1D8C (or 0xCE1D8C) is known color: Medium Violet Red. HEX triplet: CE, 1D and 8C. RGB value is (206,29,140). Sum of RGB (Red+Green+Blue) = 206+29+140=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1D8C is #31E273. Grayscale: #5E5E5E. Windows color (decimal): -3269236 or 9182670. OLE color: 9182670.
HSL color Cylindrical-coordinate representation of color #CE1D8C: hue angle of 322.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D8C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 140 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.19 |
| HSL | 322.37º | 0.75% | 0.46% | - |
| HSV(B) | 322.37º | 0.86% | 0.81% | - |
| XYZ | 30.63 | 15.89 | 26.26 | - |
| YUV | 94.58 | 153.64 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 140 | 0 | 0.86 | 0.32 | 0.19 | 322.37 | 0.75 | 0.46 |
| Hex | CE | 1D | 8C | 0 | 56 | 20 | 13 | 142 | 4B | 2E |
| Octal | 316 | 35 | 214 | 0 | 126 | 40 | 23 | 502 | 113 | 56 |
| Binary | 11001110 | 11101 | 10001100 | 0 | 1010110 | 100000 | 10011 | 101000010 | 1001011 | 101110 |
Color Harmonies of #CE1D8C
Complementary color
Monochromatic Colors of #CE1D8C
Black with #CE1D8C
Text Example
Text Example
White with #CE1D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D8C; }
p { color: rgb(206,29,140); }
H1.HeaderClassName
{
color: #CE1D8C;
}
.AnyTagClassName
{
color: #CE1D8C;
}
</style>
background-color css
<style>
a { background-color: #CE1D8C; }
a { background-color: rgb(206,29,140); }
div.DivClassName
{
background-color: #CE1D8C;
}
.BgClassName
{
background-color: #CE1D8C;
}
</style>
border-color css
<style>
span { border-color: #CE1D8C; }
span { border-color: rgb(206,29,140); }
td.TdClassName
{
border-color: #CE1D8C;
}
.TagClassName
{
border-color: #CE1D8C;
}
</style>