Shades of Deep Cerise #CE347C
Tints of Deep Cerise #CE347C
RGB
CMYK
RGB Variations
Color information
#CE347C (or 0xCE347C) is known color: Deep Cerise. HEX triplet: CE, 34 and 7C. RGB value is (206,52,124). Sum of RGB (Red+Green+Blue) = 206+52+124=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE347C is #31CB83. Grayscale: #6A6A6A. Windows color (decimal): -3263364 or 8139982. OLE color: 8139982.
HSL color Cylindrical-coordinate representation of color #CE347C: hue angle of 331.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE347C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 124 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.19 |
| HSL | 331.95º | 0.61% | 0.51% | - |
| HSV(B) | 331.95º | 0.75% | 0.81% | - |
| XYZ | 30.32 | 17.03 | 20.76 | - |
| YUV | 106.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 124 | 0 | 0.75 | 0.40 | 0.19 | 331.95 | 0.61 | 0.51 |
| Hex | CE | 34 | 7C | 0 | 4B | 28 | 13 | 14C | 3D | 33 |
| Octal | 316 | 64 | 174 | 0 | 113 | 50 | 23 | 514 | 75 | 63 |
| Binary | 11001110 | 110100 | 1111100 | 0 | 1001011 | 101000 | 10011 | 101001100 | 111101 | 110011 |
Color Harmonies of #CE347C
Complementary color
Monochromatic Colors of #CE347C
Black with #CE347C
Text Example
Text Example
White with #CE347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE347C; }
p { color: rgb(206,52,124); }
H1.HeaderClassName
{
color: #CE347C;
}
.AnyTagClassName
{
color: #CE347C;
}
</style>
background-color css
<style>
a { background-color: #CE347C; }
a { background-color: rgb(206,52,124); }
div.DivClassName
{
background-color: #CE347C;
}
.BgClassName
{
background-color: #CE347C;
}
</style>
border-color css
<style>
span { border-color: #CE347C; }
span { border-color: rgb(206,52,124); }
td.TdClassName
{
border-color: #CE347C;
}
.TagClassName
{
border-color: #CE347C;
}
</style>