Shades of Deep Cerise #CE337D
Tints of Deep Cerise #CE337D
RGB
CMYK
RGB Variations
Color information
#CE337D (or 0xCE337D) is known color: Deep Cerise. HEX triplet: CE, 33 and 7D. RGB value is (206,51,125). Sum of RGB (Red+Green+Blue) = 206+51+125=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE337D is #31CC82. Grayscale: #696969. Windows color (decimal): -3263619 or 8205262. OLE color: 8205262.
HSL color Cylindrical-coordinate representation of color #CE337D: hue angle of 331.35º 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 #CE337D is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 125 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.19 |
| HSL | 331.35º | 0.61% | 0.5% | - |
| HSV(B) | 331.35º | 0.75% | 0.81% | - |
| XYZ | 30.34 | 16.97 | 21.08 | - |
| YUV | 105.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 125 | 0 | 0.75 | 0.39 | 0.19 | 331.35 | 0.61 | 0.5 |
| Hex | CE | 33 | 7D | 0 | 4B | 27 | 13 | 14B | 3D | 32 |
| Octal | 316 | 63 | 175 | 0 | 113 | 47 | 23 | 513 | 75 | 62 |
| Binary | 11001110 | 110011 | 1111101 | 0 | 1001011 | 100111 | 10011 | 101001011 | 111101 | 110010 |
Color Harmonies of #CE337D
Complementary color
Monochromatic Colors of #CE337D
Black with #CE337D
Text Example
Text Example
White with #CE337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE337D; }
p { color: rgb(206,51,125); }
H1.HeaderClassName
{
color: #CE337D;
}
.AnyTagClassName
{
color: #CE337D;
}
</style>
background-color css
<style>
a { background-color: #CE337D; }
a { background-color: rgb(206,51,125); }
div.DivClassName
{
background-color: #CE337D;
}
.BgClassName
{
background-color: #CE337D;
}
</style>
border-color css
<style>
span { border-color: #CE337D; }
span { border-color: rgb(206,51,125); }
td.TdClassName
{
border-color: #CE337D;
}
.TagClassName
{
border-color: #CE337D;
}
</style>