COLOR #CE15B1

HEX: #CE15B1
RGB: (206,21,177)

Color info

#CE15B1 contains mainly red and blue colors. Web safe color of #CE15B1 is #CC0099 (or #C09).

RGB color model

#CE15B1 color RGB value is (206,21,177).

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

RGB channels and saturation

R 206 of 255 = 81%
G 21 of 255 = 8%
B 177 of 255 = 69%

206
21
177

R + G + B ~ 53%. #CE15B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 21 + 177 = 404 (100%)
R 206 of 404 ~ 50.99%
G 21 of 404 ~ 5.2%
B 177 of 404 ~ 43.81%

%50.99
%43.81

CMYK color model

#CE15B1 color CMYK value is (0,90,14,19).

  • cyan value is 0.00%
  • magenta value is 89.81%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK: (0,90,14,19) C0M90Y14K19 (0%,90%,14%,19%) (0.00/0.90/0.14/0.19)

CMYK percentages

%0
%89.81
%14.08
%19.22

Codes

Color #CE15B1 in popluar color models

CE15B1
RGB20621177
HSL309°81.50%44.51%
HSB/HSV309°89.81%80.78%
CMYK0.00%89.81%14.08%
19.22%

Color #CE15B1 in popluar number systems.

HEXCE15B1
Decimal20621177
Binary110011101010110110001
Octal31625261

Shades and tints

Shades of #CE15B1

#CE15B1
(206,21,177)
#BC14A1
(188,20,161)
#AA1391
(170,19,145)
#981281
(152,18,129)
#861171
(134,17,113)
#741061
(116,16,97)
#620F51
(98,15,81)
#500E41
(80,14,65)
#3E0D31
(62,13,49)
#2C0C21
(44,12,33)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #CE15B1

#CE15B1
(206,21,177)
#D22AB8
(210,42,184)
#D63FBF
(214,63,191)
#DA54C6
(218,84,198)
#DE69CD
(222,105,205)
#E27ED4
(226,126,212)
#E693DB
(230,147,219)
#EAA8E2
(234,168,226)
#EEBDE9
(238,189,233)
#F2D2F0
(242,210,240)
#F6E7F7
(246,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE15B1; }

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

This text font color is #CE15B1.


Background Color

.myBgColor { background-color: #CE15B1; }

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

This div background color is #CE15B1.


Border color

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

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

This div border color is #CE15B1.


Opacity

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

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

Text with #CE15B1 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 #CE15B1;}

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

This text has shadow with #CE15B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CE15B1 on black background.


Color preview on white background

This text has color #CE15B1 on white background.



Black color preview on #CE15B1 background

This text has black color on #CE15B1 background.


White color preview on #CE15B1 background

This text has white color on #CE15B1 background.