Shades of Deep Cerise #CE337F
Tints of Deep Cerise #CE337F
RGB
CMYK
RGB Variations
Color information
#CE337F (or 0xCE337F) is known color: Deep Cerise. HEX triplet: CE, 33 and 7F. RGB value is (206,51,127). Sum of RGB (Red+Green+Blue) = 206+51+127=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE337F is #31CC80. Grayscale: #696969. Windows color (decimal): -3263617 or 8336334. OLE color: 8336334.
HSL color Cylindrical-coordinate representation of color #CE337F: hue angle of 330.58º 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 #CE337F is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 127 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.19 |
| HSL | 330.58º | 0.61% | 0.5% | - |
| HSV(B) | 330.58º | 0.75% | 0.81% | - |
| XYZ | 30.47 | 17.02 | 21.76 | - |
| YUV | 106.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 127 | 0 | 0.75 | 0.38 | 0.19 | 330.58 | 0.61 | 0.5 |
| Hex | CE | 33 | 7F | 0 | 4B | 26 | 13 | 14B | 3D | 32 |
| Octal | 316 | 63 | 177 | 0 | 113 | 46 | 23 | 513 | 75 | 62 |
| Binary | 11001110 | 110011 | 1111111 | 0 | 1001011 | 100110 | 10011 | 101001011 | 111101 | 110010 |
Color Harmonies of #CE337F
Complementary color
Monochromatic Colors of #CE337F
Black with #CE337F
Text Example
Text Example
White with #CE337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE337F; }
p { color: rgb(206,51,127); }
H1.HeaderClassName
{
color: #CE337F;
}
.AnyTagClassName
{
color: #CE337F;
}
</style>
background-color css
<style>
a { background-color: #CE337F; }
a { background-color: rgb(206,51,127); }
div.DivClassName
{
background-color: #CE337F;
}
.BgClassName
{
background-color: #CE337F;
}
</style>
border-color css
<style>
span { border-color: #CE337F; }
span { border-color: rgb(206,51,127); }
td.TdClassName
{
border-color: #CE337F;
}
.TagClassName
{
border-color: #CE337F;
}
</style>