Shades of Deep Cerise #CE2FAB
Tints of Deep Cerise #CE2FAB
RGB
CMYK
RGB Variations
Color information
#CE2FAB (or 0xCE2FAB) is known color: Deep Cerise. HEX triplet: CE, 2F and AB. RGB value is (206,47,171). Sum of RGB (Red+Green+Blue) = 206+47+171=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FAB is #31D054. Grayscale: #6C6C6C. Windows color (decimal): -3264597 or 11218894. OLE color: 11218894.
HSL color Cylindrical-coordinate representation of color #CE2FAB: hue angle of 313.21º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FAB is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 171 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.19 |
| HSL | 313.21º | 0.63% | 0.5% | - |
| HSV(B) | 313.21º | 0.77% | 0.81% | - |
| XYZ | 33.82 | 18.1 | 40.24 | - |
| YUV | 108.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 171 | 0 | 0.77 | 0.17 | 0.19 | 313.21 | 0.63 | 0.5 |
| Hex | CE | 2F | AB | 0 | 4D | 11 | 13 | 139 | 3F | 32 |
| Octal | 316 | 57 | 253 | 0 | 115 | 21 | 23 | 471 | 77 | 62 |
| Binary | 11001110 | 101111 | 10101011 | 0 | 1001101 | 10001 | 10011 | 100111001 | 111111 | 110010 |
Color Harmonies of #CE2FAB
Complementary color
Monochromatic Colors of #CE2FAB
Black with #CE2FAB
Text Example
Text Example
White with #CE2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FAB; }
p { color: rgb(206,47,171); }
H1.HeaderClassName
{
color: #CE2FAB;
}
.AnyTagClassName
{
color: #CE2FAB;
}
</style>
background-color css
<style>
a { background-color: #CE2FAB; }
a { background-color: rgb(206,47,171); }
div.DivClassName
{
background-color: #CE2FAB;
}
.BgClassName
{
background-color: #CE2FAB;
}
</style>
border-color css
<style>
span { border-color: #CE2FAB; }
span { border-color: rgb(206,47,171); }
td.TdClassName
{
border-color: #CE2FAB;
}
.TagClassName
{
border-color: #CE2FAB;
}
</style>