COLOR #C979CF

HEX: #C979CF
RGB: (201,121,207)

Color info

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

RGB color model

#C979CF color RGB value is (201,121,207).

  • red value is 201;
  • green value is 121;
  • blue value is 207.
RGB:
(201,121,207)
(79%,47%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 207 of 255 = 81%

201
121
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 121 + 207 = 529 (100%)
R 201 of 529 ~ 38%
G 121 of 529 ~ 22.87%
B 207 of 529 ~ 39.13%

%38
%22.87
%39.13

CMYK color model

#C979CF color CMYK value is (3,42,0,19).

  • cyan value is 2.90%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,42,0,19)
C3M42Y0K19 
(3%,42%,0%,19%)
(0.03/0.42/0.00/0.19)	

CMYK percentages

%2.9
%41.55
%0
%18.82

Codes

Color #C979CF in popluar color models

C979CF
RGB201121207
HSL296°47.25%64.31%
HSB/HSV296°41.55%81.18%
CMYK2.90%41.55%0.00%
18.82%

Color #C979CF in popluar number systems.

HEXC979CF
Decimal201121207
Binary11001001111100111001111
Octal311171317

Shades and tints

Shades of #C979CF

#C979CF
(201,121,207)
#B76EBD
(183,110,189)
#A563AB
(165,99,171)
#935899
(147,88,153)
#814D87
(129,77,135)
#6F4275
(111,66,117)
#5D3763
(93,55,99)
#4B2C51
(75,44,81)
#39213F
(57,33,63)
#27162D
(39,22,45)
#150B1B
(21,11,27)
#000000
(0,0,0)

Tints of #C979CF

#C979CF
(201,121,207)
#CD85D3
(205,133,211)
#D191D7
(209,145,215)
#D59DDB
(213,157,219)
#D9A9DF
(217,169,223)
#DDB5E3
(221,181,227)
#E1C1E7
(225,193,231)
#E5CDEB
(229,205,235)
#E9D9EF
(233,217,239)
#EDE5F3
(237,229,243)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C979CF color. Also use rgb(201,121,207) instead hex code.

Text Font Color

.myTextColor { color: #C979CF; }

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

This text font color is #C979CF.


Background Color

.myBgColor { background-color: #C979CF; }

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

This div background color is #C979CF.


Border color

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

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

This div border color is #C979CF.


Opacity

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

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

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

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

This text has shadow with #C979CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C979CF on black background.


Color preview on white background

This text has color #C979CF on white background.



Black color preview on #C979CF background

This text has black color on #C979CF background.


White color preview on #C979CF background

This text has white color on #C979CF background.