Shades of Deep Cerise #CE357C
Tints of Deep Cerise #CE357C
RGB
CMYK
RGB Variations
Color information
#CE357C (or 0xCE357C) is known color: Deep Cerise. HEX triplet: CE, 35 and 7C. RGB value is (206,53,124). Sum of RGB (Red+Green+Blue) = 206+53+124=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE357C is #31CA83. Grayscale: #6A6A6A. Windows color (decimal): -3263108 or 8140238. OLE color: 8140238.
HSL color Cylindrical-coordinate representation of color #CE357C: hue angle of 332.16º 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 #CE357C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 124 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.19 |
| HSL | 332.16º | 0.61% | 0.51% | - |
| HSV(B) | 332.16º | 0.74% | 0.81% | - |
| XYZ | 30.36 | 17.12 | 20.77 | - |
| YUV | 106.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 124 | 0 | 0.74 | 0.40 | 0.19 | 332.16 | 0.61 | 0.51 |
| Hex | CE | 35 | 7C | 0 | 4A | 28 | 13 | 14C | 3D | 33 |
| Octal | 316 | 65 | 174 | 0 | 112 | 50 | 23 | 514 | 75 | 63 |
| Binary | 11001110 | 110101 | 1111100 | 0 | 1001010 | 101000 | 10011 | 101001100 | 111101 | 110011 |
Color Harmonies of #CE357C
Complementary color
Monochromatic Colors of #CE357C
Black with #CE357C
Text Example
Text Example
White with #CE357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE357C; }
p { color: rgb(206,53,124); }
H1.HeaderClassName
{
color: #CE357C;
}
.AnyTagClassName
{
color: #CE357C;
}
</style>
background-color css
<style>
a { background-color: #CE357C; }
a { background-color: rgb(206,53,124); }
div.DivClassName
{
background-color: #CE357C;
}
.BgClassName
{
background-color: #CE357C;
}
</style>
border-color css
<style>
span { border-color: #CE357C; }
span { border-color: rgb(206,53,124); }
td.TdClassName
{
border-color: #CE357C;
}
.TagClassName
{
border-color: #CE357C;
}
</style>