HEX: #C994CC
RGB: (201,148,204)
#C994CC contains red, green and blue colors in about the same proportion. Web safe color of #C994CC is #CC99CC (or #C9C).
#C994CC color RGB value is (201,148,204).
RGB: (201,148,204)
(79%, 58%, 80%)
R 201 of 255 = 79%
G 148 of 255 = 58%
B 204 of 255 = 80%
R + G + B ~ 72%. #C994CC is quite light color.
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'%
#C994CC color CMYK value is (1,27,0,20).
CMYK: (1,27,0,20)
C1M27Y0K20 (1%, 27%, 0%, 20%)
(0.01 / 0.27 / 0.00 / 0.20)
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 of #C994CC
Tints of #C994CC
Examples of css and html codes for elements with #C994CC color. Also use rgb(201,148,204) instead hex code.
.myTextColor { color: #C994CC; }
<p style="color:#C994CC">This sample text font color is #C994CC.</p>
This text font color is #C994CC.
.myBgColor { background-color: #C994CC; }
<div style="background-color:#C994CC">Inner text</div>
This div background color is #C994CC.
.myBorderColor { border: 1px solid #C994CC; }
<div style="border:3px solid #C994CC">Div</div>
This div border color is #C994CC.
.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%.
.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.
/* 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 text has color #C994CC on black background.
This text has color #C994CC on white background.
This text has black color on #C994CC background.
This text has white color on #C994CC background.
Complementary color for #hex is #366B33.