COLOR #C981C5

HEX: #C981C5
RGB: (201,129,197)

Color info

#C981C5 contains mainly red and blue colors. Web safe color of #C981C5 is #CC99CC (or #C9C).

RGB color model

#C981C5 color RGB value is (201,129,197).

  • red value is 201;
  • green value is 129;
  • blue value is 197.
RGB:
(201,129,197)
(79%,51%,77%)

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 197 of 255 = 77%

201
129
197

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

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 197 = 527 (100%)
R 201 of 527 ~ 38.14%
G 129 of 527 ~ 24.48%
B 197 of 527 ~ 37.38%

%38.14
%24.48
%37.38

CMYK color model

#C981C5 color CMYK value is (0,36,2,21).

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 1.99%
  • key color value is 21.18%
CMYK:
(0,36,2,21)
C0M36Y2K21 
(0%,36%,2%,21%)
(0.00/0.36/0.02/0.21)	

CMYK percentages

%0
%35.82
%1.99
%21.18

Codes

Color #C981C5 in popluar color models

C981C5
RGB201129197
HSL303°40.00%64.71%
HSB/HSV303°35.82%78.82%
CMYK0.00%35.82%1.99%
21.18%

Color #C981C5 in popluar number systems.

HEXC981C5
Decimal201129197
Binary110010011000000111000101
Octal311201305

Shades and tints

Shades of #C981C5

#C981C5
(201,129,197)
#B776B4
(183,118,180)
#A56BA3
(165,107,163)
#936092
(147,96,146)
#815581
(129,85,129)
#6F4A70
(111,74,112)
#5D3F5F
(93,63,95)
#4B344E
(75,52,78)
#39293D
(57,41,61)
#271E2C
(39,30,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #C981C5

#C981C5
(201,129,197)
#CD8CCA
(205,140,202)
#D197CF
(209,151,207)
#D5A2D4
(213,162,212)
#D9ADD9
(217,173,217)
#DDB8DE
(221,184,222)
#E1C3E3
(225,195,227)
#E5CEE8
(229,206,232)
#E9D9ED
(233,217,237)
#EDE4F2
(237,228,242)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C981C5 color. Also use rgb(201,129,197) instead hex code.

Text Font Color

.myTextColor { color: #C981C5; }

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

This text font color is #C981C5.


Background Color

.myBgColor { background-color: #C981C5; }

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

This div background color is #C981C5.


Border color

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

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

This div border color is #C981C5.


Opacity

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

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

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

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

This text has shadow with #C981C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C981C5 on black background.


Color preview on white background

This text has color #C981C5 on white background.



Black color preview on #C981C5 background

This text has black color on #C981C5 background.


White color preview on #C981C5 background

This text has white color on #C981C5 background.