Shades of Deep Cerise #CE2D8F
Tints of Deep Cerise #CE2D8F
RGB
CMYK
RGB Variations
Color information
#CE2D8F (or 0xCE2D8F) is known color: Deep Cerise. HEX triplet: CE, 2D and 8F. RGB value is (206,45,143). Sum of RGB (Red+Green+Blue) = 206+45+143=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D8F is #31D270. Grayscale: #686868. Windows color (decimal): -3265137 or 9383374. OLE color: 9383374.
HSL color Cylindrical-coordinate representation of color #CE2D8F: hue angle of 323.48º 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 #CE2D8F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 143 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.19 |
| HSL | 323.48º | 0.64% | 0.49% | - |
| HSV(B) | 323.48º | 0.78% | 0.81% | - |
| XYZ | 31.35 | 16.98 | 27.61 | - |
| YUV | 104.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 143 | 0 | 0.78 | 0.31 | 0.19 | 323.48 | 0.64 | 0.49 |
| Hex | CE | 2D | 8F | 0 | 4E | 1F | 13 | 143 | 40 | 31 |
| Octal | 316 | 55 | 217 | 0 | 116 | 37 | 23 | 503 | 100 | 61 |
| Binary | 11001110 | 101101 | 10001111 | 0 | 1001110 | 11111 | 10011 | 101000011 | 1000000 | 110001 |
Color Harmonies of #CE2D8F
Complementary color
Monochromatic Colors of #CE2D8F
Black with #CE2D8F
Text Example
Text Example
White with #CE2D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D8F; }
p { color: rgb(206,45,143); }
H1.HeaderClassName
{
color: #CE2D8F;
}
.AnyTagClassName
{
color: #CE2D8F;
}
</style>
background-color css
<style>
a { background-color: #CE2D8F; }
a { background-color: rgb(206,45,143); }
div.DivClassName
{
background-color: #CE2D8F;
}
.BgClassName
{
background-color: #CE2D8F;
}
</style>
border-color css
<style>
span { border-color: #CE2D8F; }
span { border-color: rgb(206,45,143); }
td.TdClassName
{
border-color: #CE2D8F;
}
.TagClassName
{
border-color: #CE2D8F;
}
</style>