COLOR #CC76C3

HEX: #CC76C3 RGB: (204,118,195)

Color info

#CC76C3 contains mainly red and blue colors. Web safe color of #CC76C3 is #CC66CC (or #C6C).

RGB color model

#CC76C3 color RGB value is (204,118,195).

RGB: (204,118,195) (80%, 46%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 118 of 255 = 46%
B 195 of 255 = 76%

204
118
195

R + G + B ~ 67%. #CC76C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 118 + 195 = 517 (100%)
R 204 of 517 ~ 39.46%
G 118 of 517 ~ 22.82%
B 195 of 517 ~ 37.72'%

%39.46
%22.82
%37.72

CMYK color model

#CC76C3 color CMYK value is (0,42,4,20).

  • cyan value is 0.00%
  • magenta value is 42.16%
  • yellow value is 4.41%
  • key color value is 20.00%

CMYK: (0,42,4,20)
C0M42Y4K20 (0%, 42%, 4%, 20%)
(0.00 / 0.42 / 0.04 / 0.20)

CMYK percentages

%0
%42.16
%4.41
%20

Codes

Color #CC76C3 in popluar color models

CC 76 C3
RGB 204 118 195
HSL 306° 45.74% 63.14%
HSB/HSV 306° 42.16% 80.00%
CMYK 0.00% 42.16% 4.41%
20.00%

Color #CC76C3 in popluar number systems.

HEX CC 76 C3
Decimal 204 118 195
Binary 11001100 1110110 11000011
Octal 314 166 303

Shades and tints

Shades of #CC76C3

#CC76C3
(204,118,195)
#BA6CB2
(186,108,178)
#A862A1
(168,98,161)
#965890
(150,88,144)
#844E7F
(132,78,127)
#72446E
(114,68,110)
#603A5D
(96,58,93)
#4E304C
(78,48,76)
#3C263B
(60,38,59)
#2A1C2A
(42,28,42)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #CC76C3

#CC76C3
(204,118,195)
#D082C8
(208,130,200)
#D48ECD
(212,142,205)
#D89AD2
(216,154,210)
#DCA6D7
(220,166,215)
#E0B2DC
(224,178,220)
#E4BEE1
(228,190,225)
#E8CAE6
(232,202,230)
#ECD6EB
(236,214,235)
#F0E2F0
(240,226,240)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC76C3 color. Also use rgb(204,118,195) instead hex code.

Text Font Color

.myTextColor { color: #CC76C3; }

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

This text font color is #CC76C3.

Background Color

.myBgColor { background-color: #CC76C3; }

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

This div background color is #CC76C3.

Border color

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

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

This div border color is #CC76C3.

Opacity

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

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

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

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

This text has shadow with #CC76C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC76C3.

Preview

Color preview on black background

This text has color #CC76C3 on black background.


Color preview on white background

This text has color #CC76C3 on white background.


Black color preview on #CC76C3 background

This text has black color on #CC76C3 background.


White color preview on #CC76C3 background

This text has white color on #CC76C3 background.


Related colors

Complementary color

Complementary color for #hex is #33893C.


I love getcolorcode.com

Triadic colors

1 #C3CC76 and #76C3CC with #CC76C3 are triadic colors.

2 #C376CC and #76CCC3 with #CC76C3 are triadic colors.