Shades of Medium Violet Red #CE159D
Tints of Medium Violet Red #CE159D
RGB
CMYK
RGB Variations
Color information
#CE159D (or 0xCE159D) is known color: Medium Violet Red. HEX triplet: CE, 15 and 9D. RGB value is (206,21,157). Sum of RGB (Red+Green+Blue) = 206+21+157=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE159D is #31EA62. Grayscale: #5B5B5B. Windows color (decimal): -3271267 or 10294734. OLE color: 10294734.
HSL color Cylindrical-coordinate representation of color #CE159D: hue angle of 315.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE159D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.19 |
| HSL | 315.89º | 0.81% | 0.45% | - |
| HSV(B) | 315.89º | 0.9% | 0.81% | - |
| XYZ | 31.81 | 16.09 | 33.33 | - |
| YUV | 91.82 | 164.79 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 157 | 0 | 0.90 | 0.24 | 0.19 | 315.89 | 0.81 | 0.45 |
| Hex | CE | 15 | 9D | 0 | 5A | 18 | 13 | 13C | 51 | 2D |
| Octal | 316 | 25 | 235 | 0 | 132 | 30 | 23 | 474 | 121 | 55 |
| Binary | 11001110 | 10101 | 10011101 | 0 | 1011010 | 11000 | 10011 | 100111100 | 1010001 | 101101 |
Color Harmonies of #CE159D
Complementary color
Monochromatic Colors of #CE159D
Black with #CE159D
Text Example
Text Example
White with #CE159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE159D; }
p { color: rgb(206,21,157); }
H1.HeaderClassName
{
color: #CE159D;
}
.AnyTagClassName
{
color: #CE159D;
}
</style>
background-color css
<style>
a { background-color: #CE159D; }
a { background-color: rgb(206,21,157); }
div.DivClassName
{
background-color: #CE159D;
}
.BgClassName
{
background-color: #CE159D;
}
</style>
border-color css
<style>
span { border-color: #CE159D; }
span { border-color: rgb(206,21,157); }
td.TdClassName
{
border-color: #CE159D;
}
.TagClassName
{
border-color: #CE159D;
}
</style>