Shades of Deep Cerise #CE2681
Tints of Deep Cerise #CE2681
RGB
CMYK
RGB Variations
Color information
#CE2681 (or 0xCE2681) is known color: Deep Cerise. HEX triplet: CE, 26 and 81. RGB value is (206,38,129). Sum of RGB (Red+Green+Blue) = 206+38+129=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2681 is #31D97E. Grayscale: #626262. Windows color (decimal): -3266943 or 8464078. OLE color: 8464078.
HSL color Cylindrical-coordinate representation of color #CE2681: hue angle of 327.5º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2681 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 129 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.19 |
| HSL | 327.5º | 0.69% | 0.48% | - |
| HSV(B) | 327.5º | 0.82% | 0.81% | - |
| XYZ | 30.11 | 16.09 | 22.29 | - |
| YUV | 98.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 129 | 0 | 0.82 | 0.37 | 0.19 | 327.5 | 0.69 | 0.48 |
| Hex | CE | 26 | 81 | 0 | 52 | 25 | 13 | 148 | 45 | 30 |
| Octal | 316 | 46 | 201 | 0 | 122 | 45 | 23 | 510 | 105 | 60 |
| Binary | 11001110 | 100110 | 10000001 | 0 | 1010010 | 100101 | 10011 | 101001000 | 1000101 | 110000 |
Color Harmonies of #CE2681
Complementary color
Monochromatic Colors of #CE2681
Black with #CE2681
Text Example
Text Example
White with #CE2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2681; }
p { color: rgb(206,38,129); }
H1.HeaderClassName
{
color: #CE2681;
}
.AnyTagClassName
{
color: #CE2681;
}
</style>
background-color css
<style>
a { background-color: #CE2681; }
a { background-color: rgb(206,38,129); }
div.DivClassName
{
background-color: #CE2681;
}
.BgClassName
{
background-color: #CE2681;
}
</style>
border-color css
<style>
span { border-color: #CE2681; }
span { border-color: rgb(206,38,129); }
td.TdClassName
{
border-color: #CE2681;
}
.TagClassName
{
border-color: #CE2681;
}
</style>