Shades of Cerise #CE365C
Tints of Cerise #CE365C
RGB
CMYK
RGB Variations
Color information
#CE365C (or 0xCE365C) is known color: Cerise. HEX triplet: CE, 36 and 5C. RGB value is (206,54,92). Sum of RGB (Red+Green+Blue) = 206+54+92=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE365C is #31C9A3. Grayscale: #676767. Windows color (decimal): -3262884 or 6043342. OLE color: 6043342.
HSL color Cylindrical-coordinate representation of color #CE365C: hue angle of 345º 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 #CE365C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 92 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 345º | 0.61% | 0.51% | - |
| HSV(B) | 345º | 0.74% | 0.81% | - |
| XYZ | 28.7 | 16.53 | 11.8 | - |
| YUV | 103.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 92 | 0 | 0.74 | 0.55 | 0.19 | 345 | 0.61 | 0.51 |
| Hex | CE | 36 | 5C | 0 | 4A | 37 | 13 | 159 | 3D | 33 |
| Octal | 316 | 66 | 134 | 0 | 112 | 67 | 23 | 531 | 75 | 63 |
| Binary | 11001110 | 110110 | 1011100 | 0 | 1001010 | 110111 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CE365C
Complementary color
Monochromatic Colors of #CE365C
Black with #CE365C
Text Example
Text Example
White with #CE365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE365C; }
p { color: rgb(206,54,92); }
H1.HeaderClassName
{
color: #CE365C;
}
.AnyTagClassName
{
color: #CE365C;
}
</style>
background-color css
<style>
a { background-color: #CE365C; }
a { background-color: rgb(206,54,92); }
div.DivClassName
{
background-color: #CE365C;
}
.BgClassName
{
background-color: #CE365C;
}
</style>
border-color css
<style>
span { border-color: #CE365C; }
span { border-color: rgb(206,54,92); }
td.TdClassName
{
border-color: #CE365C;
}
.TagClassName
{
border-color: #CE365C;
}
</style>