COLOR #CD329A

HEX: #CD329A
RGB: (205,50,154)

Color info

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

RGB color model

#CD329A color RGB value is (205,50,154).

  • red value is 205;
  • green value is 50;
  • blue value is 154.
RGB:
(205,50,154)
(80%,20%,60%)

RGB channels and saturation

R 205 of 255 = 80%
G 50 of 255 = 20%
B 154 of 255 = 60%

205
50
154

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

Portions of RGB colors in percentages

R + G + B =
205 + 50 + 154 = 409 (100%)
R 205 of 409 ~ 50.12%
G 50 of 409 ~ 12.22%
B 154 of 409 ~ 37.65%

%50.12
%12.22
%37.65

CMYK color model

#CD329A color CMYK value is (0,76,25,20).

  • cyan value is 0.00%
  • magenta value is 75.61%
  • yellow value is 24.88%
  • key color value is 19.61%
CMYK:
(0,76,25,20)
C0M76Y25K20 
(0%,76%,25%,20%)
(0.00/0.76/0.25/0.20)	

CMYK percentages

%0
%75.61
%24.88
%19.61

Codes

Color #CD329A in popluar color models

CD329A
RGB20550154
HSL320°60.78%50.00%
HSB/HSV320°75.61%80.39%
CMYK0.00%75.61%24.88%
19.61%

Color #CD329A in popluar number systems.

HEXCD329A
Decimal20550154
Binary1100110111001010011010
Octal31562232

Shades and tints

Shades of #CD329A

#CD329A
(205,50,154)
#BB2E8C
(187,46,140)
#A92A7E
(169,42,126)
#972670
(151,38,112)
#852262
(133,34,98)
#731E54
(115,30,84)
#611A46
(97,26,70)
#4F1638
(79,22,56)
#3D122A
(61,18,42)
#2B0E1C
(43,14,28)
#190A0E
(25,10,14)
#000000
(0,0,0)

Tints of #CD329A

#CD329A
(205,50,154)
#D144A3
(209,68,163)
#D556AC
(213,86,172)
#D968B5
(217,104,181)
#DD7ABE
(221,122,190)
#E18CC7
(225,140,199)
#E59ED0
(229,158,208)
#E9B0D9
(233,176,217)
#EDC2E2
(237,194,226)
#F1D4EB
(241,212,235)
#F5E6F4
(245,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD329A color. Also use rgb(205,50,154) instead hex code.

Text Font Color

.myTextColor { color: #CD329A; }

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

This text font color is #CD329A.


Background Color

.myBgColor { background-color: #CD329A; }

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

This div background color is #CD329A.


Border color

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

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

This div border color is #CD329A.


Opacity

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

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

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

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

This text has shadow with #CD329A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD329A on black background.


Color preview on white background

This text has color #CD329A on white background.



Black color preview on #CD329A background

This text has black color on #CD329A background.


White color preview on #CD329A background

This text has white color on #CD329A background.