COLOR #CC47D5

HEX: #CC47D5 RGB: (204,71,213)

Color info

#CC47D5 contains mainly red and blue colors. Web safe color of #CC47D5 is #CC33CC (or #C3C).

RGB color model

#CC47D5 color RGB value is (204,71,213).

RGB: (204,71,213) (80%, 28%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 71 of 255 = 28%
B 213 of 255 = 84%

204
71
213

R + G + B ~ 64%. #CC47D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 71 + 213 = 488 (100%)
R 204 of 488 ~ 41.8%
G 71 of 488 ~ 14.55%
B 213 of 488 ~ 43.65'%

%41.8
%14.55
%43.65

CMYK color model

#CC47D5 color CMYK value is (4,67,0,16).

  • cyan value is 4.23%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (4,67,0,16)
C4M67Y0K16 (4%, 67%, 0%, 16%)
(0.04 / 0.67 / 0.00 / 0.16)

CMYK percentages

%4.23
%66.67
%0
%16.47

Codes

Color #CC47D5 in popluar color models

CC 47 D5
RGB 204 71 213
HSL 296° 62.83% 55.69%
HSB/HSV 296° 66.67% 83.53%
CMYK 4.23% 66.67% 0.00%
16.47%

Color #CC47D5 in popluar number systems.

HEX CC 47 D5
Decimal 204 71 213
Binary 11001100 1000111 11010101
Octal 314 107 325

Shades and tints

Shades of #CC47D5

#CC47D5
(204,71,213)
#BA41C2
(186,65,194)
#A83BAF
(168,59,175)
#96359C
(150,53,156)
#842F89
(132,47,137)
#722976
(114,41,118)
#602363
(96,35,99)
#4E1D50
(78,29,80)
#3C173D
(60,23,61)
#2A112A
(42,17,42)
#180B17
(24,11,23)
#000000
(0,0,0)

Tints of #CC47D5

#CC47D5
(204,71,213)
#D057D8
(208,87,216)
#D467DB
(212,103,219)
#D877DE
(216,119,222)
#DC87E1
(220,135,225)
#E097E4
(224,151,228)
#E4A7E7
(228,167,231)
#E8B7EA
(232,183,234)
#ECC7ED
(236,199,237)
#F0D7F0
(240,215,240)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC47D5 color. Also use rgb(204,71,213) instead hex code.

Text Font Color

.myTextColor { color: #CC47D5; }

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

This text font color is #CC47D5.

Background Color

.myBgColor { background-color: #CC47D5; }

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

This div background color is #CC47D5.

Border color

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

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

This div border color is #CC47D5.

Opacity

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

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

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

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

This text has shadow with #CC47D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC47D5.

Preview

Color preview on black background

This text has color #CC47D5 on black background.


Color preview on white background

This text has color #CC47D5 on white background.


Black color preview on #CC47D5 background

This text has black color on #CC47D5 background.


White color preview on #CC47D5 background

This text has white color on #CC47D5 background.


Related colors

Complementary color

Complementary color for #hex is #33B82A.


I love getcolorcode.com

Triadic colors

1 #D5CC47 and #47D5CC with #CC47D5 are triadic colors.

2 #D547CC and #47CCD5 with #CC47D5 are triadic colors.