COLOR #CD71A4

HEX: #CD71A4
RGB: (205,113,164)

Color info

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

RGB color model

#CD71A4 color RGB value is (205,113,164).

  • red value is 205;
  • green value is 113;
  • blue value is 164.
RGB:
(205,113,164)
(80%,44%,64%)

RGB channels and saturation

R 205 of 255 = 80%
G 113 of 255 = 44%
B 164 of 255 = 64%

205
113
164

R + G + B ~ 63%. #CD71A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 113 + 164 = 482 (100%)
R 205 of 482 ~ 42.53%
G 113 of 482 ~ 23.44%
B 164 of 482 ~ 34.02%

%42.53
%23.44
%34.02

CMYK color model

#CD71A4 color CMYK value is (0,45,20,20).

  • cyan value is 0.00%
  • magenta value is 44.88%
  • yellow value is 20.00%
  • key color value is 19.61%
CMYK:
(0,45,20,20)
C0M45Y20K20 
(0%,45%,20%,20%)
(0.00/0.45/0.20/0.20)	

CMYK percentages

%0
%44.88
%20
%19.61

Codes

Color #CD71A4 in popluar color models

CD71A4
RGB205113164
HSL327°47.92%62.35%
HSB/HSV327°44.88%80.39%
CMYK0.00%44.88%20.00%
19.61%

Color #CD71A4 in popluar number systems.

HEXCD71A4
Decimal205113164
Binary11001101111000110100100
Octal315161244

Shades and tints

Shades of #CD71A4

#CD71A4
(205,113,164)
#BB6796
(187,103,150)
#A95D88
(169,93,136)
#97537A
(151,83,122)
#85496C
(133,73,108)
#733F5E
(115,63,94)
#613550
(97,53,80)
#4F2B42
(79,43,66)
#3D2134
(61,33,52)
#2B1726
(43,23,38)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #CD71A4

#CD71A4
(205,113,164)
#D17DAC
(209,125,172)
#D589B4
(213,137,180)
#D995BC
(217,149,188)
#DDA1C4
(221,161,196)
#E1ADCC
(225,173,204)
#E5B9D4
(229,185,212)
#E9C5DC
(233,197,220)
#EDD1E4
(237,209,228)
#F1DDEC
(241,221,236)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD71A4 color. Also use rgb(205,113,164) instead hex code.

Text Font Color

.myTextColor { color: #CD71A4; }

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

This text font color is #CD71A4.


Background Color

.myBgColor { background-color: #CD71A4; }

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

This div background color is #CD71A4.


Border color

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

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

This div border color is #CD71A4.


Opacity

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

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

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

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

This text has shadow with #CD71A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD71A4 on black background.


Color preview on white background

This text has color #CD71A4 on white background.



Black color preview on #CD71A4 background

This text has black color on #CD71A4 background.


White color preview on #CD71A4 background

This text has white color on #CD71A4 background.