Shades of Deep Cerise #CE309F
Tints of Deep Cerise #CE309F
RGB
CMYK
RGB Variations
Color information
#CE309F (or 0xCE309F) is known color: Deep Cerise. HEX triplet: CE, 30 and 9F. RGB value is (206,48,159). Sum of RGB (Red+Green+Blue) = 206+48+159=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE309F is #31CF60. Grayscale: #6B6B6B. Windows color (decimal): -3264353 or 10432718. OLE color: 10432718.
HSL color Cylindrical-coordinate representation of color #CE309F: hue angle of 317.85º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE309F is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 159 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.19 |
| HSL | 317.85º | 0.62% | 0.5% | - |
| HSV(B) | 317.85º | 0.77% | 0.81% | - |
| XYZ | 32.77 | 17.74 | 34.5 | - |
| YUV | 107.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 159 | 0 | 0.77 | 0.23 | 0.19 | 317.85 | 0.62 | 0.5 |
| Hex | CE | 30 | 9F | 0 | 4D | 17 | 13 | 13E | 3E | 32 |
| Octal | 316 | 60 | 237 | 0 | 115 | 27 | 23 | 476 | 76 | 62 |
| Binary | 11001110 | 110000 | 10011111 | 0 | 1001101 | 10111 | 10011 | 100111110 | 111110 | 110010 |
Color Harmonies of #CE309F
Complementary color
Monochromatic Colors of #CE309F
Black with #CE309F
Text Example
Text Example
White with #CE309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE309F; }
p { color: rgb(206,48,159); }
H1.HeaderClassName
{
color: #CE309F;
}
.AnyTagClassName
{
color: #CE309F;
}
</style>
background-color css
<style>
a { background-color: #CE309F; }
a { background-color: rgb(206,48,159); }
div.DivClassName
{
background-color: #CE309F;
}
.BgClassName
{
background-color: #CE309F;
}
</style>
border-color css
<style>
span { border-color: #CE309F; }
span { border-color: rgb(206,48,159); }
td.TdClassName
{
border-color: #CE309F;
}
.TagClassName
{
border-color: #CE309F;
}
</style>