Shades of Deep Cerise #CE2AAD
Tints of Deep Cerise #CE2AAD
RGB
CMYK
RGB Variations
Color information
#CE2AAD (or 0xCE2AAD) is known color: Deep Cerise. HEX triplet: CE, 2A and AD. RGB value is (206,42,173). Sum of RGB (Red+Green+Blue) = 206+42+173=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AAD is #31D552. Grayscale: #696969. Windows color (decimal): -3265875 or 11348686. OLE color: 11348686.
HSL color Cylindrical-coordinate representation of color #CE2AAD: hue angle of 312.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2AAD is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 173 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.19 |
| HSL | 312.07º | 0.66% | 0.49% | - |
| HSV(B) | 312.07º | 0.8% | 0.81% | - |
| XYZ | 33.82 | 17.79 | 41.19 | - |
| YUV | 105.97 | 165.83 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 173 | 0 | 0.80 | 0.16 | 0.19 | 312.07 | 0.66 | 0.49 |
| Hex | CE | 2A | AD | 0 | 50 | 10 | 13 | 138 | 42 | 31 |
| Octal | 316 | 52 | 255 | 0 | 120 | 20 | 23 | 470 | 102 | 61 |
| Binary | 11001110 | 101010 | 10101101 | 0 | 1010000 | 10000 | 10011 | 100111000 | 1000010 | 110001 |
Color Harmonies of #CE2AAD
Complementary color
Monochromatic Colors of #CE2AAD
Black with #CE2AAD
Text Example
Text Example
White with #CE2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AAD; }
p { color: rgb(206,42,173); }
H1.HeaderClassName
{
color: #CE2AAD;
}
.AnyTagClassName
{
color: #CE2AAD;
}
</style>
background-color css
<style>
a { background-color: #CE2AAD; }
a { background-color: rgb(206,42,173); }
div.DivClassName
{
background-color: #CE2AAD;
}
.BgClassName
{
background-color: #CE2AAD;
}
</style>
border-color css
<style>
span { border-color: #CE2AAD; }
span { border-color: rgb(206,42,173); }
td.TdClassName
{
border-color: #CE2AAD;
}
.TagClassName
{
border-color: #CE2AAD;
}
</style>