Shades of Medium Violet Red #CE149B
Tints of Medium Violet Red #CE149B
RGB
CMYK
RGB Variations
Color information
#CE149B (or 0xCE149B) is known color: Medium Violet Red. HEX triplet: CE, 14 and 9B. RGB value is (206,20,155). Sum of RGB (Red+Green+Blue) = 206+20+155=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE149B is #31EB64. Grayscale: #5A5A5A. Windows color (decimal): -3271525 or 10163406. OLE color: 10163406.
HSL color Cylindrical-coordinate representation of color #CE149B: hue angle of 316.45º 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 #CE149B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.19 |
| HSL | 316.45º | 0.82% | 0.44% | - |
| HSV(B) | 316.45º | 0.9% | 0.81% | - |
| XYZ | 31.62 | 15.99 | 32.43 | - |
| YUV | 91 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 155 | 0 | 0.90 | 0.25 | 0.19 | 316.45 | 0.82 | 0.44 |
| Hex | CE | 14 | 9B | 0 | 5A | 19 | 13 | 13C | 52 | 2C |
| Octal | 316 | 24 | 233 | 0 | 132 | 31 | 23 | 474 | 122 | 54 |
| Binary | 11001110 | 10100 | 10011011 | 0 | 1011010 | 11001 | 10011 | 100111100 | 1010010 | 101100 |
Color Harmonies of #CE149B
Complementary color
Monochromatic Colors of #CE149B
Black with #CE149B
Text Example
Text Example
White with #CE149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE149B; }
p { color: rgb(206,20,155); }
H1.HeaderClassName
{
color: #CE149B;
}
.AnyTagClassName
{
color: #CE149B;
}
</style>
background-color css
<style>
a { background-color: #CE149B; }
a { background-color: rgb(206,20,155); }
div.DivClassName
{
background-color: #CE149B;
}
.BgClassName
{
background-color: #CE149B;
}
</style>
border-color css
<style>
span { border-color: #CE149B; }
span { border-color: rgb(206,20,155); }
td.TdClassName
{
border-color: #CE149B;
}
.TagClassName
{
border-color: #CE149B;
}
</style>