COLOR #CC79D6

HEX: #CC79D6
RGB: (204,121,214)

Color info

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

RGB color model

#CC79D6 color RGB value is (204,121,214).

  • red value is 204;
  • green value is 121;
  • blue value is 214.
RGB:
(204,121,214)
(80%,47%,84%)

RGB channels and saturation

R 204 of 255 = 80%
G 121 of 255 = 47%
B 214 of 255 = 84%

204
121
214

R + G + B ~ 70%. #CC79D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 121 + 214 = 539 (100%)
R 204 of 539 ~ 37.85%
G 121 of 539 ~ 22.45%
B 214 of 539 ~ 39.7%

%37.85
%22.45
%39.7

CMYK color model

#CC79D6 color CMYK value is (5,43,0,16).

  • cyan value is 4.67%
  • magenta value is 43.46%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(5,43,0,16)
C5M43Y0K16 
(5%,43%,0%,16%)
(0.05/0.43/0.00/0.16)	

CMYK percentages

%4.67
%43.46
%0
%16.08

Codes

Color #CC79D6 in popluar color models

CC79D6
RGB204121214
HSL294°53.14%65.69%
HSB/HSV294°43.46%83.92%
CMYK4.67%43.46%0.00%
16.08%

Color #CC79D6 in popluar number systems.

HEXCC79D6
Decimal204121214
Binary11001100111100111010110
Octal314171326

Shades and tints

Shades of #CC79D6

#CC79D6
(204,121,214)
#BA6EC3
(186,110,195)
#A863B0
(168,99,176)
#96589D
(150,88,157)
#844D8A
(132,77,138)
#724277
(114,66,119)
#603764
(96,55,100)
#4E2C51
(78,44,81)
#3C213E
(60,33,62)
#2A162B
(42,22,43)
#180B18
(24,11,24)
#000000
(0,0,0)

Tints of #CC79D6

#CC79D6
(204,121,214)
#D085D9
(208,133,217)
#D491DC
(212,145,220)
#D89DDF
(216,157,223)
#DCA9E2
(220,169,226)
#E0B5E5
(224,181,229)
#E4C1E8
(228,193,232)
#E8CDEB
(232,205,235)
#ECD9EE
(236,217,238)
#F0E5F1
(240,229,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC79D6 color. Also use rgb(204,121,214) instead hex code.

Text Font Color

.myTextColor { color: #CC79D6; }

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

This text font color is #CC79D6.


Background Color

.myBgColor { background-color: #CC79D6; }

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

This div background color is #CC79D6.


Border color

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

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

This div border color is #CC79D6.


Opacity

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

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

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

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

This text has shadow with #CC79D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC79D6 on black background.


Color preview on white background

This text has color #CC79D6 on white background.



Black color preview on #CC79D6 background

This text has black color on #CC79D6 background.


White color preview on #CC79D6 background

This text has white color on #CC79D6 background.