Shades of Cerise #CE2B6B
Tints of Cerise #CE2B6B
RGB
CMYK
RGB Variations
Color information
#CE2B6B (or 0xCE2B6B) is known color: Cerise. HEX triplet: CE, 2B and 6B. RGB value is (206,43,107). Sum of RGB (Red+Green+Blue) = 206+43+107=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2B6B is #31D494. Grayscale: #626262. Windows color (decimal): -3265685 or 7023566. OLE color: 7023566.
HSL color Cylindrical-coordinate representation of color #CE2B6B: hue angle of 336.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B6B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 107 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.19 |
| HSL | 336.44º | 0.65% | 0.49% | - |
| HSV(B) | 336.44º | 0.79% | 0.81% | - |
| XYZ | 28.97 | 15.91 | 15.45 | - |
| YUV | 99.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 107 | 0 | 0.79 | 0.48 | 0.19 | 336.44 | 0.65 | 0.49 |
| Hex | CE | 2B | 6B | 0 | 4F | 30 | 13 | 150 | 41 | 31 |
| Octal | 316 | 53 | 153 | 0 | 117 | 60 | 23 | 520 | 101 | 61 |
| Binary | 11001110 | 101011 | 1101011 | 0 | 1001111 | 110000 | 10011 | 101010000 | 1000001 | 110001 |
Color Harmonies of #CE2B6B
Complementary color
Monochromatic Colors of #CE2B6B
Black with #CE2B6B
Text Example
Text Example
White with #CE2B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B6B; }
p { color: rgb(206,43,107); }
H1.HeaderClassName
{
color: #CE2B6B;
}
.AnyTagClassName
{
color: #CE2B6B;
}
</style>
background-color css
<style>
a { background-color: #CE2B6B; }
a { background-color: rgb(206,43,107); }
div.DivClassName
{
background-color: #CE2B6B;
}
.BgClassName
{
background-color: #CE2B6B;
}
</style>
border-color css
<style>
span { border-color: #CE2B6B; }
span { border-color: rgb(206,43,107); }
td.TdClassName
{
border-color: #CE2B6B;
}
.TagClassName
{
border-color: #CE2B6B;
}
</style>