Shades of Medium Violet Red #CE149E
Tints of Medium Violet Red #CE149E
RGB
CMYK
RGB Variations
Color information
#CE149E (or 0xCE149E) is known color: Medium Violet Red. HEX triplet: CE, 14 and 9E. RGB value is (206,20,158). Sum of RGB (Red+Green+Blue) = 206+20+158=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE149E is #31EB61. Grayscale: #5A5A5A. Windows color (decimal): -3271522 or 10360014. OLE color: 10360014.
HSL color Cylindrical-coordinate representation of color #CE149E: hue angle of 315.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE149E is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 158 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.19 |
| HSL | 315.48º | 0.82% | 0.44% | - |
| HSV(B) | 315.48º | 0.9% | 0.81% | - |
| XYZ | 31.88 | 16.09 | 33.77 | - |
| YUV | 91.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 158 | 0 | 0.90 | 0.23 | 0.19 | 315.48 | 0.82 | 0.44 |
| Hex | CE | 14 | 9E | 0 | 5A | 17 | 13 | 13B | 52 | 2C |
| Octal | 316 | 24 | 236 | 0 | 132 | 27 | 23 | 473 | 122 | 54 |
| Binary | 11001110 | 10100 | 10011110 | 0 | 1011010 | 10111 | 10011 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CE149E
Complementary color
Monochromatic Colors of #CE149E
Black with #CE149E
Text Example
Text Example
White with #CE149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE149E; }
p { color: rgb(206,20,158); }
H1.HeaderClassName
{
color: #CE149E;
}
.AnyTagClassName
{
color: #CE149E;
}
</style>
background-color css
<style>
a { background-color: #CE149E; }
a { background-color: rgb(206,20,158); }
div.DivClassName
{
background-color: #CE149E;
}
.BgClassName
{
background-color: #CE149E;
}
</style>
border-color css
<style>
span { border-color: #CE149E; }
span { border-color: rgb(206,20,158); }
td.TdClassName
{
border-color: #CE149E;
}
.TagClassName
{
border-color: #CE149E;
}
</style>