COLOR #C984CA

HEX: #C984CA
RGB: (201,132,202)

Color info

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

RGB color model

#C984CA color RGB value is (201,132,202).

  • red value is 201;
  • green value is 132;
  • blue value is 202.
RGB:
(201,132,202)
(79%,52%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 202 of 255 = 79%

201
132
202

R + G + B ~ 70%. #C984CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 202 = 535 (100%)
R 201 of 535 ~ 37.57%
G 132 of 535 ~ 24.67%
B 202 of 535 ~ 37.76%

%37.57
%24.67
%37.76

CMYK color model

#C984CA color CMYK value is (0,35,0,21).

  • cyan value is 0.50%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(0,35,0,21)
C0M35Y0K21 
(0%,35%,0%,21%)
(0.00/0.35/0.00/0.21)	

CMYK percentages

%0.5
%34.65
%0
%20.78

Codes

Color #C984CA in popluar color models

C984CA
RGB201132202
HSL299°39.77%65.49%
HSB/HSV299°34.65%79.22%
CMYK0.50%34.65%0.00%
20.78%

Color #C984CA in popluar number systems.

HEXC984CA
Decimal201132202
Binary110010011000010011001010
Octal311204312

Shades and tints

Shades of #C984CA

#C984CA
(201,132,202)
#B778B8
(183,120,184)
#A56CA6
(165,108,166)
#936094
(147,96,148)
#815482
(129,84,130)
#6F4870
(111,72,112)
#5D3C5E
(93,60,94)
#4B304C
(75,48,76)
#39243A
(57,36,58)
#271828
(39,24,40)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #C984CA

#C984CA
(201,132,202)
#CD8FCE
(205,143,206)
#D19AD2
(209,154,210)
#D5A5D6
(213,165,214)
#D9B0DA
(217,176,218)
#DDBBDE
(221,187,222)
#E1C6E2
(225,198,226)
#E5D1E6
(229,209,230)
#E9DCEA
(233,220,234)
#EDE7EE
(237,231,238)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C984CA color. Also use rgb(201,132,202) instead hex code.

Text Font Color

.myTextColor { color: #C984CA; }

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

This text font color is #C984CA.


Background Color

.myBgColor { background-color: #C984CA; }

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

This div background color is #C984CA.


Border color

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

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

This div border color is #C984CA.


Opacity

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

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

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

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

This text has shadow with #C984CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C984CA on black background.


Color preview on white background

This text has color #C984CA on white background.



Black color preview on #C984CA background

This text has black color on #C984CA background.


White color preview on #C984CA background

This text has white color on #C984CA background.