Shades of Deep Cerise #CE367C
Tints of Deep Cerise #CE367C
RGB
CMYK
RGB Variations
Color information
#CE367C (or 0xCE367C) is known color: Deep Cerise. HEX triplet: CE, 36 and 7C. RGB value is (206,54,124). Sum of RGB (Red+Green+Blue) = 206+54+124=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE367C is #31C983. Grayscale: #6B6B6B. Windows color (decimal): -3262852 or 8140494. OLE color: 8140494.
HSL color Cylindrical-coordinate representation of color #CE367C: hue angle of 332.37º 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 #CE367C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 124 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.19 |
| HSL | 332.37º | 0.61% | 0.51% | - |
| HSV(B) | 332.37º | 0.74% | 0.81% | - |
| XYZ | 30.41 | 17.22 | 20.79 | - |
| YUV | 107.43 | 137.36 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 124 | 0 | 0.74 | 0.40 | 0.19 | 332.37 | 0.61 | 0.51 |
| Hex | CE | 36 | 7C | 0 | 4A | 28 | 13 | 14C | 3D | 33 |
| Octal | 316 | 66 | 174 | 0 | 112 | 50 | 23 | 514 | 75 | 63 |
| Binary | 11001110 | 110110 | 1111100 | 0 | 1001010 | 101000 | 10011 | 101001100 | 111101 | 110011 |
Color Harmonies of #CE367C
Complementary color
Monochromatic Colors of #CE367C
Black with #CE367C
Text Example
Text Example
White with #CE367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE367C; }
p { color: rgb(206,54,124); }
H1.HeaderClassName
{
color: #CE367C;
}
.AnyTagClassName
{
color: #CE367C;
}
</style>
background-color css
<style>
a { background-color: #CE367C; }
a { background-color: rgb(206,54,124); }
div.DivClassName
{
background-color: #CE367C;
}
.BgClassName
{
background-color: #CE367C;
}
</style>
border-color css
<style>
span { border-color: #CE367C; }
span { border-color: rgb(206,54,124); }
td.TdClassName
{
border-color: #CE367C;
}
.TagClassName
{
border-color: #CE367C;
}
</style>