COLOR #CC84C1

HEX: #CC84C1
RGB: (204,132,193)

Color info

#CC84C1 contains mainly red and blue colors. Web safe color of #CC84C1 is #CC99CC (or #C9C).

RGB color model

#CC84C1 color RGB value is (204,132,193).

  • red value is 204;
  • green value is 132;
  • blue value is 193.
RGB:
(204,132,193)
(80%,52%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 132 of 255 = 52%
B 193 of 255 = 76%

204
132
193

R + G + B ~ 69%. #CC84C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 132 + 193 = 529 (100%)
R 204 of 529 ~ 38.56%
G 132 of 529 ~ 24.95%
B 193 of 529 ~ 36.48%

%38.56
%24.95
%36.48

CMYK color model

#CC84C1 color CMYK value is (0,35,5,20).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 5.39%
  • key color value is 20.00%
CMYK:
(0,35,5,20)
C0M35Y5K20 
(0%,35%,5%,20%)
(0.00/0.35/0.05/0.20)	

CMYK percentages

%0
%35.29
%5.39
%20

Codes

Color #CC84C1 in popluar color models

CC84C1
RGB204132193
HSL309°41.38%65.88%
HSB/HSV309°35.29%80.00%
CMYK0.00%35.29%5.39%
20.00%

Color #CC84C1 in popluar number systems.

HEXCC84C1
Decimal204132193
Binary110011001000010011000001
Octal314204301

Shades and tints

Shades of #CC84C1

#CC84C1
(204,132,193)
#BA78B0
(186,120,176)
#A86C9F
(168,108,159)
#96608E
(150,96,142)
#84547D
(132,84,125)
#72486C
(114,72,108)
#603C5B
(96,60,91)
#4E304A
(78,48,74)
#3C2439
(60,36,57)
#2A1828
(42,24,40)
#180C17
(24,12,23)
#000000
(0,0,0)

Tints of #CC84C1

#CC84C1
(204,132,193)
#D08FC6
(208,143,198)
#D49ACB
(212,154,203)
#D8A5D0
(216,165,208)
#DCB0D5
(220,176,213)
#E0BBDA
(224,187,218)
#E4C6DF
(228,198,223)
#E8D1E4
(232,209,228)
#ECDCE9
(236,220,233)
#F0E7EE
(240,231,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC84C1 color. Also use rgb(204,132,193) instead hex code.

Text Font Color

.myTextColor { color: #CC84C1; }

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

This text font color is #CC84C1.


Background Color

.myBgColor { background-color: #CC84C1; }

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

This div background color is #CC84C1.


Border color

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

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

This div border color is #CC84C1.


Opacity

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

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

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

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

This text has shadow with #CC84C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC84C1 on black background.


Color preview on white background

This text has color #CC84C1 on white background.



Black color preview on #CC84C1 background

This text has black color on #CC84C1 background.


White color preview on #CC84C1 background

This text has white color on #CC84C1 background.