Shades of Deep Cerise #CE329F
Tints of Deep Cerise #CE329F
RGB
CMYK
RGB Variations
Color information
#CE329F (or 0xCE329F) is known color: Deep Cerise. HEX triplet: CE, 32 and 9F. RGB value is (206,50,159). Sum of RGB (Red+Green+Blue) = 206+50+159=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE329F is #31CD60. Grayscale: #6C6C6C. Windows color (decimal): -3263841 or 10433230. OLE color: 10433230.
HSL color Cylindrical-coordinate representation of color #CE329F: hue angle of 318.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE329F is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 159 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.19 |
| HSL | 318.08º | 0.61% | 0.5% | - |
| HSV(B) | 318.08º | 0.76% | 0.81% | - |
| XYZ | 32.85 | 17.91 | 34.53 | - |
| YUV | 109.07 | 156.18 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 159 | 0 | 0.76 | 0.23 | 0.19 | 318.08 | 0.61 | 0.5 |
| Hex | CE | 32 | 9F | 0 | 4C | 17 | 13 | 13E | 3D | 32 |
| Octal | 316 | 62 | 237 | 0 | 114 | 27 | 23 | 476 | 75 | 62 |
| Binary | 11001110 | 110010 | 10011111 | 0 | 1001100 | 10111 | 10011 | 100111110 | 111101 | 110010 |
Color Harmonies of #CE329F
Complementary color
Monochromatic Colors of #CE329F
Black with #CE329F
Text Example
Text Example
White with #CE329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE329F; }
p { color: rgb(206,50,159); }
H1.HeaderClassName
{
color: #CE329F;
}
.AnyTagClassName
{
color: #CE329F;
}
</style>
background-color css
<style>
a { background-color: #CE329F; }
a { background-color: rgb(206,50,159); }
div.DivClassName
{
background-color: #CE329F;
}
.BgClassName
{
background-color: #CE329F;
}
</style>
border-color css
<style>
span { border-color: #CE329F; }
span { border-color: rgb(206,50,159); }
td.TdClassName
{
border-color: #CE329F;
}
.TagClassName
{
border-color: #CE329F;
}
</style>