COLOR #C994CE

HEX: #C994CE
RGB: (201,148,206)

Color info

#C994CE contains red, green and blue colors in about the same proportion. Web safe color of #C994CE is #CC99CC (or #C9C).

RGB color model

#C994CE color RGB value is (201,148,206).

  • red value is 201;
  • green value is 148;
  • blue value is 206.
RGB:
(201,148,206)
(79%,58%,81%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 206 of 255 = 81%

201
148
206

R + G + B ~ 73%. #C994CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 148 + 206 = 555 (100%)
R 201 of 555 ~ 36.22%
G 148 of 555 ~ 26.67%
B 206 of 555 ~ 37.12%

%36.22
%26.67
%37.12

CMYK color model

#C994CE color CMYK value is (2,28,0,19).

  • cyan value is 2.43%
  • magenta value is 28.16%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(2,28,0,19)
C2M28Y0K19 
(2%,28%,0%,19%)
(0.02/0.28/0.00/0.19)	

CMYK percentages

%2.43
%28.16
%0
%19.22

Codes

Color #C994CE in popluar color models

C994CE
RGB201148206
HSL295°37.18%69.41%
HSB/HSV295°28.16%80.78%
CMYK2.43%28.16%0.00%
19.22%

Color #C994CE in popluar number systems.

HEXC994CE
Decimal201148206
Binary110010011001010011001110
Octal311224316

Shades and tints

Shades of #C994CE

#C994CE
(201,148,206)
#B787BC
(183,135,188)
#A57AAA
(165,122,170)
#936D98
(147,109,152)
#816086
(129,96,134)
#6F5374
(111,83,116)
#5D4662
(93,70,98)
#4B3950
(75,57,80)
#392C3E
(57,44,62)
#271F2C
(39,31,44)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #C994CE

#C994CE
(201,148,206)
#CD9DD2
(205,157,210)
#D1A6D6
(209,166,214)
#D5AFDA
(213,175,218)
#D9B8DE
(217,184,222)
#DDC1E2
(221,193,226)
#E1CAE6
(225,202,230)
#E5D3EA
(229,211,234)
#E9DCEE
(233,220,238)
#EDE5F2
(237,229,242)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C994CE color. Also use rgb(201,148,206) instead hex code.

Text Font Color

.myTextColor { color: #C994CE; }

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

This text font color is #C994CE.


Background Color

.myBgColor { background-color: #C994CE; }

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

This div background color is #C994CE.


Border color

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

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

This div border color is #C994CE.


Opacity

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

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

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

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

This text has shadow with #C994CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C994CE on black background.


Color preview on white background

This text has color #C994CE on white background.



Black color preview on #C994CE background

This text has black color on #C994CE background.


White color preview on #C994CE background

This text has white color on #C994CE background.