Shades of Deep Cerise #CE2B7E
Tints of Deep Cerise #CE2B7E
RGB
CMYK
RGB Variations
Color information
#CE2B7E (or 0xCE2B7E) is known color: Deep Cerise. HEX triplet: CE, 2B and 7E. RGB value is (206,43,126). Sum of RGB (Red+Green+Blue) = 206+43+126=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B7E is #31D481. Grayscale: #656565. Windows color (decimal): -3265666 or 8268750. OLE color: 8268750.
HSL color Cylindrical-coordinate representation of color #CE2B7E: hue angle of 329.45º 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 #CE2B7E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 126 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.19 |
| HSL | 329.45º | 0.65% | 0.49% | - |
| HSV(B) | 329.45º | 0.79% | 0.81% | - |
| XYZ | 30.08 | 16.36 | 21.31 | - |
| YUV | 101.2 | 142 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 126 | 0 | 0.79 | 0.39 | 0.19 | 329.45 | 0.65 | 0.49 |
| Hex | CE | 2B | 7E | 0 | 4F | 27 | 13 | 149 | 41 | 31 |
| Octal | 316 | 53 | 176 | 0 | 117 | 47 | 23 | 511 | 101 | 61 |
| Binary | 11001110 | 101011 | 1111110 | 0 | 1001111 | 100111 | 10011 | 101001001 | 1000001 | 110001 |
Color Harmonies of #CE2B7E
Complementary color
Monochromatic Colors of #CE2B7E
Black with #CE2B7E
Text Example
Text Example
White with #CE2B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B7E; }
p { color: rgb(206,43,126); }
H1.HeaderClassName
{
color: #CE2B7E;
}
.AnyTagClassName
{
color: #CE2B7E;
}
</style>
background-color css
<style>
a { background-color: #CE2B7E; }
a { background-color: rgb(206,43,126); }
div.DivClassName
{
background-color: #CE2B7E;
}
.BgClassName
{
background-color: #CE2B7E;
}
</style>
border-color css
<style>
span { border-color: #CE2B7E; }
span { border-color: rgb(206,43,126); }
td.TdClassName
{
border-color: #CE2B7E;
}
.TagClassName
{
border-color: #CE2B7E;
}
</style>