Shades of Cerise #CE2E6B
Tints of Cerise #CE2E6B
RGB
CMYK
RGB Variations
Color information
#CE2E6B (or 0xCE2E6B) is known color: Cerise. HEX triplet: CE, 2E and 6B. RGB value is (206,46,107). Sum of RGB (Red+Green+Blue) = 206+46+107=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2E6B is #31D194. Grayscale: #646464. Windows color (decimal): -3264917 or 7024334. OLE color: 7024334.
HSL color Cylindrical-coordinate representation of color #CE2E6B: hue angle of 337.12º degrees, saturation: 0.63, 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 #CE2E6B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 107 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.19 |
| HSL | 337.13º | 0.63% | 0.49% | - |
| HSV(B) | 337.13º | 0.78% | 0.81% | - |
| XYZ | 29.08 | 16.14 | 15.49 | - |
| YUV | 100.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 107 | 0 | 0.78 | 0.48 | 0.19 | 337.13 | 0.63 | 0.49 |
| Hex | CE | 2E | 6B | 0 | 4E | 30 | 13 | 151 | 3F | 31 |
| Octal | 316 | 56 | 153 | 0 | 116 | 60 | 23 | 521 | 77 | 61 |
| Binary | 11001110 | 101110 | 1101011 | 0 | 1001110 | 110000 | 10011 | 101010001 | 111111 | 110001 |
Color Harmonies of #CE2E6B
Complementary color
Monochromatic Colors of #CE2E6B
Black with #CE2E6B
Text Example
Text Example
White with #CE2E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E6B; }
p { color: rgb(206,46,107); }
H1.HeaderClassName
{
color: #CE2E6B;
}
.AnyTagClassName
{
color: #CE2E6B;
}
</style>
background-color css
<style>
a { background-color: #CE2E6B; }
a { background-color: rgb(206,46,107); }
div.DivClassName
{
background-color: #CE2E6B;
}
.BgClassName
{
background-color: #CE2E6B;
}
</style>
border-color css
<style>
span { border-color: #CE2E6B; }
span { border-color: rgb(206,46,107); }
td.TdClassName
{
border-color: #CE2E6B;
}
.TagClassName
{
border-color: #CE2E6B;
}
</style>