Shades of Cerise #CE2D5C
Tints of Cerise #CE2D5C
RGB
CMYK
RGB Variations
Color information
#CE2D5C (or 0xCE2D5C) is known color: Cerise. HEX triplet: CE, 2D and 5C. RGB value is (206,45,92). Sum of RGB (Red+Green+Blue) = 206+45+92=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D5C is #31D2A3. Grayscale: #626262. Windows color (decimal): -3265188 or 6041038. OLE color: 6041038.
HSL color Cylindrical-coordinate representation of color #CE2D5C: hue angle of 342.48º 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 #CE2D5C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 92 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.19 |
| HSL | 342.48º | 0.64% | 0.49% | - |
| HSV(B) | 342.48º | 0.78% | 0.81% | - |
| XYZ | 28.32 | 15.77 | 11.68 | - |
| YUV | 98.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 92 | 0 | 0.78 | 0.55 | 0.19 | 342.48 | 0.64 | 0.49 |
| Hex | CE | 2D | 5C | 0 | 4E | 37 | 13 | 156 | 40 | 31 |
| Octal | 316 | 55 | 134 | 0 | 116 | 67 | 23 | 526 | 100 | 61 |
| Binary | 11001110 | 101101 | 1011100 | 0 | 1001110 | 110111 | 10011 | 101010110 | 1000000 | 110001 |
Color Harmonies of #CE2D5C
Complementary color
Monochromatic Colors of #CE2D5C
Black with #CE2D5C
Text Example
Text Example
White with #CE2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D5C; }
p { color: rgb(206,45,92); }
H1.HeaderClassName
{
color: #CE2D5C;
}
.AnyTagClassName
{
color: #CE2D5C;
}
</style>
background-color css
<style>
a { background-color: #CE2D5C; }
a { background-color: rgb(206,45,92); }
div.DivClassName
{
background-color: #CE2D5C;
}
.BgClassName
{
background-color: #CE2D5C;
}
</style>
border-color css
<style>
span { border-color: #CE2D5C; }
span { border-color: rgb(206,45,92); }
td.TdClassName
{
border-color: #CE2D5C;
}
.TagClassName
{
border-color: #CE2D5C;
}
</style>