COLOR #CE59B1

HEX: #CE59B1
RGB: (206,89,177)

Color info

#CE59B1 contains mainly red and blue colors. Web safe color of #CE59B1 is #CC6699 (or #C69).

RGB color model

#CE59B1 color RGB value is (206,89,177).

  • red value is 206;
  • green value is 89;
  • blue value is 177.
RGB:
(206,89,177)
(81%,35%,69%)

RGB channels and saturation

R 206 of 255 = 81%
G 89 of 255 = 35%
B 177 of 255 = 69%

206
89
177

R + G + B ~ 62%. #CE59B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 89 + 177 = 472 (100%)
R 206 of 472 ~ 43.64%
G 89 of 472 ~ 18.86%
B 177 of 472 ~ 37.5%

%43.64
%18.86
%37.5

CMYK color model

#CE59B1 color CMYK value is (0,57,14,19).

  • cyan value is 0.00%
  • magenta value is 56.80%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(0,57,14,19)
C0M57Y14K19 
(0%,57%,14%,19%)
(0.00/0.57/0.14/0.19)	

CMYK percentages

%0
%56.8
%14.08
%19.22

Codes

Color #CE59B1 in popluar color models

CE59B1
RGB20689177
HSL315°54.42%57.84%
HSB/HSV315°56.80%80.78%
CMYK0.00%56.80%14.08%
19.22%

Color #CE59B1 in popluar number systems.

HEXCE59B1
Decimal20689177
Binary11001110101100110110001
Octal316131261

Shades and tints

Shades of #CE59B1

#CE59B1
(206,89,177)
#BC51A1
(188,81,161)
#AA4991
(170,73,145)
#984181
(152,65,129)
#863971
(134,57,113)
#743161
(116,49,97)
#622951
(98,41,81)
#502141
(80,33,65)
#3E1931
(62,25,49)
#2C1121
(44,17,33)
#1A0911
(26,9,17)
#000000
(0,0,0)

Tints of #CE59B1

#CE59B1
(206,89,177)
#D268B8
(210,104,184)
#D677BF
(214,119,191)
#DA86C6
(218,134,198)
#DE95CD
(222,149,205)
#E2A4D4
(226,164,212)
#E6B3DB
(230,179,219)
#EAC2E2
(234,194,226)
#EED1E9
(238,209,233)
#F2E0F0
(242,224,240)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE59B1 color. Also use rgb(206,89,177) instead hex code.

Text Font Color

.myTextColor { color: #CE59B1; }

<p style="color:#CE59B1">This sample text font color is #CE59B1.</p>

This text font color is #CE59B1.


Background Color

.myBgColor { background-color: #CE59B1; }

<div style="background-color:#CE59B1">Inner text</div>

This div background color is #CE59B1.


Border color

.myBorderColor { border: 1px solid #CE59B1; }

<div style="border:3px solid #CE59B1">Div</div>

This div border color is #CE59B1.


Opacity

.myOpacity80 { color: #CE59B1; opacity: 0.8; }

<p style="color:#CE59B1;opacity:0.8;">80%</p>

Text with #CE59B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CE59B1;}

<p style="text-shadow: 3px 3px 1px #CE59B1">Text here.</p>

This text has shadow with #CE59B1 color.

.textShadow {text-shadow: 3px 3px 1px #CE59B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CE59B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #CE59B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CE59B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CE59B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #CE59B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CE59B1;
  -webkit-box-shadow:	1px 1px 3px 2px #CE59B1;
  box-shadow:		1px 1px 3px 2px #CE59B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CE59B1;
-webkit-box-shadow: 1px 1px 3px 2px #CE59B1;
box-shadow:1px 1px 3px 2px #CE59B1;">
Div content here</div>
This div box has shadow with color #CE59B1.

Preview

Color preview on black background

This text has color #CE59B1 on black background.


Color preview on white background

This text has color #CE59B1 on white background.



Black color preview on #CE59B1 background

This text has black color on #CE59B1 background.


White color preview on #CE59B1 background

This text has white color on #CE59B1 background.