Shades of Cerise #CE385C
Tints of Cerise #CE385C
RGB
CMYK
RGB Variations
Color information
#CE385C (or 0xCE385C) is known color: Cerise. HEX triplet: CE, 38 and 5C. RGB value is (206,56,92). Sum of RGB (Red+Green+Blue) = 206+56+92=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE385C is #31C7A3. Grayscale: #686868. Windows color (decimal): -3262372 or 6043854. OLE color: 6043854.
HSL color Cylindrical-coordinate representation of color #CE385C: hue angle of 345.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE385C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 92 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.19 |
| HSL | 345.6º | 0.6% | 0.51% | - |
| HSV(B) | 345.6º | 0.73% | 0.81% | - |
| XYZ | 28.8 | 16.72 | 11.84 | - |
| YUV | 104.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 92 | 0 | 0.73 | 0.55 | 0.19 | 345.6 | 0.6 | 0.51 |
| Hex | CE | 38 | 5C | 0 | 49 | 37 | 13 | 15A | 3C | 33 |
| Octal | 316 | 70 | 134 | 0 | 111 | 67 | 23 | 532 | 74 | 63 |
| Binary | 11001110 | 111000 | 1011100 | 0 | 1001001 | 110111 | 10011 | 101011010 | 111100 | 110011 |
Color Harmonies of #CE385C
Complementary color
Monochromatic Colors of #CE385C
Black with #CE385C
Text Example
Text Example
White with #CE385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE385C; }
p { color: rgb(206,56,92); }
H1.HeaderClassName
{
color: #CE385C;
}
.AnyTagClassName
{
color: #CE385C;
}
</style>
background-color css
<style>
a { background-color: #CE385C; }
a { background-color: rgb(206,56,92); }
div.DivClassName
{
background-color: #CE385C;
}
.BgClassName
{
background-color: #CE385C;
}
</style>
border-color css
<style>
span { border-color: #CE385C; }
span { border-color: rgb(206,56,92); }
td.TdClassName
{
border-color: #CE385C;
}
.TagClassName
{
border-color: #CE385C;
}
</style>