Shades of Cerise #CE2D6D
Tints of Cerise #CE2D6D
RGB
CMYK
RGB Variations
Color information
#CE2D6D (or 0xCE2D6D) is known color: Cerise. HEX triplet: CE, 2D and 6D. RGB value is (206,45,109). Sum of RGB (Red+Green+Blue) = 206+45+109=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2D6D is #31D292. Grayscale: #646464. Windows color (decimal): -3265171 or 7155150. OLE color: 7155150.
HSL color Cylindrical-coordinate representation of color #CE2D6D: hue angle of 336.15º 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 #CE2D6D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 109 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.19 |
| HSL | 336.15º | 0.64% | 0.49% | - |
| HSV(B) | 336.15º | 0.78% | 0.81% | - |
| XYZ | 29.15 | 16.1 | 16.04 | - |
| YUV | 100.44 | 132.84 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 109 | 0 | 0.78 | 0.47 | 0.19 | 336.15 | 0.64 | 0.49 |
| Hex | CE | 2D | 6D | 0 | 4E | 2F | 13 | 150 | 40 | 31 |
| Octal | 316 | 55 | 155 | 0 | 116 | 57 | 23 | 520 | 100 | 61 |
| Binary | 11001110 | 101101 | 1101101 | 0 | 1001110 | 101111 | 10011 | 101010000 | 1000000 | 110001 |
Color Harmonies of #CE2D6D
Complementary color
Monochromatic Colors of #CE2D6D
Black with #CE2D6D
Text Example
Text Example
White with #CE2D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D6D; }
p { color: rgb(206,45,109); }
H1.HeaderClassName
{
color: #CE2D6D;
}
.AnyTagClassName
{
color: #CE2D6D;
}
</style>
background-color css
<style>
a { background-color: #CE2D6D; }
a { background-color: rgb(206,45,109); }
div.DivClassName
{
background-color: #CE2D6D;
}
.BgClassName
{
background-color: #CE2D6D;
}
</style>
border-color css
<style>
span { border-color: #CE2D6D; }
span { border-color: rgb(206,45,109); }
td.TdClassName
{
border-color: #CE2D6D;
}
.TagClassName
{
border-color: #CE2D6D;
}
</style>