Shades of Medium Violet Red #CE108D
Tints of Medium Violet Red #CE108D
RGB
CMYK
RGB Variations
Color information
#CE108D (or 0xCE108D) is known color: Medium Violet Red. HEX triplet: CE, 10 and 8D. RGB value is (206,16,141). Sum of RGB (Red+Green+Blue) = 206+16+141=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE108D is #31EF72. Grayscale: #565656. Windows color (decimal): -3272563 or 9244878. OLE color: 9244878.
HSL color Cylindrical-coordinate representation of color #CE108D: hue angle of 320.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE108D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.19 |
| HSL | 320.53º | 0.86% | 0.44% | - |
| HSV(B) | 320.53º | 0.92% | 0.81% | - |
| XYZ | 30.45 | 15.42 | 26.57 | - |
| YUV | 87.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 141 | 0 | 0.92 | 0.32 | 0.19 | 320.53 | 0.86 | 0.44 |
| Hex | CE | 10 | 8D | 0 | 5C | 20 | 13 | 141 | 56 | 2C |
| Octal | 316 | 20 | 215 | 0 | 134 | 40 | 23 | 501 | 126 | 54 |
| Binary | 11001110 | 10000 | 10001101 | 0 | 1011100 | 100000 | 10011 | 101000001 | 1010110 | 101100 |
Color Harmonies of #CE108D
Complementary color
Monochromatic Colors of #CE108D
Black with #CE108D
Text Example
Text Example
White with #CE108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE108D; }
p { color: rgb(206,16,141); }
H1.HeaderClassName
{
color: #CE108D;
}
.AnyTagClassName
{
color: #CE108D;
}
</style>
background-color css
<style>
a { background-color: #CE108D; }
a { background-color: rgb(206,16,141); }
div.DivClassName
{
background-color: #CE108D;
}
.BgClassName
{
background-color: #CE108D;
}
</style>
border-color css
<style>
span { border-color: #CE108D; }
span { border-color: rgb(206,16,141); }
td.TdClassName
{
border-color: #CE108D;
}
.TagClassName
{
border-color: #CE108D;
}
</style>