Shades of Medium Violet Red #CE1BAB
Tints of Medium Violet Red #CE1BAB
RGB
CMYK
RGB Variations
Color information
#CE1BAB (or 0xCE1BAB) is known color: Medium Violet Red. HEX triplet: CE, 1B and AB. RGB value is (206,27,171). Sum of RGB (Red+Green+Blue) = 206+27+171=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BAB is #31E454. Grayscale: #606060. Windows color (decimal): -3269717 or 11213774. OLE color: 11213774.
HSL color Cylindrical-coordinate representation of color #CE1BAB: hue angle of 311.73º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1BAB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 171 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.19 |
| HSL | 311.73º | 0.77% | 0.46% | - |
| HSV(B) | 311.73º | 0.87% | 0.81% | - |
| XYZ | 33.2 | 16.85 | 40.03 | - |
| YUV | 96.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 171 | 0 | 0.87 | 0.17 | 0.19 | 311.73 | 0.77 | 0.46 |
| Hex | CE | 1B | AB | 0 | 57 | 11 | 13 | 138 | 4D | 2E |
| Octal | 316 | 33 | 253 | 0 | 127 | 21 | 23 | 470 | 115 | 56 |
| Binary | 11001110 | 11011 | 10101011 | 0 | 1010111 | 10001 | 10011 | 100111000 | 1001101 | 101110 |
Color Harmonies of #CE1BAB
Complementary color
Monochromatic Colors of #CE1BAB
Black with #CE1BAB
Text Example
Text Example
White with #CE1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BAB; }
p { color: rgb(206,27,171); }
H1.HeaderClassName
{
color: #CE1BAB;
}
.AnyTagClassName
{
color: #CE1BAB;
}
</style>
background-color css
<style>
a { background-color: #CE1BAB; }
a { background-color: rgb(206,27,171); }
div.DivClassName
{
background-color: #CE1BAB;
}
.BgClassName
{
background-color: #CE1BAB;
}
</style>
border-color css
<style>
span { border-color: #CE1BAB; }
span { border-color: rgb(206,27,171); }
td.TdClassName
{
border-color: #CE1BAB;
}
.TagClassName
{
border-color: #CE1BAB;
}
</style>