Shades of Deep Cerise #CE2AAF
Tints of Deep Cerise #CE2AAF
RGB
CMYK
RGB Variations
Color information
#CE2AAF (or 0xCE2AAF) is known color: Deep Cerise. HEX triplet: CE, 2A and AF. RGB value is (206,42,175). Sum of RGB (Red+Green+Blue) = 206+42+175=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2AAF is #31D550. Grayscale: #696969. Windows color (decimal): -3265873 or 11479758. OLE color: 11479758.
HSL color Cylindrical-coordinate representation of color #CE2AAF: hue angle of 311.34º 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 #CE2AAF is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 175 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.19 |
| HSL | 311.34º | 0.66% | 0.49% | - |
| HSV(B) | 311.34º | 0.8% | 0.81% | - |
| XYZ | 34.02 | 17.87 | 42.21 | - |
| YUV | 106.2 | 166.83 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 175 | 0 | 0.80 | 0.15 | 0.19 | 311.34 | 0.66 | 0.49 |
| Hex | CE | 2A | AF | 0 | 50 | F | 13 | 137 | 42 | 31 |
| Octal | 316 | 52 | 257 | 0 | 120 | 17 | 23 | 467 | 102 | 61 |
| Binary | 11001110 | 101010 | 10101111 | 0 | 1010000 | 1111 | 10011 | 100110111 | 1000010 | 110001 |
Color Harmonies of #CE2AAF
Complementary color
Monochromatic Colors of #CE2AAF
Black with #CE2AAF
Text Example
Text Example
White with #CE2AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AAF; }
p { color: rgb(206,42,175); }
H1.HeaderClassName
{
color: #CE2AAF;
}
.AnyTagClassName
{
color: #CE2AAF;
}
</style>
background-color css
<style>
a { background-color: #CE2AAF; }
a { background-color: rgb(206,42,175); }
div.DivClassName
{
background-color: #CE2AAF;
}
.BgClassName
{
background-color: #CE2AAF;
}
</style>
border-color css
<style>
span { border-color: #CE2AAF; }
span { border-color: rgb(206,42,175); }
td.TdClassName
{
border-color: #CE2AAF;
}
.TagClassName
{
border-color: #CE2AAF;
}
</style>