Shades of Medium Violet Red #CE2086
Tints of Medium Violet Red #CE2086
RGB
CMYK
RGB Variations
Color information
#CE2086 (or 0xCE2086) is known color: Medium Violet Red. HEX triplet: CE, 20 and 86. RGB value is (206,32,134). Sum of RGB (Red+Green+Blue) = 206+32+134=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2086 is #31DF79. Grayscale: #5F5F5F. Windows color (decimal): -3268474 or 8790222. OLE color: 8790222.
HSL color Cylindrical-coordinate representation of color #CE2086: hue angle of 324.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2086 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 134 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.19 |
| HSL | 324.83º | 0.73% | 0.47% | - |
| HSV(B) | 324.83º | 0.84% | 0.81% | - |
| XYZ | 30.27 | 15.88 | 24.02 | - |
| YUV | 95.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 134 | 0 | 0.84 | 0.35 | 0.19 | 324.83 | 0.73 | 0.47 |
| Hex | CE | 20 | 86 | 0 | 54 | 23 | 13 | 145 | 49 | 2F |
| Octal | 316 | 40 | 206 | 0 | 124 | 43 | 23 | 505 | 111 | 57 |
| Binary | 11001110 | 100000 | 10000110 | 0 | 1010100 | 100011 | 10011 | 101000101 | 1001001 | 101111 |
Color Harmonies of #CE2086
Complementary color
Monochromatic Colors of #CE2086
Black with #CE2086
Text Example
Text Example
White with #CE2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2086; }
p { color: rgb(206,32,134); }
H1.HeaderClassName
{
color: #CE2086;
}
.AnyTagClassName
{
color: #CE2086;
}
</style>
background-color css
<style>
a { background-color: #CE2086; }
a { background-color: rgb(206,32,134); }
div.DivClassName
{
background-color: #CE2086;
}
.BgClassName
{
background-color: #CE2086;
}
</style>
border-color css
<style>
span { border-color: #CE2086; }
span { border-color: rgb(206,32,134); }
td.TdClassName
{
border-color: #CE2086;
}
.TagClassName
{
border-color: #CE2086;
}
</style>