Shades of Deep Cerise #CE337C
Tints of Deep Cerise #CE337C
RGB
CMYK
RGB Variations
Color information
#CE337C (or 0xCE337C) is known color: Deep Cerise. HEX triplet: CE, 33 and 7C. RGB value is (206,51,124). Sum of RGB (Red+Green+Blue) = 206+51+124=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE337C is #31CC83. Grayscale: #696969. Windows color (decimal): -3263620 or 8139726. OLE color: 8139726.
HSL color Cylindrical-coordinate representation of color #CE337C: hue angle of 331.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE337C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 124 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.19 |
| HSL | 331.74º | 0.61% | 0.5% | - |
| HSV(B) | 331.74º | 0.75% | 0.81% | - |
| XYZ | 30.28 | 16.94 | 20.74 | - |
| YUV | 105.67 | 138.35 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 124 | 0 | 0.75 | 0.40 | 0.19 | 331.74 | 0.61 | 0.5 |
| Hex | CE | 33 | 7C | 0 | 4B | 28 | 13 | 14C | 3D | 32 |
| Octal | 316 | 63 | 174 | 0 | 113 | 50 | 23 | 514 | 75 | 62 |
| Binary | 11001110 | 110011 | 1111100 | 0 | 1001011 | 101000 | 10011 | 101001100 | 111101 | 110010 |
Color Harmonies of #CE337C
Complementary color
Monochromatic Colors of #CE337C
Black with #CE337C
Text Example
Text Example
White with #CE337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE337C; }
p { color: rgb(206,51,124); }
H1.HeaderClassName
{
color: #CE337C;
}
.AnyTagClassName
{
color: #CE337C;
}
</style>
background-color css
<style>
a { background-color: #CE337C; }
a { background-color: rgb(206,51,124); }
div.DivClassName
{
background-color: #CE337C;
}
.BgClassName
{
background-color: #CE337C;
}
</style>
border-color css
<style>
span { border-color: #CE337C; }
span { border-color: rgb(206,51,124); }
td.TdClassName
{
border-color: #CE337C;
}
.TagClassName
{
border-color: #CE337C;
}
</style>