Shades of Deep Cerise #CE2B8F
Tints of Deep Cerise #CE2B8F
RGB
CMYK
RGB Variations
Color information
#CE2B8F (or 0xCE2B8F) is known color: Deep Cerise. HEX triplet: CE, 2B and 8F. RGB value is (206,43,143). Sum of RGB (Red+Green+Blue) = 206+43+143=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B8F is #31D470. Grayscale: #666666. Windows color (decimal): -3265649 or 9382862. OLE color: 9382862.
HSL color Cylindrical-coordinate representation of color #CE2B8F: hue angle of 323.19º 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 #CE2B8F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 143 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.19 |
| HSL | 323.19º | 0.65% | 0.49% | - |
| HSV(B) | 323.19º | 0.79% | 0.81% | - |
| XYZ | 31.28 | 16.83 | 27.59 | - |
| YUV | 103.14 | 150.5 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 143 | 0 | 0.79 | 0.31 | 0.19 | 323.19 | 0.65 | 0.49 |
| Hex | CE | 2B | 8F | 0 | 4F | 1F | 13 | 143 | 41 | 31 |
| Octal | 316 | 53 | 217 | 0 | 117 | 37 | 23 | 503 | 101 | 61 |
| Binary | 11001110 | 101011 | 10001111 | 0 | 1001111 | 11111 | 10011 | 101000011 | 1000001 | 110001 |
Color Harmonies of #CE2B8F
Complementary color
Monochromatic Colors of #CE2B8F
Black with #CE2B8F
Text Example
Text Example
White with #CE2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B8F; }
p { color: rgb(206,43,143); }
H1.HeaderClassName
{
color: #CE2B8F;
}
.AnyTagClassName
{
color: #CE2B8F;
}
</style>
background-color css
<style>
a { background-color: #CE2B8F; }
a { background-color: rgb(206,43,143); }
div.DivClassName
{
background-color: #CE2B8F;
}
.BgClassName
{
background-color: #CE2B8F;
}
</style>
border-color css
<style>
span { border-color: #CE2B8F; }
span { border-color: rgb(206,43,143); }
td.TdClassName
{
border-color: #CE2B8F;
}
.TagClassName
{
border-color: #CE2B8F;
}
</style>