Shades of Cerise #CE355C
Tints of Cerise #CE355C
RGB
CMYK
RGB Variations
Color information
#CE355C (or 0xCE355C) is known color: Cerise. HEX triplet: CE, 35 and 5C. RGB value is (206,53,92). Sum of RGB (Red+Green+Blue) = 206+53+92=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE355C is #31CAA3. Grayscale: #676767. Windows color (decimal): -3263140 or 6043086. OLE color: 6043086.
HSL color Cylindrical-coordinate representation of color #CE355C: hue angle of 344.71º 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 #CE355C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 92 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.71º | 0.61% | 0.51% | - |
| HSV(B) | 344.71º | 0.74% | 0.81% | - |
| XYZ | 28.66 | 16.44 | 11.79 | - |
| YUV | 103.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 92 | 0 | 0.74 | 0.55 | 0.19 | 344.71 | 0.61 | 0.51 |
| Hex | CE | 35 | 5C | 0 | 4A | 37 | 13 | 159 | 3D | 33 |
| Octal | 316 | 65 | 134 | 0 | 112 | 67 | 23 | 531 | 75 | 63 |
| Binary | 11001110 | 110101 | 1011100 | 0 | 1001010 | 110111 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CE355C
Complementary color
Monochromatic Colors of #CE355C
Black with #CE355C
Text Example
Text Example
White with #CE355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE355C; }
p { color: rgb(206,53,92); }
H1.HeaderClassName
{
color: #CE355C;
}
.AnyTagClassName
{
color: #CE355C;
}
</style>
background-color css
<style>
a { background-color: #CE355C; }
a { background-color: rgb(206,53,92); }
div.DivClassName
{
background-color: #CE355C;
}
.BgClassName
{
background-color: #CE355C;
}
</style>
border-color css
<style>
span { border-color: #CE355C; }
span { border-color: rgb(206,53,92); }
td.TdClassName
{
border-color: #CE355C;
}
.TagClassName
{
border-color: #CE355C;
}
</style>