Shades of Deep Cerise #CE308B
Tints of Deep Cerise #CE308B
RGB
CMYK
RGB Variations
Color information
#CE308B (or 0xCE308B) is known color: Deep Cerise. HEX triplet: CE, 30 and 8B. RGB value is (206,48,139). Sum of RGB (Red+Green+Blue) = 206+48+139=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE308B is #31CF74. Grayscale: #696969. Windows color (decimal): -3264373 or 9121998. OLE color: 9121998.
HSL color Cylindrical-coordinate representation of color #CE308B: hue angle of 325.44º 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 #CE308B is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 139 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.19 |
| HSL | 325.44º | 0.62% | 0.5% | - |
| HSV(B) | 325.44º | 0.77% | 0.81% | - |
| XYZ | 31.17 | 17.1 | 26.08 | - |
| YUV | 105.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 139 | 0 | 0.77 | 0.33 | 0.19 | 325.44 | 0.62 | 0.5 |
| Hex | CE | 30 | 8B | 0 | 4D | 21 | 13 | 145 | 3E | 32 |
| Octal | 316 | 60 | 213 | 0 | 115 | 41 | 23 | 505 | 76 | 62 |
| Binary | 11001110 | 110000 | 10001011 | 0 | 1001101 | 100001 | 10011 | 101000101 | 111110 | 110010 |
Color Harmonies of #CE308B
Complementary color
Monochromatic Colors of #CE308B
Black with #CE308B
Text Example
Text Example
White with #CE308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE308B; }
p { color: rgb(206,48,139); }
H1.HeaderClassName
{
color: #CE308B;
}
.AnyTagClassName
{
color: #CE308B;
}
</style>
background-color css
<style>
a { background-color: #CE308B; }
a { background-color: rgb(206,48,139); }
div.DivClassName
{
background-color: #CE308B;
}
.BgClassName
{
background-color: #CE308B;
}
</style>
border-color css
<style>
span { border-color: #CE308B; }
span { border-color: rgb(206,48,139); }
td.TdClassName
{
border-color: #CE308B;
}
.TagClassName
{
border-color: #CE308B;
}
</style>