Shades of Medium Violet Red #CE1C8D
Tints of Medium Violet Red #CE1C8D
RGB
CMYK
RGB Variations
Color information
#CE1C8D (or 0xCE1C8D) is known color: Medium Violet Red. HEX triplet: CE, 1C and 8D. RGB value is (206,28,141). Sum of RGB (Red+Green+Blue) = 206+28+141=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C8D is #31E372. Grayscale: #5D5D5D. Windows color (decimal): -3269491 or 9247950. OLE color: 9247950.
HSL color Cylindrical-coordinate representation of color #CE1C8D: hue angle of 321.91º degrees, saturation: 0.76, 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 #CE1C8D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 141 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.19 |
| HSL | 321.91º | 0.76% | 0.46% | - |
| HSV(B) | 321.91º | 0.86% | 0.81% | - |
| XYZ | 30.68 | 15.88 | 26.65 | - |
| YUV | 94.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 141 | 0 | 0.86 | 0.32 | 0.19 | 321.91 | 0.76 | 0.46 |
| Hex | CE | 1C | 8D | 0 | 56 | 20 | 13 | 142 | 4C | 2E |
| Octal | 316 | 34 | 215 | 0 | 126 | 40 | 23 | 502 | 114 | 56 |
| Binary | 11001110 | 11100 | 10001101 | 0 | 1010110 | 100000 | 10011 | 101000010 | 1001100 | 101110 |
Color Harmonies of #CE1C8D
Complementary color
Monochromatic Colors of #CE1C8D
Black with #CE1C8D
Text Example
Text Example
White with #CE1C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C8D; }
p { color: rgb(206,28,141); }
H1.HeaderClassName
{
color: #CE1C8D;
}
.AnyTagClassName
{
color: #CE1C8D;
}
</style>
background-color css
<style>
a { background-color: #CE1C8D; }
a { background-color: rgb(206,28,141); }
div.DivClassName
{
background-color: #CE1C8D;
}
.BgClassName
{
background-color: #CE1C8D;
}
</style>
border-color css
<style>
span { border-color: #CE1C8D; }
span { border-color: rgb(206,28,141); }
td.TdClassName
{
border-color: #CE1C8D;
}
.TagClassName
{
border-color: #CE1C8D;
}
</style>