Shades of Deep Cerise #CE309C
Tints of Deep Cerise #CE309C
RGB
CMYK
RGB Variations
Color information
#CE309C (or 0xCE309C) is known color: Deep Cerise. HEX triplet: CE, 30 and 9C. RGB value is (206,48,156). Sum of RGB (Red+Green+Blue) = 206+48+156=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE309C is #31CF63. Grayscale: #6B6B6B. Windows color (decimal): -3264356 or 10236110. OLE color: 10236110.
HSL color Cylindrical-coordinate representation of color #CE309C: hue angle of 318.99º 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 #CE309C is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 156 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.19 |
| HSL | 318.99º | 0.62% | 0.5% | - |
| HSV(B) | 318.99º | 0.77% | 0.81% | - |
| XYZ | 32.51 | 17.64 | 33.14 | - |
| YUV | 107.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 156 | 0 | 0.77 | 0.24 | 0.19 | 318.99 | 0.62 | 0.5 |
| Hex | CE | 30 | 9C | 0 | 4D | 18 | 13 | 13F | 3E | 32 |
| Octal | 316 | 60 | 234 | 0 | 115 | 30 | 23 | 477 | 76 | 62 |
| Binary | 11001110 | 110000 | 10011100 | 0 | 1001101 | 11000 | 10011 | 100111111 | 111110 | 110010 |
Color Harmonies of #CE309C
Complementary color
Monochromatic Colors of #CE309C
Black with #CE309C
Text Example
Text Example
White with #CE309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE309C; }
p { color: rgb(206,48,156); }
H1.HeaderClassName
{
color: #CE309C;
}
.AnyTagClassName
{
color: #CE309C;
}
</style>
background-color css
<style>
a { background-color: #CE309C; }
a { background-color: rgb(206,48,156); }
div.DivClassName
{
background-color: #CE309C;
}
.BgClassName
{
background-color: #CE309C;
}
</style>
border-color css
<style>
span { border-color: #CE309C; }
span { border-color: rgb(206,48,156); }
td.TdClassName
{
border-color: #CE309C;
}
.TagClassName
{
border-color: #CE309C;
}
</style>