#CE288B

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

Shades of Deep Cerise #CE288B

Tints of Deep Cerise #CE288B

Color information

#CE288B (or 0xCE288B) is unknown color: approx Deep Cerise. HEX triplet: CE, 28 and 8B. RGB value is (206,40,139). Sum of RGB (Red+Green+Blue) = 206+40+139=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE288B is #31D774. Grayscale: #646464. Windows color (decimal): -3266421 or 9119950. OLE color: 9119950.

HSL color Cylindrical-coordinate representation of color #CE288B: hue angle of 324.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE288B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20640139-
CMYK00.810.330.19
HSL324.22º67.48%48.24%-
HSV(B)324.22º80.58%80.78%-
XYZ30.8716.525.98-
YUV100.92149.5202.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=53.51%
G=10.39%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064013900.810.330.19324.2267.4848.24
HexCE288B05121131444330
Octal316502130121412350410360
Binary110011101010001000101101010001100001100111010001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE288B; }

 p { color: rgb(206,40,139); }

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

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

 a { background-color: rgb(206,40,139); }

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

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

 span { border-color: rgb(206,40,139); }

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