Shades of Medium Violet Red #CE108E
Tints of Medium Violet Red #CE108E
RGB
CMYK
RGB Variations
Color information
#CE108E (or 0xCE108E) is known color: Medium Violet Red. HEX triplet: CE, 10 and 8E. RGB value is (206,16,142). Sum of RGB (Red+Green+Blue) = 206+16+142=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE108E is #31EF71. Grayscale: #565656. Windows color (decimal): -3272562 or 9310414. OLE color: 9310414.
HSL color Cylindrical-coordinate representation of color #CE108E: hue angle of 320.21º 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 #CE108E is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 142 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.19 |
| HSL | 320.21º | 0.86% | 0.44% | - |
| HSV(B) | 320.21º | 0.92% | 0.81% | - |
| XYZ | 30.52 | 15.45 | 26.96 | - |
| YUV | 87.17 | 158.95 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 142 | 0 | 0.92 | 0.31 | 0.19 | 320.21 | 0.86 | 0.44 |
| Hex | CE | 10 | 8E | 0 | 5C | 1F | 13 | 140 | 56 | 2C |
| Octal | 316 | 20 | 216 | 0 | 134 | 37 | 23 | 500 | 126 | 54 |
| Binary | 11001110 | 10000 | 10001110 | 0 | 1011100 | 11111 | 10011 | 101000000 | 1010110 | 101100 |
Color Harmonies of #CE108E
Complementary color
Monochromatic Colors of #CE108E
Black with #CE108E
Text Example
Text Example
White with #CE108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE108E; }
p { color: rgb(206,16,142); }
H1.HeaderClassName
{
color: #CE108E;
}
.AnyTagClassName
{
color: #CE108E;
}
</style>
background-color css
<style>
a { background-color: #CE108E; }
a { background-color: rgb(206,16,142); }
div.DivClassName
{
background-color: #CE108E;
}
.BgClassName
{
background-color: #CE108E;
}
</style>
border-color css
<style>
span { border-color: #CE108E; }
span { border-color: rgb(206,16,142); }
td.TdClassName
{
border-color: #CE108E;
}
.TagClassName
{
border-color: #CE108E;
}
</style>