Shades of Cerise #CE226B
Tints of Cerise #CE226B
RGB
CMYK
RGB Variations
Color information
#CE226B (or 0xCE226B) is known color: Cerise. HEX triplet: CE, 22 and 6B. RGB value is (206,34,107). Sum of RGB (Red+Green+Blue) = 206+34+107=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE226B is #31DD94. Grayscale: #5D5D5D. Windows color (decimal): -3267989 or 7021262. OLE color: 7021262.
HSL color Cylindrical-coordinate representation of color #CE226B: hue angle of 334.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE226B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 107 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.19 |
| HSL | 334.53º | 0.72% | 0.47% | - |
| HSV(B) | 334.53º | 0.83% | 0.81% | - |
| XYZ | 28.68 | 15.33 | 15.36 | - |
| YUV | 93.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 107 | 0 | 0.83 | 0.48 | 0.19 | 334.53 | 0.72 | 0.47 |
| Hex | CE | 22 | 6B | 0 | 53 | 30 | 13 | 14F | 48 | 2F |
| Octal | 316 | 42 | 153 | 0 | 123 | 60 | 23 | 517 | 110 | 57 |
| Binary | 11001110 | 100010 | 1101011 | 0 | 1010011 | 110000 | 10011 | 101001111 | 1001000 | 101111 |
Color Harmonies of #CE226B
Complementary color
Monochromatic Colors of #CE226B
Black with #CE226B
Text Example
Text Example
White with #CE226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE226B; }
p { color: rgb(206,34,107); }
H1.HeaderClassName
{
color: #CE226B;
}
.AnyTagClassName
{
color: #CE226B;
}
</style>
background-color css
<style>
a { background-color: #CE226B; }
a { background-color: rgb(206,34,107); }
div.DivClassName
{
background-color: #CE226B;
}
.BgClassName
{
background-color: #CE226B;
}
</style>
border-color css
<style>
span { border-color: #CE226B; }
span { border-color: rgb(206,34,107); }
td.TdClassName
{
border-color: #CE226B;
}
.TagClassName
{
border-color: #CE226B;
}
</style>