#CE2B91

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

Shades of Deep Cerise #CE2B91

Tints of Deep Cerise #CE2B91

Color information

#CE2B91 (or 0xCE2B91) is unknown color: approx Deep Cerise. HEX triplet: CE, 2B and 91. RGB value is (206,43,145). Sum of RGB (Red+Green+Blue) = 206+43+145=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2B91 is #31D46E. Grayscale: #676767. Windows color (decimal): -3265647 or 9513934. OLE color: 9513934.

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

Color convert

RGB20643145-
CMYK00.790.300.19
HSL322.45º65.46%48.82%-
HSV(B)322.45º79.13%80.78%-
XYZ31.4316.8928.39-
YUV103.36151.5201.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 43 (17.19% from 255) = 10.91%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=52.28%
G=10.91%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064314500.790.300.19322.4565.4648.82
HexCE2B9104F1E131424131
Octal316532210117362350210161
Binary11001110101011100100010100111111110100111010000101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2B91; }

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

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

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

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

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

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

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

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