Shades of Medium Violet Red #CE1B8D
Tints of Medium Violet Red #CE1B8D
RGB
CMYK
RGB Variations
Color information
#CE1B8D (or 0xCE1B8D) is known color: Medium Violet Red. HEX triplet: CE, 1B and 8D. RGB value is (206,27,141). Sum of RGB (Red+Green+Blue) = 206+27+141=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B8D is #31E472. Grayscale: #5D5D5D. Windows color (decimal): -3269747 or 9247694. OLE color: 9247694.
HSL color Cylindrical-coordinate representation of color #CE1B8D: hue angle of 321.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B8D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 141 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.19 |
| HSL | 321.79º | 0.77% | 0.46% | - |
| HSV(B) | 321.79º | 0.87% | 0.81% | - |
| XYZ | 30.65 | 15.83 | 26.64 | - |
| YUV | 93.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 141 | 0 | 0.87 | 0.32 | 0.19 | 321.79 | 0.77 | 0.46 |
| Hex | CE | 1B | 8D | 0 | 57 | 20 | 13 | 142 | 4D | 2E |
| Octal | 316 | 33 | 215 | 0 | 127 | 40 | 23 | 502 | 115 | 56 |
| Binary | 11001110 | 11011 | 10001101 | 0 | 1010111 | 100000 | 10011 | 101000010 | 1001101 | 101110 |
Color Harmonies of #CE1B8D
Complementary color
Monochromatic Colors of #CE1B8D
Black with #CE1B8D
Text Example
Text Example
White with #CE1B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B8D; }
p { color: rgb(206,27,141); }
H1.HeaderClassName
{
color: #CE1B8D;
}
.AnyTagClassName
{
color: #CE1B8D;
}
</style>
background-color css
<style>
a { background-color: #CE1B8D; }
a { background-color: rgb(206,27,141); }
div.DivClassName
{
background-color: #CE1B8D;
}
.BgClassName
{
background-color: #CE1B8D;
}
</style>
border-color css
<style>
span { border-color: #CE1B8D; }
span { border-color: rgb(206,27,141); }
td.TdClassName
{
border-color: #CE1B8D;
}
.TagClassName
{
border-color: #CE1B8D;
}
</style>