Shades of Medium Violet Red #CE1BA6
Tints of Medium Violet Red #CE1BA6
RGB
CMYK
RGB Variations
Color information
#CE1BA6 (or 0xCE1BA6) is known color: Medium Violet Red. HEX triplet: CE, 1B and A6. RGB value is (206,27,166). Sum of RGB (Red+Green+Blue) = 206+27+166=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BA6 is #31E459. Grayscale: #5F5F5F. Windows color (decimal): -3269722 or 10886094. OLE color: 10886094.
HSL color Cylindrical-coordinate representation of color #CE1BA6: hue angle of 313.41º 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 #CE1BA6 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 166 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.19 |
| HSL | 313.41º | 0.77% | 0.46% | - |
| HSV(B) | 313.41º | 0.87% | 0.81% | - |
| XYZ | 32.73 | 16.66 | 37.57 | - |
| YUV | 96.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 166 | 0 | 0.87 | 0.19 | 0.19 | 313.41 | 0.77 | 0.46 |
| Hex | CE | 1B | A6 | 0 | 57 | 13 | 13 | 139 | 4D | 2E |
| Octal | 316 | 33 | 246 | 0 | 127 | 23 | 23 | 471 | 115 | 56 |
| Binary | 11001110 | 11011 | 10100110 | 0 | 1010111 | 10011 | 10011 | 100111001 | 1001101 | 101110 |
Color Harmonies of #CE1BA6
Complementary color
Monochromatic Colors of #CE1BA6
Black with #CE1BA6
Text Example
Text Example
White with #CE1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BA6; }
p { color: rgb(206,27,166); }
H1.HeaderClassName
{
color: #CE1BA6;
}
.AnyTagClassName
{
color: #CE1BA6;
}
</style>
background-color css
<style>
a { background-color: #CE1BA6; }
a { background-color: rgb(206,27,166); }
div.DivClassName
{
background-color: #CE1BA6;
}
.BgClassName
{
background-color: #CE1BA6;
}
</style>
border-color css
<style>
span { border-color: #CE1BA6; }
span { border-color: rgb(206,27,166); }
td.TdClassName
{
border-color: #CE1BA6;
}
.TagClassName
{
border-color: #CE1BA6;
}
</style>