COLOR #C952CF

HEX: #C952CF
RGB: (201,82,207)

Color info

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

RGB color model

#C952CF color RGB value is (201,82,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 82 of 255 = 32%
B 207 of 255 = 81%

201
82
207

R + G + B ~ 64%. #C952CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 82 + 207 = 490 (100%)
R 201 of 490 ~ 41.02%
G 82 of 490 ~ 16.73%
B 207 of 490 ~ 42.24%

%41.02
%16.73
%42.24

CMYK color model

#C952CF color CMYK value is (3,60,0,19).

  • cyan value is 2.90%
  • magenta value is 60.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,60,0,19)
C3M60Y0K19 
(3%,60%,0%,19%)
(0.03/0.60/0.00/0.19)	

CMYK percentages

%2.9
%60.39
%0
%18.82

Codes

Color #C952CF in popluar color models

C952CF
RGB20182207
HSL297°56.56%56.67%
HSB/HSV297°60.39%81.18%
CMYK2.90%60.39%0.00%
18.82%

Color #C952CF in popluar number systems.

HEXC952CF
Decimal20182207
Binary11001001101001011001111
Octal311122317

Shades and tints

Shades of #C952CF

#C952CF
(201,82,207)
#B74BBD
(183,75,189)
#A544AB
(165,68,171)
#933D99
(147,61,153)
#813687
(129,54,135)
#6F2F75
(111,47,117)
#5D2863
(93,40,99)
#4B2151
(75,33,81)
#391A3F
(57,26,63)
#27132D
(39,19,45)
#150C1B
(21,12,27)
#000000
(0,0,0)

Tints of #C952CF

#C952CF
(201,82,207)
#CD61D3
(205,97,211)
#D170D7
(209,112,215)
#D57FDB
(213,127,219)
#D98EDF
(217,142,223)
#DD9DE3
(221,157,227)
#E1ACE7
(225,172,231)
#E5BBEB
(229,187,235)
#E9CAEF
(233,202,239)
#EDD9F3
(237,217,243)
#F1E8F7
(241,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C952CF; }

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

This text font color is #C952CF.


Background Color

.myBgColor { background-color: #C952CF; }

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

This div background color is #C952CF.


Border color

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

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

This div border color is #C952CF.


Opacity

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

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

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

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

This text has shadow with #C952CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C952CF on black background.


Color preview on white background

This text has color #C952CF on white background.



Black color preview on #C952CF background

This text has black color on #C952CF background.


White color preview on #C952CF background

This text has white color on #C952CF background.