Shades of Cerise #CE355B
Tints of Cerise #CE355B
RGB
CMYK
RGB Variations
Color information
#CE355B (or 0xCE355B) is known color: Cerise. HEX triplet: CE, 35 and 5B. RGB value is (206,53,91). Sum of RGB (Red+Green+Blue) = 206+53+91=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355B is #31CAA4. Grayscale: #676767. Windows color (decimal): -3263141 or 5977550. OLE color: 5977550.
HSL color Cylindrical-coordinate representation of color #CE355B: hue angle of 345.1º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE355B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 91 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.19 |
| HSL | 345.1º | 0.61% | 0.51% | - |
| HSV(B) | 345.1º | 0.74% | 0.81% | - |
| XYZ | 28.62 | 16.42 | 11.56 | - |
| YUV | 103.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 91 | 0 | 0.74 | 0.56 | 0.19 | 345.1 | 0.61 | 0.51 |
| Hex | CE | 35 | 5B | 0 | 4A | 38 | 13 | 159 | 3D | 33 |
| Octal | 316 | 65 | 133 | 0 | 112 | 70 | 23 | 531 | 75 | 63 |
| Binary | 11001110 | 110101 | 1011011 | 0 | 1001010 | 111000 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CE355B
Complementary color
Monochromatic Colors of #CE355B
Black with #CE355B
Text Example
Text Example
White with #CE355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE355B; }
p { color: rgb(206,53,91); }
H1.HeaderClassName
{
color: #CE355B;
}
.AnyTagClassName
{
color: #CE355B;
}
</style>
background-color css
<style>
a { background-color: #CE355B; }
a { background-color: rgb(206,53,91); }
div.DivClassName
{
background-color: #CE355B;
}
.BgClassName
{
background-color: #CE355B;
}
</style>
border-color css
<style>
span { border-color: #CE355B; }
span { border-color: rgb(206,53,91); }
td.TdClassName
{
border-color: #CE355B;
}
.TagClassName
{
border-color: #CE355B;
}
</style>