Shades of Medium Violet Red #CE29AB
Tints of Medium Violet Red #CE29AB
RGB
CMYK
RGB Variations
Color information
#CE29AB (or 0xCE29AB) is known color: Medium Violet Red. HEX triplet: CE, 29 and AB. RGB value is (206,41,171). Sum of RGB (Red+Green+Blue) = 206+41+171=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE29AB is #31D654. Grayscale: #686868. Windows color (decimal): -3266133 or 11217358. OLE color: 11217358.
HSL color Cylindrical-coordinate representation of color #CE29AB: hue angle of 312.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29AB is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 171 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.19 |
| HSL | 312.73º | 0.67% | 0.48% | - |
| HSV(B) | 312.73º | 0.8% | 0.81% | - |
| XYZ | 33.6 | 17.65 | 40.16 | - |
| YUV | 105.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 171 | 0 | 0.80 | 0.17 | 0.19 | 312.73 | 0.67 | 0.48 |
| Hex | CE | 29 | AB | 0 | 50 | 11 | 13 | 139 | 43 | 30 |
| Octal | 316 | 51 | 253 | 0 | 120 | 21 | 23 | 471 | 103 | 60 |
| Binary | 11001110 | 101001 | 10101011 | 0 | 1010000 | 10001 | 10011 | 100111001 | 1000011 | 110000 |
Color Harmonies of #CE29AB
Complementary color
Monochromatic Colors of #CE29AB
Black with #CE29AB
Text Example
Text Example
White with #CE29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29AB; }
p { color: rgb(206,41,171); }
H1.HeaderClassName
{
color: #CE29AB;
}
.AnyTagClassName
{
color: #CE29AB;
}
</style>
background-color css
<style>
a { background-color: #CE29AB; }
a { background-color: rgb(206,41,171); }
div.DivClassName
{
background-color: #CE29AB;
}
.BgClassName
{
background-color: #CE29AB;
}
</style>
border-color css
<style>
span { border-color: #CE29AB; }
span { border-color: rgb(206,41,171); }
td.TdClassName
{
border-color: #CE29AB;
}
.TagClassName
{
border-color: #CE29AB;
}
</style>