Shades of Deep Cerise #CE389A
Tints of Deep Cerise #CE389A
RGB
CMYK
RGB Variations
Color information
#CE389A (or 0xCE389A) is known color: Deep Cerise. HEX triplet: CE, 38 and 9A. RGB value is (206,56,154). Sum of RGB (Red+Green+Blue) = 206+56+154=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE389A is #31C765. Grayscale: #6F6F6F. Windows color (decimal): -3262310 or 10107086. OLE color: 10107086.
HSL color Cylindrical-coordinate representation of color #CE389A: hue angle of 320.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE389A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 154 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.19 |
| HSL | 320.8º | 0.6% | 0.51% | - |
| HSV(B) | 320.8º | 0.73% | 0.81% | - |
| XYZ | 32.7 | 18.28 | 32.38 | - |
| YUV | 112.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 154 | 0 | 0.73 | 0.25 | 0.19 | 320.8 | 0.6 | 0.51 |
| Hex | CE | 38 | 9A | 0 | 49 | 19 | 13 | 141 | 3C | 33 |
| Octal | 316 | 70 | 232 | 0 | 111 | 31 | 23 | 501 | 74 | 63 |
| Binary | 11001110 | 111000 | 10011010 | 0 | 1001001 | 11001 | 10011 | 101000001 | 111100 | 110011 |
Color Harmonies of #CE389A
Complementary color
Monochromatic Colors of #CE389A
Black with #CE389A
Text Example
Text Example
White with #CE389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE389A; }
p { color: rgb(206,56,154); }
H1.HeaderClassName
{
color: #CE389A;
}
.AnyTagClassName
{
color: #CE389A;
}
</style>
background-color css
<style>
a { background-color: #CE389A; }
a { background-color: rgb(206,56,154); }
div.DivClassName
{
background-color: #CE389A;
}
.BgClassName
{
background-color: #CE389A;
}
</style>
border-color css
<style>
span { border-color: #CE389A; }
span { border-color: rgb(206,56,154); }
td.TdClassName
{
border-color: #CE389A;
}
.TagClassName
{
border-color: #CE389A;
}
</style>