COLOR #C973CC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

201
115
204

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

Portions of RGB colors in percentages

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

%38.65
%22.12
%39.23

CMYK color model

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

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

CMYK percentages

%1.47
%43.63
%0
%20

Codes

Color #C973CC in popluar color models

C973CC
RGB201115204
HSL298°46.60%62.55%
HSB/HSV298°43.63%80.00%
CMYK1.47%43.63%0.00%
20.00%

Color #C973CC in popluar number systems.

HEXC973CC
Decimal201115204
Binary11001001111001111001100
Octal311163314

Shades and tints

Shades of #C973CC

#C973CC
(201,115,204)
#B769BA
(183,105,186)
#A55FA8
(165,95,168)
#935596
(147,85,150)
#814B84
(129,75,132)
#6F4172
(111,65,114)
#5D3760
(93,55,96)
#4B2D4E
(75,45,78)
#39233C
(57,35,60)
#27192A
(39,25,42)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #C973CC

#C973CC
(201,115,204)
#CD7FD0
(205,127,208)
#D18BD4
(209,139,212)
#D597D8
(213,151,216)
#D9A3DC
(217,163,220)
#DDAFE0
(221,175,224)
#E1BBE4
(225,187,228)
#E5C7E8
(229,199,232)
#E9D3EC
(233,211,236)
#EDDFF0
(237,223,240)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C973CC; }

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

This text font color is #C973CC.


Background Color

.myBgColor { background-color: #C973CC; }

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

This div background color is #C973CC.


Border color

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

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

This div border color is #C973CC.


Opacity

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

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

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

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

This text has shadow with #C973CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C973CC on black background.


Color preview on white background

This text has color #C973CC on white background.



Black color preview on #C973CC background

This text has black color on #C973CC background.


White color preview on #C973CC background

This text has white color on #C973CC background.