Shades of Medium Violet Red #CE1BAC
Tints of Medium Violet Red #CE1BAC
RGB
CMYK
RGB Variations
Color information
#CE1BAC (or 0xCE1BAC) is known color: Medium Violet Red. HEX triplet: CE, 1B and AC. RGB value is (206,27,172). Sum of RGB (Red+Green+Blue) = 206+27+172=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BAC is #31E453. Grayscale: #606060. Windows color (decimal): -3269716 or 11279310. OLE color: 11279310.
HSL color Cylindrical-coordinate representation of color #CE1BAC: hue angle of 311.4º 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 #CE1BAC is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.19 |
| HSL | 311.4º | 0.77% | 0.46% | - |
| HSV(B) | 311.4º | 0.87% | 0.81% | - |
| XYZ | 33.29 | 16.88 | 40.53 | - |
| YUV | 97.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 172 | 0 | 0.87 | 0.17 | 0.19 | 311.4 | 0.77 | 0.46 |
| Hex | CE | 1B | AC | 0 | 57 | 11 | 13 | 137 | 4D | 2E |
| Octal | 316 | 33 | 254 | 0 | 127 | 21 | 23 | 467 | 115 | 56 |
| Binary | 11001110 | 11011 | 10101100 | 0 | 1010111 | 10001 | 10011 | 100110111 | 1001101 | 101110 |
Color Harmonies of #CE1BAC
Complementary color
Monochromatic Colors of #CE1BAC
Black with #CE1BAC
Text Example
Text Example
White with #CE1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BAC; }
p { color: rgb(206,27,172); }
H1.HeaderClassName
{
color: #CE1BAC;
}
.AnyTagClassName
{
color: #CE1BAC;
}
</style>
background-color css
<style>
a { background-color: #CE1BAC; }
a { background-color: rgb(206,27,172); }
div.DivClassName
{
background-color: #CE1BAC;
}
.BgClassName
{
background-color: #CE1BAC;
}
</style>
border-color css
<style>
span { border-color: #CE1BAC; }
span { border-color: rgb(206,27,172); }
td.TdClassName
{
border-color: #CE1BAC;
}
.TagClassName
{
border-color: #CE1BAC;
}
</style>