Shades of Cerise #CE296B
Tints of Cerise #CE296B
RGB
CMYK
RGB Variations
Color information
#CE296B (or 0xCE296B) is known color: Cerise. HEX triplet: CE, 29 and 6B. RGB value is (206,41,107). Sum of RGB (Red+Green+Blue) = 206+41+107=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE296B is #31D694. Grayscale: #616161. Windows color (decimal): -3266197 or 7023054. OLE color: 7023054.
HSL color Cylindrical-coordinate representation of color #CE296B: hue angle of 336º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE296B is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 107 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.19 |
| HSL | 336º | 0.67% | 0.48% | - |
| HSV(B) | 336º | 0.8% | 0.81% | - |
| XYZ | 28.9 | 15.77 | 15.43 | - |
| YUV | 97.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 107 | 0 | 0.80 | 0.48 | 0.19 | 336 | 0.67 | 0.48 |
| Hex | CE | 29 | 6B | 0 | 50 | 30 | 13 | 150 | 43 | 30 |
| Octal | 316 | 51 | 153 | 0 | 120 | 60 | 23 | 520 | 103 | 60 |
| Binary | 11001110 | 101001 | 1101011 | 0 | 1010000 | 110000 | 10011 | 101010000 | 1000011 | 110000 |
Color Harmonies of #CE296B
Complementary color
Monochromatic Colors of #CE296B
Black with #CE296B
Text Example
Text Example
White with #CE296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE296B; }
p { color: rgb(206,41,107); }
H1.HeaderClassName
{
color: #CE296B;
}
.AnyTagClassName
{
color: #CE296B;
}
</style>
background-color css
<style>
a { background-color: #CE296B; }
a { background-color: rgb(206,41,107); }
div.DivClassName
{
background-color: #CE296B;
}
.BgClassName
{
background-color: #CE296B;
}
</style>
border-color css
<style>
span { border-color: #CE296B; }
span { border-color: rgb(206,41,107); }
td.TdClassName
{
border-color: #CE296B;
}
.TagClassName
{
border-color: #CE296B;
}
</style>