Shades of Deep Cerise #CE2DAD
Tints of Deep Cerise #CE2DAD
RGB
CMYK
RGB Variations
Color information
#CE2DAD (or 0xCE2DAD) is known color: Deep Cerise. HEX triplet: CE, 2D and AD. RGB value is (206,45,173). Sum of RGB (Red+Green+Blue) = 206+45+173=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2DAD is #31D252. Grayscale: #6B6B6B. Windows color (decimal): -3265107 or 11349454. OLE color: 11349454.
HSL color Cylindrical-coordinate representation of color #CE2DAD: hue angle of 312.3º 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 #CE2DAD is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 173 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.19 |
| HSL | 312.3º | 0.64% | 0.49% | - |
| HSV(B) | 312.3º | 0.78% | 0.81% | - |
| XYZ | 33.93 | 18.02 | 41.22 | - |
| YUV | 107.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 173 | 0 | 0.78 | 0.16 | 0.19 | 312.3 | 0.64 | 0.49 |
| Hex | CE | 2D | AD | 0 | 4E | 10 | 13 | 138 | 40 | 31 |
| Octal | 316 | 55 | 255 | 0 | 116 | 20 | 23 | 470 | 100 | 61 |
| Binary | 11001110 | 101101 | 10101101 | 0 | 1001110 | 10000 | 10011 | 100111000 | 1000000 | 110001 |
Color Harmonies of #CE2DAD
Complementary color
Monochromatic Colors of #CE2DAD
Black with #CE2DAD
Text Example
Text Example
White with #CE2DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DAD; }
p { color: rgb(206,45,173); }
H1.HeaderClassName
{
color: #CE2DAD;
}
.AnyTagClassName
{
color: #CE2DAD;
}
</style>
background-color css
<style>
a { background-color: #CE2DAD; }
a { background-color: rgb(206,45,173); }
div.DivClassName
{
background-color: #CE2DAD;
}
.BgClassName
{
background-color: #CE2DAD;
}
</style>
border-color css
<style>
span { border-color: #CE2DAD; }
span { border-color: rgb(206,45,173); }
td.TdClassName
{
border-color: #CE2DAD;
}
.TagClassName
{
border-color: #CE2DAD;
}
</style>