COLOR #CC73C9

HEX: #CC73C9
RGB: (204,115,201)

Color info

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

RGB color model

#CC73C9 color RGB value is (204,115,201).

  • red value is 204;
  • green value is 115;
  • blue value is 201.
RGB:
(204,115,201)
(80%,45%,79%)

RGB channels and saturation

R 204 of 255 = 80%
G 115 of 255 = 45%
B 201 of 255 = 79%

204
115
201

R + G + B ~ 68%. #CC73C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 115 + 201 = 520 (100%)
R 204 of 520 ~ 39.23%
G 115 of 520 ~ 22.12%
B 201 of 520 ~ 38.65%

%39.23
%22.12
%38.65

CMYK color model

#CC73C9 color CMYK value is (0,44,1,20).

  • cyan value is 0.00%
  • magenta value is 43.63%
  • yellow value is 1.47%
  • key color value is 20.00%
CMYK:
(0,44,1,20)
C0M44Y1K20 
(0%,44%,1%,20%)
(0.00/0.44/0.01/0.20)	

CMYK percentages

%0
%43.63
%1.47
%20

Codes

Color #CC73C9 in popluar color models

CC73C9
RGB204115201
HSL302°46.60%62.55%
HSB/HSV302°43.63%80.00%
CMYK0.00%43.63%1.47%
20.00%

Color #CC73C9 in popluar number systems.

HEXCC73C9
Decimal204115201
Binary11001100111001111001001
Octal314163311

Shades and tints

Shades of #CC73C9

#CC73C9
(204,115,201)
#BA69B7
(186,105,183)
#A85FA5
(168,95,165)
#965593
(150,85,147)
#844B81
(132,75,129)
#72416F
(114,65,111)
#60375D
(96,55,93)
#4E2D4B
(78,45,75)
#3C2339
(60,35,57)
#2A1927
(42,25,39)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #CC73C9

#CC73C9
(204,115,201)
#D07FCD
(208,127,205)
#D48BD1
(212,139,209)
#D897D5
(216,151,213)
#DCA3D9
(220,163,217)
#E0AFDD
(224,175,221)
#E4BBE1
(228,187,225)
#E8C7E5
(232,199,229)
#ECD3E9
(236,211,233)
#F0DFED
(240,223,237)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC73C9 color. Also use rgb(204,115,201) instead hex code.

Text Font Color

.myTextColor { color: #CC73C9; }

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

This text font color is #CC73C9.


Background Color

.myBgColor { background-color: #CC73C9; }

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

This div background color is #CC73C9.


Border color

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

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

This div border color is #CC73C9.


Opacity

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

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

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

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

This text has shadow with #CC73C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC73C9 on black background.


Color preview on white background

This text has color #CC73C9 on white background.



Black color preview on #CC73C9 background

This text has black color on #CC73C9 background.


White color preview on #CC73C9 background

This text has white color on #CC73C9 background.