Shades of Deep Cerise #CE349F
Tints of Deep Cerise #CE349F
RGB
CMYK
RGB Variations
Color information
#CE349F (or 0xCE349F) is known color: Deep Cerise. HEX triplet: CE, 34 and 9F. RGB value is (206,52,159). Sum of RGB (Red+Green+Blue) = 206+52+159=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE349F is #31CB60. Grayscale: #6D6D6D. Windows color (decimal): -3263329 or 10433742. OLE color: 10433742.
HSL color Cylindrical-coordinate representation of color #CE349F: hue angle of 318.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE349F is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 159 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.19 |
| HSL | 318.31º | 0.61% | 0.51% | - |
| HSV(B) | 318.31º | 0.75% | 0.81% | - |
| XYZ | 32.94 | 18.08 | 34.55 | - |
| YUV | 110.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 159 | 0 | 0.75 | 0.23 | 0.19 | 318.31 | 0.61 | 0.51 |
| Hex | CE | 34 | 9F | 0 | 4B | 17 | 13 | 13E | 3D | 33 |
| Octal | 316 | 64 | 237 | 0 | 113 | 27 | 23 | 476 | 75 | 63 |
| Binary | 11001110 | 110100 | 10011111 | 0 | 1001011 | 10111 | 10011 | 100111110 | 111101 | 110011 |
Color Harmonies of #CE349F
Complementary color
Monochromatic Colors of #CE349F
Black with #CE349F
Text Example
Text Example
White with #CE349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE349F; }
p { color: rgb(206,52,159); }
H1.HeaderClassName
{
color: #CE349F;
}
.AnyTagClassName
{
color: #CE349F;
}
</style>
background-color css
<style>
a { background-color: #CE349F; }
a { background-color: rgb(206,52,159); }
div.DivClassName
{
background-color: #CE349F;
}
.BgClassName
{
background-color: #CE349F;
}
</style>
border-color css
<style>
span { border-color: #CE349F; }
span { border-color: rgb(206,52,159); }
td.TdClassName
{
border-color: #CE349F;
}
.TagClassName
{
border-color: #CE349F;
}
</style>