Shades of Deep Cerise #CE2B8A
Tints of Deep Cerise #CE2B8A
RGB
CMYK
RGB Variations
Color information
#CE2B8A (or 0xCE2B8A) is known color: Deep Cerise. HEX triplet: CE, 2B and 8A. RGB value is (206,43,138). Sum of RGB (Red+Green+Blue) = 206+43+138=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B8A is #31D475. Grayscale: #666666. Windows color (decimal): -3265654 or 9055182. OLE color: 9055182.
HSL color Cylindrical-coordinate representation of color #CE2B8A: hue angle of 325.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B8A is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 138 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.19 |
| HSL | 325.03º | 0.65% | 0.49% | - |
| HSV(B) | 325.03º | 0.79% | 0.81% | - |
| XYZ | 30.9 | 16.68 | 25.64 | - |
| YUV | 102.57 | 148 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 138 | 0 | 0.79 | 0.33 | 0.19 | 325.03 | 0.65 | 0.49 |
| Hex | CE | 2B | 8A | 0 | 4F | 21 | 13 | 145 | 41 | 31 |
| Octal | 316 | 53 | 212 | 0 | 117 | 41 | 23 | 505 | 101 | 61 |
| Binary | 11001110 | 101011 | 10001010 | 0 | 1001111 | 100001 | 10011 | 101000101 | 1000001 | 110001 |
Color Harmonies of #CE2B8A
Complementary color
Monochromatic Colors of #CE2B8A
Black with #CE2B8A
Text Example
Text Example
White with #CE2B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B8A; }
p { color: rgb(206,43,138); }
H1.HeaderClassName
{
color: #CE2B8A;
}
.AnyTagClassName
{
color: #CE2B8A;
}
</style>
background-color css
<style>
a { background-color: #CE2B8A; }
a { background-color: rgb(206,43,138); }
div.DivClassName
{
background-color: #CE2B8A;
}
.BgClassName
{
background-color: #CE2B8A;
}
</style>
border-color css
<style>
span { border-color: #CE2B8A; }
span { border-color: rgb(206,43,138); }
td.TdClassName
{
border-color: #CE2B8A;
}
.TagClassName
{
border-color: #CE2B8A;
}
</style>