COLOR #C992EC

HEX: #C992EC RGB: (201,146,236)

Color info

#C992EC contains mainly red and blue colors. Web safe color of #C992EC is #CC99FF (or #C9F).

RGB color model

#C992EC color RGB value is (201,146,236).

RGB: (201,146,236) (79%, 57%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 236 of 255 = 93%

201
146
236

R + G + B ~ 76%. #C992EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 146 + 236 = 583 (100%)
R 201 of 583 ~ 34.48%
G 146 of 583 ~ 25.04%
B 236 of 583 ~ 40.48'%

%34.48
%25.04
%40.48

CMYK color model

#C992EC color CMYK value is (15,38,0,7).

  • cyan value is 14.83%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (15,38,0,7) C15M38Y0K7 (15%,38%,0%,7%) (0.15/0.38/0.00/0.07) 

CMYK percentages

%14.83
%38.14
%0
%7.45

Codes

Color #C992EC in popluar color models

C9 92 EC
RGB 201 146 236
HSL 277° 70.31% 74.90%
HSB/HSV 277° 38.14% 92.55%
CMYK 14.83% 38.14% 0.00%
7.45%

Color #C992EC in popluar number systems.

HEX C9 92 EC
Decimal 201 146 236
Binary 11001001 10010010 11101100
Octal 311 222 354

Shades and tints

Shades of #C992EC

#C992EC
(201,146,236)
#B785D7
(183,133,215)
#A578C2
(165,120,194)
#936BAD
(147,107,173)
#815E98
(129,94,152)
#6F5183
(111,81,131)
#5D446E
(93,68,110)
#4B3759
(75,55,89)
#392A44
(57,42,68)
#271D2F
(39,29,47)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #C992EC

#C992EC
(201,146,236)
#CD9BED
(205,155,237)
#D1A4EE
(209,164,238)
#D5ADEF
(213,173,239)
#D9B6F0
(217,182,240)
#DDBFF1
(221,191,241)
#E1C8F2
(225,200,242)
#E5D1F3
(229,209,243)
#E9DAF4
(233,218,244)
#EDE3F5
(237,227,245)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C992EC color. Also use rgb(201,146,236) instead hex code.

Text Font Color

.myTextColor { color: #C992EC; }

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

This text font color is #C992EC.

Background Color

.myBgColor { background-color: #C992EC; }

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

This div background color is #C992EC.

Border color

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

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

This div border color is #C992EC.

Opacity

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

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

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

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

This text has shadow with #C992EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C992EC.

Preview

Color preview on black background

This text has color #C992EC on black background.


Color preview on white background

This text has color #C992EC on white background.


Black color preview on #C992EC background

This text has black color on #C992EC background.


White color preview on #C992EC background

This text has white color on #C992EC background.


Related colors

Complementary color

Complementary color for #hex is #366D13.


I love getcolorcode.com

Triadic colors

1 #ECC992 and #92ECC9 with #C992EC are triadic colors.

2 #EC92C9 and #92C9EC with #C992EC are triadic colors.