Shades of Deep Cerise #CE32AB
Tints of Deep Cerise #CE32AB
RGB
CMYK
RGB Variations
Color information
#CE32AB (or 0xCE32AB) is known color: Deep Cerise. HEX triplet: CE, 32 and AB. RGB value is (206,50,171). Sum of RGB (Red+Green+Blue) = 206+50+171=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE32AB is #31CD54. Grayscale: #6E6E6E. Windows color (decimal): -3263829 or 11219662. OLE color: 11219662.
HSL color Cylindrical-coordinate representation of color #CE32AB: hue angle of 313.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE32AB is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 171 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.19 |
| HSL | 313.46º | 0.61% | 0.5% | - |
| HSV(B) | 313.46º | 0.76% | 0.81% | - |
| XYZ | 33.94 | 18.34 | 40.28 | - |
| YUV | 110.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 171 | 0 | 0.76 | 0.17 | 0.19 | 313.46 | 0.61 | 0.5 |
| Hex | CE | 32 | AB | 0 | 4C | 11 | 13 | 139 | 3D | 32 |
| Octal | 316 | 62 | 253 | 0 | 114 | 21 | 23 | 471 | 75 | 62 |
| Binary | 11001110 | 110010 | 10101011 | 0 | 1001100 | 10001 | 10011 | 100111001 | 111101 | 110010 |
Color Harmonies of #CE32AB
Complementary color
Monochromatic Colors of #CE32AB
Black with #CE32AB
Text Example
Text Example
White with #CE32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32AB; }
p { color: rgb(206,50,171); }
H1.HeaderClassName
{
color: #CE32AB;
}
.AnyTagClassName
{
color: #CE32AB;
}
</style>
background-color css
<style>
a { background-color: #CE32AB; }
a { background-color: rgb(206,50,171); }
div.DivClassName
{
background-color: #CE32AB;
}
.BgClassName
{
background-color: #CE32AB;
}
</style>
border-color css
<style>
span { border-color: #CE32AB; }
span { border-color: rgb(206,50,171); }
td.TdClassName
{
border-color: #CE32AB;
}
.TagClassName
{
border-color: #CE32AB;
}
</style>