Shades of Deep Cerise #CE2D81
Tints of Deep Cerise #CE2D81
RGB
CMYK
RGB Variations
Color information
#CE2D81 (or 0xCE2D81) is known color: Deep Cerise. HEX triplet: CE, 2D and 81. RGB value is (206,45,129). Sum of RGB (Red+Green+Blue) = 206+45+129=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2D81 is #31D27E. Grayscale: #666666. Windows color (decimal): -3265151 or 8465870. OLE color: 8465870.
HSL color Cylindrical-coordinate representation of color #CE2D81: hue angle of 328.7º 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 #CE2D81 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 129 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.19 |
| HSL | 328.7º | 0.64% | 0.49% | - |
| HSV(B) | 328.7º | 0.78% | 0.81% | - |
| XYZ | 30.35 | 16.58 | 22.37 | - |
| YUV | 102.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 129 | 0 | 0.78 | 0.37 | 0.19 | 328.7 | 0.64 | 0.49 |
| Hex | CE | 2D | 81 | 0 | 4E | 25 | 13 | 149 | 40 | 31 |
| Octal | 316 | 55 | 201 | 0 | 116 | 45 | 23 | 511 | 100 | 61 |
| Binary | 11001110 | 101101 | 10000001 | 0 | 1001110 | 100101 | 10011 | 101001001 | 1000000 | 110001 |
Color Harmonies of #CE2D81
Complementary color
Monochromatic Colors of #CE2D81
Black with #CE2D81
Text Example
Text Example
White with #CE2D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D81; }
p { color: rgb(206,45,129); }
H1.HeaderClassName
{
color: #CE2D81;
}
.AnyTagClassName
{
color: #CE2D81;
}
</style>
background-color css
<style>
a { background-color: #CE2D81; }
a { background-color: rgb(206,45,129); }
div.DivClassName
{
background-color: #CE2D81;
}
.BgClassName
{
background-color: #CE2D81;
}
</style>
border-color css
<style>
span { border-color: #CE2D81; }
span { border-color: rgb(206,45,129); }
td.TdClassName
{
border-color: #CE2D81;
}
.TagClassName
{
border-color: #CE2D81;
}
</style>