#CE3089

Color #CE3089 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CE3089

Tints of Deep Cerise #CE3089

Color information

#CE3089 (or 0xCE3089) is unknown color: approx Deep Cerise. HEX triplet: CE, 30 and 89. RGB value is (206,48,137). Sum of RGB (Red+Green+Blue) = 206+48+137=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3089 is #31CF76. Grayscale: #696969. Windows color (decimal): -3264375 or 8990926. OLE color: 8990926.

HSL color Cylindrical-coordinate representation of color #CE3089: hue angle of 326.2º 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 #CE3089 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20648137-
CMYK00.770.330.19
HSL326.2º62.2%49.8%-
HSV(B)326.2º76.7%80.78%-
XYZ31.0317.0425.32-
YUV105.39145.85199.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=52.69%
G=12.28%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064813700.770.330.19326.262.249.8
HexCE308904D21131463e32
Octal31660211011541235067662
Binary11001110110000100010010100110110000110011101000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3089; }

 p { color: rgb(206,48,137); }

 H1.HeaderClassName
 {
   color: #CE3089;
 }
 .AnyTagClassName
 {
   color: #CE3089;
 }
</style>
background-color css

<style>
 a { background-color: #CE3089; }

 a { background-color: rgb(206,48,137); }

 div.DivClassName
 {
   background-color: #CE3089;
 }
 .BgClassName
 {
   background-color: #CE3089;
 }
</style>
border-color css

<style>
 span { border-color: #CE3089; }

 span { border-color: rgb(206,48,137); }

 td.TdClassName
 {
   border-color: #CE3089;
 }
 .TagClassName
 {
   border-color: #CE3089;
 }
</style>