COLOR #CC79DB

HEX: #CC79DB
RGB: (204,121,219)

Color info

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

RGB color model

#CC79DB color RGB value is (204,121,219).

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

RGB channels and saturation

R 204 of 255 = 80%
G 121 of 255 = 47%
B 219 of 255 = 86%

204
121
219

R + G + B ~ 71%. #CC79DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 121 + 219 = 544 (100%)
R 204 of 544 ~ 37.5%
G 121 of 544 ~ 22.24%
B 219 of 544 ~ 40.26%

%37.5
%22.24
%40.26

CMYK color model

#CC79DB color CMYK value is (7,45,0,14).

  • cyan value is 6.85%
  • magenta value is 44.75%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(7,45,0,14)
C7M45Y0K14 
(7%,45%,0%,14%)
(0.07/0.45/0.00/0.14)	

CMYK percentages

%6.85
%44.75
%0
%14.12

Codes

Color #CC79DB in popluar color models

CC79DB
RGB204121219
HSL291°57.65%66.67%
HSB/HSV291°44.75%85.88%
CMYK6.85%44.75%0.00%
14.12%

Color #CC79DB in popluar number systems.

HEXCC79DB
Decimal204121219
Binary11001100111100111011011
Octal314171333

Shades and tints

Shades of #CC79DB

#CC79DB
(204,121,219)
#BA6EC8
(186,110,200)
#A863B5
(168,99,181)
#9658A2
(150,88,162)
#844D8F
(132,77,143)
#72427C
(114,66,124)
#603769
(96,55,105)
#4E2C56
(78,44,86)
#3C2143
(60,33,67)
#2A1630
(42,22,48)
#180B1D
(24,11,29)
#000000
(0,0,0)

Tints of #CC79DB

#CC79DB
(204,121,219)
#D085DE
(208,133,222)
#D491E1
(212,145,225)
#D89DE4
(216,157,228)
#DCA9E7
(220,169,231)
#E0B5EA
(224,181,234)
#E4C1ED
(228,193,237)
#E8CDF0
(232,205,240)
#ECD9F3
(236,217,243)
#F0E5F6
(240,229,246)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC79DB; }

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

This text font color is #CC79DB.


Background Color

.myBgColor { background-color: #CC79DB; }

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

This div background color is #CC79DB.


Border color

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

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

This div border color is #CC79DB.


Opacity

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

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

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

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

This text has shadow with #CC79DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC79DB on black background.


Color preview on white background

This text has color #CC79DB on white background.



Black color preview on #CC79DB background

This text has black color on #CC79DB background.


White color preview on #CC79DB background

This text has white color on #CC79DB background.