Shades of Deep Cerise #CE2FA3
Tints of Deep Cerise #CE2FA3
RGB
CMYK
RGB Variations
Color information
#CE2FA3 (or 0xCE2FA3) is known color: Deep Cerise. HEX triplet: CE, 2F and A3. RGB value is (206,47,163). Sum of RGB (Red+Green+Blue) = 206+47+163=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2FA3 is #31D05C. Grayscale: #6B6B6B. Windows color (decimal): -3264605 or 10694606. OLE color: 10694606.
HSL color Cylindrical-coordinate representation of color #CE2FA3: hue angle of 316.23º 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 #CE2FA3 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 163 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.19 |
| HSL | 316.23º | 0.63% | 0.5% | - |
| HSV(B) | 316.23º | 0.77% | 0.81% | - |
| XYZ | 33.08 | 17.8 | 36.34 | - |
| YUV | 107.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 163 | 0 | 0.77 | 0.21 | 0.19 | 316.23 | 0.63 | 0.5 |
| Hex | CE | 2F | A3 | 0 | 4D | 15 | 13 | 13C | 3F | 32 |
| Octal | 316 | 57 | 243 | 0 | 115 | 25 | 23 | 474 | 77 | 62 |
| Binary | 11001110 | 101111 | 10100011 | 0 | 1001101 | 10101 | 10011 | 100111100 | 111111 | 110010 |
Color Harmonies of #CE2FA3
Complementary color
Monochromatic Colors of #CE2FA3
Black with #CE2FA3
Text Example
Text Example
White with #CE2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FA3; }
p { color: rgb(206,47,163); }
H1.HeaderClassName
{
color: #CE2FA3;
}
.AnyTagClassName
{
color: #CE2FA3;
}
</style>
background-color css
<style>
a { background-color: #CE2FA3; }
a { background-color: rgb(206,47,163); }
div.DivClassName
{
background-color: #CE2FA3;
}
.BgClassName
{
background-color: #CE2FA3;
}
</style>
border-color css
<style>
span { border-color: #CE2FA3; }
span { border-color: rgb(206,47,163); }
td.TdClassName
{
border-color: #CE2FA3;
}
.TagClassName
{
border-color: #CE2FA3;
}
</style>