Shades of Deep Cerise #CE339D
Tints of Deep Cerise #CE339D
RGB
CMYK
RGB Variations
Color information
#CE339D (or 0xCE339D) is known color: Deep Cerise. HEX triplet: CE, 33 and 9D. RGB value is (206,51,157). Sum of RGB (Red+Green+Blue) = 206+51+157=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE339D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE339D is #31CC62. Grayscale: #6D6D6D. Windows color (decimal): -3263587 or 10302414. OLE color: 10302414.
HSL color Cylindrical-coordinate representation of color #CE339D: hue angle of 318.97º 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 #CE339D is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 157 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.19 |
| HSL | 318.97º | 0.61% | 0.5% | - |
| HSV(B) | 318.97º | 0.75% | 0.81% | - |
| XYZ | 32.72 | 17.92 | 33.63 | - |
| YUV | 109.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 157 | 0 | 0.75 | 0.24 | 0.19 | 318.97 | 0.61 | 0.5 |
| Hex | CE | 33 | 9D | 0 | 4B | 18 | 13 | 13F | 3D | 32 |
| Octal | 316 | 63 | 235 | 0 | 113 | 30 | 23 | 477 | 75 | 62 |
| Binary | 11001110 | 110011 | 10011101 | 0 | 1001011 | 11000 | 10011 | 100111111 | 111101 | 110010 |
Color Harmonies of #CE339D
Complementary color
Monochromatic Colors of #CE339D
Black with #CE339D
Text Example
Text Example
White with #CE339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE339D; }
p { color: rgb(206,51,157); }
H1.HeaderClassName
{
color: #CE339D;
}
.AnyTagClassName
{
color: #CE339D;
}
</style>
background-color css
<style>
a { background-color: #CE339D; }
a { background-color: rgb(206,51,157); }
div.DivClassName
{
background-color: #CE339D;
}
.BgClassName
{
background-color: #CE339D;
}
</style>
border-color css
<style>
span { border-color: #CE339D; }
span { border-color: rgb(206,51,157); }
td.TdClassName
{
border-color: #CE339D;
}
.TagClassName
{
border-color: #CE339D;
}
</style>