Shades of Deep Cerise #CE2FAC
Tints of Deep Cerise #CE2FAC
RGB
CMYK
RGB Variations
Color information
#CE2FAC (or 0xCE2FAC) is known color: Deep Cerise. HEX triplet: CE, 2F and AC. RGB value is (206,47,172). Sum of RGB (Red+Green+Blue) = 206+47+172=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FAC is #31D053. Grayscale: #6C6C6C. Windows color (decimal): -3264596 or 11284430. OLE color: 11284430.
HSL color Cylindrical-coordinate representation of color #CE2FAC: hue angle of 312.83º 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 #CE2FAC is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 172 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.19 |
| HSL | 312.83º | 0.63% | 0.5% | - |
| HSV(B) | 312.83º | 0.77% | 0.81% | - |
| XYZ | 33.92 | 18.13 | 40.74 | - |
| YUV | 108.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 172 | 0 | 0.77 | 0.17 | 0.19 | 312.83 | 0.63 | 0.5 |
| Hex | CE | 2F | AC | 0 | 4D | 11 | 13 | 139 | 3F | 32 |
| Octal | 316 | 57 | 254 | 0 | 115 | 21 | 23 | 471 | 77 | 62 |
| Binary | 11001110 | 101111 | 10101100 | 0 | 1001101 | 10001 | 10011 | 100111001 | 111111 | 110010 |
Color Harmonies of #CE2FAC
Complementary color
Monochromatic Colors of #CE2FAC
Black with #CE2FAC
Text Example
Text Example
White with #CE2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FAC; }
p { color: rgb(206,47,172); }
H1.HeaderClassName
{
color: #CE2FAC;
}
.AnyTagClassName
{
color: #CE2FAC;
}
</style>
background-color css
<style>
a { background-color: #CE2FAC; }
a { background-color: rgb(206,47,172); }
div.DivClassName
{
background-color: #CE2FAC;
}
.BgClassName
{
background-color: #CE2FAC;
}
</style>
border-color css
<style>
span { border-color: #CE2FAC; }
span { border-color: rgb(206,47,172); }
td.TdClassName
{
border-color: #CE2FAC;
}
.TagClassName
{
border-color: #CE2FAC;
}
</style>