COLOR #CC4C8E

HEX: #CC4C8E RGB: (204,76,142)

Color info

#CC4C8E contains mainly red color. Web safe color of #CC4C8E is #CC3399 (or #C39).

RGB color model

#CC4C8E color RGB value is (204,76,142).

RGB: (204,76,142) (80%, 30%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 76 of 255 = 30%
B 142 of 255 = 56%

204
76
142

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

Portions of RGB colors in percentages

R + G + B = 204 + 76 + 142 = 422 (100%)
R 204 of 422 ~ 48.34%
G 76 of 422 ~ 18.01%
B 142 of 422 ~ 33.65'%

%48.34
%18.01
%33.65

CMYK color model

#CC4C8E color CMYK value is (0,63,30,20).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK: (0,63,30,20) C0M63Y30K20 (0%,63%,30%,20%) (0.00/0.63/0.30/0.20) 

CMYK percentages

%0
%62.75
%30.39
%20

Codes

Color #CC4C8E in popluar color models

CC 4C 8E
RGB 204 76 142
HSL 329° 55.65% 54.90%
HSB/HSV 329° 62.75% 80.00%
CMYK 0.00% 62.75% 30.39%
20.00%

Color #CC4C8E in popluar number systems.

HEX CC 4C 8E
Decimal 204 76 142
Binary 11001100 1001100 10001110
Octal 314 114 216

Shades and tints

Shades of #CC4C8E

#CC4C8E
(204,76,142)
#BA4682
(186,70,130)
#A84076
(168,64,118)
#963A6A
(150,58,106)
#84345E
(132,52,94)
#722E52
(114,46,82)
#602846
(96,40,70)
#4E223A
(78,34,58)
#3C1C2E
(60,28,46)
#2A1622
(42,22,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #CC4C8E

#CC4C8E
(204,76,142)
#D05C98
(208,92,152)
#D46CA2
(212,108,162)
#D87CAC
(216,124,172)
#DC8CB6
(220,140,182)
#E09CC0
(224,156,192)
#E4ACCA
(228,172,202)
#E8BCD4
(232,188,212)
#ECCCDE
(236,204,222)
#F0DCE8
(240,220,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC4C8E color. Also use rgb(204,76,142) instead hex code.

Text Font Color

.myTextColor { color: #CC4C8E; }

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

This text font color is #CC4C8E.

Background Color

.myBgColor { background-color: #CC4C8E; }

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

This div background color is #CC4C8E.

Border color

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

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

This div border color is #CC4C8E.

Opacity

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

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

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

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

This text has shadow with #CC4C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC4C8E.

Preview

Color preview on black background

This text has color #CC4C8E on black background.


Color preview on white background

This text has color #CC4C8E on white background.


Black color preview on #CC4C8E background

This text has black color on #CC4C8E background.


White color preview on #CC4C8E background

This text has white color on #CC4C8E background.


Related colors

Complementary color

Complementary color for #hex is #33B371.


I love getcolorcode.com

Triadic colors

1 #8ECC4C and #4C8ECC with #CC4C8E are triadic colors.

2 #8E4CCC and #4CCC8E with #CC4C8E are triadic colors.