Shades of Deep Cerise #CE339B
Tints of Deep Cerise #CE339B
RGB
CMYK
RGB Variations
Color information
#CE339B (or 0xCE339B) is known color: Deep Cerise. HEX triplet: CE, 33 and 9B. RGB value is (206,51,155). Sum of RGB (Red+Green+Blue) = 206+51+155=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE339B is #31CC64. Grayscale: #6C6C6C. Windows color (decimal): -3263589 or 10171342. OLE color: 10171342.
HSL color Cylindrical-coordinate representation of color #CE339B: hue angle of 319.74º 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 #CE339B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 155 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.19 |
| HSL | 319.74º | 0.61% | 0.5% | - |
| HSV(B) | 319.74º | 0.75% | 0.81% | - |
| XYZ | 32.55 | 17.86 | 32.74 | - |
| YUV | 109.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 155 | 0 | 0.75 | 0.25 | 0.19 | 319.74 | 0.61 | 0.5 |
| Hex | CE | 33 | 9B | 0 | 4B | 19 | 13 | 140 | 3D | 32 |
| Octal | 316 | 63 | 233 | 0 | 113 | 31 | 23 | 500 | 75 | 62 |
| Binary | 11001110 | 110011 | 10011011 | 0 | 1001011 | 11001 | 10011 | 101000000 | 111101 | 110010 |
Color Harmonies of #CE339B
Complementary color
Monochromatic Colors of #CE339B
Black with #CE339B
Text Example
Text Example
White with #CE339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE339B; }
p { color: rgb(206,51,155); }
H1.HeaderClassName
{
color: #CE339B;
}
.AnyTagClassName
{
color: #CE339B;
}
</style>
background-color css
<style>
a { background-color: #CE339B; }
a { background-color: rgb(206,51,155); }
div.DivClassName
{
background-color: #CE339B;
}
.BgClassName
{
background-color: #CE339B;
}
</style>
border-color css
<style>
span { border-color: #CE339B; }
span { border-color: rgb(206,51,155); }
td.TdClassName
{
border-color: #CE339B;
}
.TagClassName
{
border-color: #CE339B;
}
</style>