Shades of Cerise #CE385A
Tints of Cerise #CE385A
RGB
CMYK
RGB Variations
Color information
#CE385A (or 0xCE385A) is known color: Cerise. HEX triplet: CE, 38 and 5A. RGB value is (206,56,90). Sum of RGB (Red+Green+Blue) = 206+56+90=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE385A is #31C7A5. Grayscale: #686868. Windows color (decimal): -3262374 or 5912782. OLE color: 5912782.
HSL color Cylindrical-coordinate representation of color #CE385A: hue angle of 346.4º 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 #CE385A is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 90 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.19 |
| HSL | 346.4º | 0.6% | 0.51% | - |
| HSV(B) | 346.4º | 0.73% | 0.81% | - |
| XYZ | 28.71 | 16.69 | 11.38 | - |
| YUV | 104.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 90 | 0 | 0.73 | 0.56 | 0.19 | 346.4 | 0.6 | 0.51 |
| Hex | CE | 38 | 5A | 0 | 49 | 38 | 13 | 15A | 3C | 33 |
| Octal | 316 | 70 | 132 | 0 | 111 | 70 | 23 | 532 | 74 | 63 |
| Binary | 11001110 | 111000 | 1011010 | 0 | 1001001 | 111000 | 10011 | 101011010 | 111100 | 110011 |
Color Harmonies of #CE385A
Complementary color
Monochromatic Colors of #CE385A
Black with #CE385A
Text Example
Text Example
White with #CE385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE385A; }
p { color: rgb(206,56,90); }
H1.HeaderClassName
{
color: #CE385A;
}
.AnyTagClassName
{
color: #CE385A;
}
</style>
background-color css
<style>
a { background-color: #CE385A; }
a { background-color: rgb(206,56,90); }
div.DivClassName
{
background-color: #CE385A;
}
.BgClassName
{
background-color: #CE385A;
}
</style>
border-color css
<style>
span { border-color: #CE385A; }
span { border-color: rgb(206,56,90); }
td.TdClassName
{
border-color: #CE385A;
}
.TagClassName
{
border-color: #CE385A;
}
</style>