Shades of Deep Cerise #CE2DA4
Tints of Deep Cerise #CE2DA4
RGB
CMYK
RGB Variations
Color information
#CE2DA4 (or 0xCE2DA4) is known color: Deep Cerise. HEX triplet: CE, 2D and A4. RGB value is (206,45,164). Sum of RGB (Red+Green+Blue) = 206+45+164=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DA4 is #31D25B. Grayscale: #6A6A6A. Windows color (decimal): -3265116 or 10759630. OLE color: 10759630.
HSL color Cylindrical-coordinate representation of color #CE2DA4: hue angle of 315.65º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2DA4 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 164 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.19 |
| HSL | 315.65º | 0.64% | 0.49% | - |
| HSV(B) | 315.65º | 0.78% | 0.81% | - |
| XYZ | 33.09 | 17.68 | 36.79 | - |
| YUV | 106.71 | 160.34 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 164 | 0 | 0.78 | 0.20 | 0.19 | 315.65 | 0.64 | 0.49 |
| Hex | CE | 2D | A4 | 0 | 4E | 14 | 13 | 13C | 40 | 31 |
| Octal | 316 | 55 | 244 | 0 | 116 | 24 | 23 | 474 | 100 | 61 |
| Binary | 11001110 | 101101 | 10100100 | 0 | 1001110 | 10100 | 10011 | 100111100 | 1000000 | 110001 |
Color Harmonies of #CE2DA4
Complementary color
Monochromatic Colors of #CE2DA4
Black with #CE2DA4
Text Example
Text Example
White with #CE2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DA4; }
p { color: rgb(206,45,164); }
H1.HeaderClassName
{
color: #CE2DA4;
}
.AnyTagClassName
{
color: #CE2DA4;
}
</style>
background-color css
<style>
a { background-color: #CE2DA4; }
a { background-color: rgb(206,45,164); }
div.DivClassName
{
background-color: #CE2DA4;
}
.BgClassName
{
background-color: #CE2DA4;
}
</style>
border-color css
<style>
span { border-color: #CE2DA4; }
span { border-color: rgb(206,45,164); }
td.TdClassName
{
border-color: #CE2DA4;
}
.TagClassName
{
border-color: #CE2DA4;
}
</style>