Shades of Medium Violet Red #CE1BA8
Tints of Medium Violet Red #CE1BA8
RGB
CMYK
RGB Variations
Color information
#CE1BA8 (or 0xCE1BA8) is known color: Medium Violet Red. HEX triplet: CE, 1B and A8. RGB value is (206,27,168). Sum of RGB (Red+Green+Blue) = 206+27+168=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1BA8 is #31E457. Grayscale: #606060. Windows color (decimal): -3269720 or 11017166. OLE color: 11017166.
HSL color Cylindrical-coordinate representation of color #CE1BA8: hue angle of 312.74º 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 #CE1BA8 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 168 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.19 |
| HSL | 312.74º | 0.77% | 0.46% | - |
| HSV(B) | 312.74º | 0.87% | 0.81% | - |
| XYZ | 32.91 | 16.73 | 38.54 | - |
| YUV | 96.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 168 | 0 | 0.87 | 0.18 | 0.19 | 312.74 | 0.77 | 0.46 |
| Hex | CE | 1B | A8 | 0 | 57 | 12 | 13 | 139 | 4D | 2E |
| Octal | 316 | 33 | 250 | 0 | 127 | 22 | 23 | 471 | 115 | 56 |
| Binary | 11001110 | 11011 | 10101000 | 0 | 1010111 | 10010 | 10011 | 100111001 | 1001101 | 101110 |
Color Harmonies of #CE1BA8
Complementary color
Monochromatic Colors of #CE1BA8
Black with #CE1BA8
Text Example
Text Example
White with #CE1BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BA8; }
p { color: rgb(206,27,168); }
H1.HeaderClassName
{
color: #CE1BA8;
}
.AnyTagClassName
{
color: #CE1BA8;
}
</style>
background-color css
<style>
a { background-color: #CE1BA8; }
a { background-color: rgb(206,27,168); }
div.DivClassName
{
background-color: #CE1BA8;
}
.BgClassName
{
background-color: #CE1BA8;
}
</style>
border-color css
<style>
span { border-color: #CE1BA8; }
span { border-color: rgb(206,27,168); }
td.TdClassName
{
border-color: #CE1BA8;
}
.TagClassName
{
border-color: #CE1BA8;
}
</style>