#ce2b87

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

Shades of Deep Cerise #CE2B87

Tints of Deep Cerise #CE2B87

Color information

#CE2B87 (or 0xCE2B87) is unknown color: approx Deep Cerise. HEX triplet: CE, 2B and 87. RGB value is (206,43,135). Sum of RGB (Red+Green+Blue) = 206+43+135=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B87 is #31D478. Grayscale: #666666. Windows color (decimal): -3265657 or 8858574. OLE color: 8858574.

HSL color Cylindrical-coordinate representation of color #CE2B87: hue angle of 326.13º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2B87 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB20643135-
CMYK00.790.340.19
HSL326.13º65.46%48.82%-
HSV(B)326.13º79.13%80.78%-
XYZ30.6916.624.51-
YUV102.22146.5202.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.65%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=53.65%
G=11.20%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064313500.790.340.19326.1365.4648.82
HexCE2B8704F22131464131
Octal316532070117422350610161
Binary110011101010111000011101001111100010100111010001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2b87; }

 p { color: rgb(206,43,135); }

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

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

 a { background-color: rgb(206,43,135); }

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

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

 span { border-color: rgb(206,43,135); }

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