COLOR #CE4481

HEX: #CE4481
RGB: (206,68,129)

Color info

#CE4481 contains mainly red color. Web safe color of #CE4481 is #CC3399 (or #C39).

RGB color model

#CE4481 color RGB value is (206,68,129).

  • red value is 206;
  • green value is 68;
  • blue value is 129.
RGB:
(206,68,129)
(81%,27%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 68 of 255 = 27%
B 129 of 255 = 51%

206
68
129

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

Portions of RGB colors in percentages

R + G + B =
206 + 68 + 129 = 403 (100%)
R 206 of 403 ~ 51.12%
G 68 of 403 ~ 16.87%
B 129 of 403 ~ 32.01%

%51.12
%16.87
%32.01

CMYK color model

#CE4481 color CMYK value is (0,67,37,19).

  • cyan value is 0.00%
  • magenta value is 66.99%
  • yellow value is 37.38%
  • key color value is 19.22%
CMYK:
(0,67,37,19)
C0M67Y37K19 
(0%,67%,37%,19%)
(0.00/0.67/0.37/0.19)	

CMYK percentages

%0
%66.99
%37.38
%19.22

Codes

Color #CE4481 in popluar color models

CE4481
RGB20668129
HSL333°58.47%53.73%
HSB/HSV333°66.99%80.78%
CMYK0.00%66.99%37.38%
19.22%

Color #CE4481 in popluar number systems.

HEXCE4481
Decimal20668129
Binary11001110100010010000001
Octal316104201

Shades and tints

Shades of #CE4481

#CE4481
(206,68,129)
#BC3E76
(188,62,118)
#AA386B
(170,56,107)
#983260
(152,50,96)
#862C55
(134,44,85)
#74264A
(116,38,74)
#62203F
(98,32,63)
#501A34
(80,26,52)
#3E1429
(62,20,41)
#2C0E1E
(44,14,30)
#1A0813
(26,8,19)
#000000
(0,0,0)

Tints of #CE4481

#CE4481
(206,68,129)
#D2558C
(210,85,140)
#D66697
(214,102,151)
#DA77A2
(218,119,162)
#DE88AD
(222,136,173)
#E299B8
(226,153,184)
#E6AAC3
(230,170,195)
#EABBCE
(234,187,206)
#EECCD9
(238,204,217)
#F2DDE4
(242,221,228)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE4481 color. Also use rgb(206,68,129) instead hex code.

Text Font Color

.myTextColor { color: #CE4481; }

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

This text font color is #CE4481.


Background Color

.myBgColor { background-color: #CE4481; }

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

This div background color is #CE4481.


Border color

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

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

This div border color is #CE4481.


Opacity

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

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

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

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

This text has shadow with #CE4481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE4481 on black background.


Color preview on white background

This text has color #CE4481 on white background.



Black color preview on #CE4481 background

This text has black color on #CE4481 background.


White color preview on #CE4481 background

This text has white color on #CE4481 background.