COLOR #CC347D

HEX: #CC347D RGB: (204,52,125)

Color info

#CC347D contains mainly red color. Web safe color of #CC347D is #CC3366 (or #C36).

RGB color model

#CC347D color RGB value is (204,52,125).

RGB: (204,52,125) (80%, 20%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 52 of 255 = 20%
B 125 of 255 = 49%

204
52
125

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

Portions of RGB colors in percentages

R + G + B = 204 + 52 + 125 = 381 (100%)
R 204 of 381 ~ 53.54%
G 52 of 381 ~ 13.65%
B 125 of 381 ~ 32.81'%

%53.54
%13.65
%32.81

CMYK color model

#CC347D color CMYK value is (0,75,39,20).

  • cyan value is 0.00%
  • magenta value is 74.51%
  • yellow value is 38.73%
  • key color value is 20.00%

CMYK: (0,75,39,20)
C0M75Y39K20 (0%, 75%, 39%, 20%)
(0.00 / 0.75 / 0.39 / 0.20)

CMYK percentages

%0
%74.51
%38.73
%20

Codes

Color #CC347D in popluar color models

CC 34 7D
RGB 204 52 125
HSL 331° 59.84% 50.20%
HSB/HSV 331° 74.51% 80.00%
CMYK 0.00% 74.51% 38.73%
20.00%

Color #CC347D in popluar number systems.

HEX CC 34 7D
Decimal 204 52 125
Binary 11001100 110100 1111101
Octal 314 64 175

Shades and tints

Shades of #CC347D

#CC347D
(204,52,125)
#BA3072
(186,48,114)
#A82C67
(168,44,103)
#96285C
(150,40,92)
#842451
(132,36,81)
#722046
(114,32,70)
#601C3B
(96,28,59)
#4E1830
(78,24,48)
#3C1425
(60,20,37)
#2A101A
(42,16,26)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #CC347D

#CC347D
(204,52,125)
#D04688
(208,70,136)
#D45893
(212,88,147)
#D86A9E
(216,106,158)
#DC7CA9
(220,124,169)
#E08EB4
(224,142,180)
#E4A0BF
(228,160,191)
#E8B2CA
(232,178,202)
#ECC4D5
(236,196,213)
#F0D6E0
(240,214,224)
#F4E8EB
(244,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC347D color. Also use rgb(204,52,125) instead hex code.

Text Font Color

.myTextColor { color: #CC347D; }

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

This text font color is #CC347D.

Background Color

.myBgColor { background-color: #CC347D; }

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

This div background color is #CC347D.

Border color

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

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

This div border color is #CC347D.

Opacity

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

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

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

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

This text has shadow with #CC347D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC347D.

Preview

Color preview on black background

This text has color #CC347D on black background.


Color preview on white background

This text has color #CC347D on white background.


Black color preview on #CC347D background

This text has black color on #CC347D background.


White color preview on #CC347D background

This text has white color on #CC347D background.


Related colors

Complementary color

Complementary color for #hex is #33CB82.


I love getcolorcode.com

Triadic colors

1 #7DCC34 and #347DCC with #CC347D are triadic colors.

2 #7D34CC and #34CC7D with #CC347D are triadic colors.