Shades of Deep Cerise #CE2D7B
Tints of Deep Cerise #CE2D7B
RGB
CMYK
RGB Variations
Color information
#CE2D7B (or 0xCE2D7B) is known color: Deep Cerise. HEX triplet: CE, 2D and 7B. RGB value is (206,45,123). Sum of RGB (Red+Green+Blue) = 206+45+123=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D7B is #31D284. Grayscale: #656565. Windows color (decimal): -3265157 or 8072654. OLE color: 8072654.
HSL color Cylindrical-coordinate representation of color #CE2D7B: hue angle of 330.93º 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 #CE2D7B is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 123 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.19 |
| HSL | 330.93º | 0.64% | 0.49% | - |
| HSV(B) | 330.93º | 0.78% | 0.81% | - |
| XYZ | 29.97 | 16.43 | 20.33 | - |
| YUV | 102.03 | 139.84 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 123 | 0 | 0.78 | 0.40 | 0.19 | 330.93 | 0.64 | 0.49 |
| Hex | CE | 2D | 7B | 0 | 4E | 28 | 13 | 14B | 40 | 31 |
| Octal | 316 | 55 | 173 | 0 | 116 | 50 | 23 | 513 | 100 | 61 |
| Binary | 11001110 | 101101 | 1111011 | 0 | 1001110 | 101000 | 10011 | 101001011 | 1000000 | 110001 |
Color Harmonies of #CE2D7B
Complementary color
Monochromatic Colors of #CE2D7B
Black with #CE2D7B
Text Example
Text Example
White with #CE2D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D7B; }
p { color: rgb(206,45,123); }
H1.HeaderClassName
{
color: #CE2D7B;
}
.AnyTagClassName
{
color: #CE2D7B;
}
</style>
background-color css
<style>
a { background-color: #CE2D7B; }
a { background-color: rgb(206,45,123); }
div.DivClassName
{
background-color: #CE2D7B;
}
.BgClassName
{
background-color: #CE2D7B;
}
</style>
border-color css
<style>
span { border-color: #CE2D7B; }
span { border-color: rgb(206,45,123); }
td.TdClassName
{
border-color: #CE2D7B;
}
.TagClassName
{
border-color: #CE2D7B;
}
</style>