COLOR #C994CC

HEX: #C994CC RGB: (201,148,204)

Color info

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

RGB color model

#C994CC color RGB value is (201,148,204).

RGB: (201,148,204) (79%, 58%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 148 of 255 = 58%
B 204 of 255 = 80%

201
148
204

R + G + B ~ 72%. #C994CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 148 + 204 = 553 (100%)
R 201 of 553 ~ 36.35%
G 148 of 553 ~ 26.76%
B 204 of 553 ~ 36.89'%

%36.35
%26.76
%36.89

CMYK color model

#C994CC color CMYK value is (1,27,0,20).

  • cyan value is 1.47%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (1,27,0,20)
C1M27Y0K20 (1%, 27%, 0%, 20%)
(0.01 / 0.27 / 0.00 / 0.20)

CMYK percentages

%1.47
%27.45
%0
%20

Codes

Color #C994CC in popluar color models

C9 94 CC
RGB 201 148 204
HSL 297° 35.44% 69.02%
HSB/HSV 297° 27.45% 80.00%
CMYK 1.47% 27.45% 0.00%
20.00%

Color #C994CC in popluar number systems.

HEX C9 94 CC
Decimal 201 148 204
Binary 11001001 10010100 11001100
Octal 311 224 314

Shades and tints

Shades of #C994CC

#C994CC
(201,148,204)
#B787BA
(183,135,186)
#A57AA8
(165,122,168)
#936D96
(147,109,150)
#816084
(129,96,132)
#6F5372
(111,83,114)
#5D4660
(93,70,96)
#4B394E
(75,57,78)
#392C3C
(57,44,60)
#271F2A
(39,31,42)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #C994CC

#C994CC
(201,148,204)
#CD9DD0
(205,157,208)
#D1A6D4
(209,166,212)
#D5AFD8
(213,175,216)
#D9B8DC
(217,184,220)
#DDC1E0
(221,193,224)
#E1CAE4
(225,202,228)
#E5D3E8
(229,211,232)
#E9DCEC
(233,220,236)
#EDE5F0
(237,229,240)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C994CC; }

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

This text font color is #C994CC.

Background Color

.myBgColor { background-color: #C994CC; }

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

This div background color is #C994CC.

Border color

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

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

This div border color is #C994CC.

Opacity

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

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

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

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

This text has shadow with #C994CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C994CC.

Preview

Color preview on black background

This text has color #C994CC on black background.


Color preview on white background

This text has color #C994CC on white background.


Black color preview on #C994CC background

This text has black color on #C994CC background.


White color preview on #C994CC background

This text has white color on #C994CC background.


Related colors

Complementary color

Complementary color for #hex is #366B33.


I love getcolorcode.com

Triadic colors

1 #CCC994 and #94CCC9 with #C994CC are triadic colors.

2 #CC94C9 and #94C9CC with #C994CC are triadic colors.