COLOR #CC29AD

HEX: #CC29AD
RGB: (204,41,173)

Color info

#CC29AD contains mainly red and blue colors. Web safe color of #CC29AD is #CC3399 (or #C39).

RGB color model

#CC29AD color RGB value is (204,41,173).

  • red value is 204;
  • green value is 41;
  • blue value is 173.
RGB:
(204,41,173)
(80%,16%,68%)

RGB channels and saturation

R 204 of 255 = 80%
G 41 of 255 = 16%
B 173 of 255 = 68%

204
41
173

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

Portions of RGB colors in percentages

R + G + B =
204 + 41 + 173 = 418 (100%)
R 204 of 418 ~ 48.8%
G 41 of 418 ~ 9.81%
B 173 of 418 ~ 41.39%

%48.8
%9.81
%41.39

CMYK color model

#CC29AD color CMYK value is (0,80,15,20).

  • cyan value is 0.00%
  • magenta value is 79.90%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK:
(0,80,15,20)
C0M80Y15K20 
(0%,80%,15%,20%)
(0.00/0.80/0.15/0.20)	

CMYK percentages

%0
%79.9
%15.2
%20

Codes

Color #CC29AD in popluar color models

CC29AD
RGB20441173
HSL311°66.53%48.04%
HSB/HSV311°79.90%80.00%
CMYK0.00%79.90%15.20%
20.00%

Color #CC29AD in popluar number systems.

HEXCC29AD
Decimal20441173
Binary1100110010100110101101
Octal31451255

Shades and tints

Shades of #CC29AD

#CC29AD
(204,41,173)
#BA269E
(186,38,158)
#A8238F
(168,35,143)
#962080
(150,32,128)
#841D71
(132,29,113)
#721A62
(114,26,98)
#601753
(96,23,83)
#4E1444
(78,20,68)
#3C1135
(60,17,53)
#2A0E26
(42,14,38)
#180B17
(24,11,23)
#000000
(0,0,0)

Tints of #CC29AD

#CC29AD
(204,41,173)
#D03CB4
(208,60,180)
#D44FBB
(212,79,187)
#D862C2
(216,98,194)
#DC75C9
(220,117,201)
#E088D0
(224,136,208)
#E49BD7
(228,155,215)
#E8AEDE
(232,174,222)
#ECC1E5
(236,193,229)
#F0D4EC
(240,212,236)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC29AD color. Also use rgb(204,41,173) instead hex code.

Text Font Color

.myTextColor { color: #CC29AD; }

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

This text font color is #CC29AD.


Background Color

.myBgColor { background-color: #CC29AD; }

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

This div background color is #CC29AD.


Border color

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

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

This div border color is #CC29AD.


Opacity

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

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

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

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

This text has shadow with #CC29AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC29AD on black background.


Color preview on white background

This text has color #CC29AD on white background.



Black color preview on #CC29AD background

This text has black color on #CC29AD background.


White color preview on #CC29AD background

This text has white color on #CC29AD background.