Shades of Cerise #CE225C
Tints of Cerise #CE225C
RGB
CMYK
RGB Variations
Color information
#CE225C (or 0xCE225C) is known color: Cerise. HEX triplet: CE, 22 and 5C. RGB value is (206,34,92). Sum of RGB (Red+Green+Blue) = 206+34+92=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE225C is #31DDA3. Grayscale: #5B5B5B. Windows color (decimal): -3268004 or 6038222. OLE color: 6038222.
HSL color Cylindrical-coordinate representation of color #CE225C: hue angle of 339.77º 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 #CE225C is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 92 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.19 |
| HSL | 339.77º | 0.72% | 0.47% | - |
| HSV(B) | 339.77º | 0.83% | 0.81% | - |
| XYZ | 27.96 | 15.04 | 11.55 | - |
| YUV | 92.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 92 | 0 | 0.83 | 0.55 | 0.19 | 339.77 | 0.72 | 0.47 |
| Hex | CE | 22 | 5C | 0 | 53 | 37 | 13 | 154 | 48 | 2F |
| Octal | 316 | 42 | 134 | 0 | 123 | 67 | 23 | 524 | 110 | 57 |
| Binary | 11001110 | 100010 | 1011100 | 0 | 1010011 | 110111 | 10011 | 101010100 | 1001000 | 101111 |
Color Harmonies of #CE225C
Complementary color
Monochromatic Colors of #CE225C
Black with #CE225C
Text Example
Text Example
White with #CE225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE225C; }
p { color: rgb(206,34,92); }
H1.HeaderClassName
{
color: #CE225C;
}
.AnyTagClassName
{
color: #CE225C;
}
</style>
background-color css
<style>
a { background-color: #CE225C; }
a { background-color: rgb(206,34,92); }
div.DivClassName
{
background-color: #CE225C;
}
.BgClassName
{
background-color: #CE225C;
}
</style>
border-color css
<style>
span { border-color: #CE225C; }
span { border-color: rgb(206,34,92); }
td.TdClassName
{
border-color: #CE225C;
}
.TagClassName
{
border-color: #CE225C;
}
</style>