Shades of Deep Cerise #CE2680
Tints of Deep Cerise #CE2680
RGB
CMYK
RGB Variations
Color information
#CE2680 (or 0xCE2680) is known color: Deep Cerise. HEX triplet: CE, 26 and 80. RGB value is (206,38,128). Sum of RGB (Red+Green+Blue) = 206+38+128=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2680 is #31D97F. Grayscale: #626262. Windows color (decimal): -3266944 or 8398542. OLE color: 8398542.
HSL color Cylindrical-coordinate representation of color #CE2680: hue angle of 327.86º 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 #CE2680 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 128 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.19 |
| HSL | 327.86º | 0.69% | 0.48% | - |
| HSV(B) | 327.86º | 0.82% | 0.81% | - |
| XYZ | 30.04 | 16.07 | 21.94 | - |
| YUV | 98.49 | 144.66 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 128 | 0 | 0.82 | 0.38 | 0.19 | 327.86 | 0.69 | 0.48 |
| Hex | CE | 26 | 80 | 0 | 52 | 26 | 13 | 148 | 45 | 30 |
| Octal | 316 | 46 | 200 | 0 | 122 | 46 | 23 | 510 | 105 | 60 |
| Binary | 11001110 | 100110 | 10000000 | 0 | 1010010 | 100110 | 10011 | 101001000 | 1000101 | 110000 |
Color Harmonies of #CE2680
Complementary color
Monochromatic Colors of #CE2680
Black with #CE2680
Text Example
Text Example
White with #CE2680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2680; }
p { color: rgb(206,38,128); }
H1.HeaderClassName
{
color: #CE2680;
}
.AnyTagClassName
{
color: #CE2680;
}
</style>
background-color css
<style>
a { background-color: #CE2680; }
a { background-color: rgb(206,38,128); }
div.DivClassName
{
background-color: #CE2680;
}
.BgClassName
{
background-color: #CE2680;
}
</style>
border-color css
<style>
span { border-color: #CE2680; }
span { border-color: rgb(206,38,128); }
td.TdClassName
{
border-color: #CE2680;
}
.TagClassName
{
border-color: #CE2680;
}
</style>