Shades of Deep Cerise #CE308F
Tints of Deep Cerise #CE308F
RGB
CMYK
RGB Variations
Color information
#CE308F (or 0xCE308F) is known color: Deep Cerise. HEX triplet: CE, 30 and 8F. RGB value is (206,48,143). Sum of RGB (Red+Green+Blue) = 206+48+143=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE308F is #31CF70. Grayscale: #696969. Windows color (decimal): -3264369 or 9384142. OLE color: 9384142.
HSL color Cylindrical-coordinate representation of color #CE308F: hue angle of 323.92º 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 #CE308F is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 143 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.19 |
| HSL | 323.92º | 0.62% | 0.5% | - |
| HSV(B) | 323.92º | 0.77% | 0.81% | - |
| XYZ | 31.47 | 17.22 | 27.65 | - |
| YUV | 106.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 143 | 0 | 0.77 | 0.31 | 0.19 | 323.92 | 0.62 | 0.5 |
| Hex | CE | 30 | 8F | 0 | 4D | 1F | 13 | 144 | 3E | 32 |
| Octal | 316 | 60 | 217 | 0 | 115 | 37 | 23 | 504 | 76 | 62 |
| Binary | 11001110 | 110000 | 10001111 | 0 | 1001101 | 11111 | 10011 | 101000100 | 111110 | 110010 |
Color Harmonies of #CE308F
Complementary color
Monochromatic Colors of #CE308F
Black with #CE308F
Text Example
Text Example
White with #CE308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE308F; }
p { color: rgb(206,48,143); }
H1.HeaderClassName
{
color: #CE308F;
}
.AnyTagClassName
{
color: #CE308F;
}
</style>
background-color css
<style>
a { background-color: #CE308F; }
a { background-color: rgb(206,48,143); }
div.DivClassName
{
background-color: #CE308F;
}
.BgClassName
{
background-color: #CE308F;
}
</style>
border-color css
<style>
span { border-color: #CE308F; }
span { border-color: rgb(206,48,143); }
td.TdClassName
{
border-color: #CE308F;
}
.TagClassName
{
border-color: #CE308F;
}
</style>