Shades of Deep Cerise #CE3881
Tints of Deep Cerise #CE3881
RGB
CMYK
RGB Variations
Color information
#CE3881 (or 0xCE3881) is known color: Deep Cerise. HEX triplet: CE, 38 and 81. RGB value is (206,56,129). Sum of RGB (Red+Green+Blue) = 206+56+129=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3881 is #31C77E. Grayscale: #6D6D6D. Windows color (decimal): -3262335 or 8468686. OLE color: 8468686.
HSL color Cylindrical-coordinate representation of color #CE3881: hue angle of 330.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3881 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 129 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.19 |
| HSL | 330.8º | 0.6% | 0.51% | - |
| HSV(B) | 330.8º | 0.73% | 0.81% | - |
| XYZ | 30.83 | 17.54 | 22.53 | - |
| YUV | 109.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 129 | 0 | 0.73 | 0.37 | 0.19 | 330.8 | 0.6 | 0.51 |
| Hex | CE | 38 | 81 | 0 | 49 | 25 | 13 | 14B | 3C | 33 |
| Octal | 316 | 70 | 201 | 0 | 111 | 45 | 23 | 513 | 74 | 63 |
| Binary | 11001110 | 111000 | 10000001 | 0 | 1001001 | 100101 | 10011 | 101001011 | 111100 | 110011 |
Color Harmonies of #CE3881
Complementary color
Monochromatic Colors of #CE3881
Black with #CE3881
Text Example
Text Example
White with #CE3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3881; }
p { color: rgb(206,56,129); }
H1.HeaderClassName
{
color: #CE3881;
}
.AnyTagClassName
{
color: #CE3881;
}
</style>
background-color css
<style>
a { background-color: #CE3881; }
a { background-color: rgb(206,56,129); }
div.DivClassName
{
background-color: #CE3881;
}
.BgClassName
{
background-color: #CE3881;
}
</style>
border-color css
<style>
span { border-color: #CE3881; }
span { border-color: rgb(206,56,129); }
td.TdClassName
{
border-color: #CE3881;
}
.TagClassName
{
border-color: #CE3881;
}
</style>