COLOR #C992DF

HEX: #C992DF RGB: (201,146,223)

Color info

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

RGB color model

#C992DF color RGB value is (201,146,223).

RGB: (201,146,223) (79%, 57%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 223 of 255 = 87%

201
146
223

R + G + B ~ 74%. #C992DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 146 + 223 = 570 (100%)
R 201 of 570 ~ 35.26%
G 146 of 570 ~ 25.61%
B 223 of 570 ~ 39.12'%

%35.26
%25.61
%39.12

CMYK color model

#C992DF color CMYK value is (10,35,0,13).

  • cyan value is 9.87%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (10,35,0,13)
C10M35Y0K13 (10%, 35%, 0%, 13%)
(0.10 / 0.35 / 0.00 / 0.13)

CMYK percentages

%9.87
%34.53
%0
%12.55

Codes

Color #C992DF in popluar color models

C9 92 DF
RGB 201 146 223
HSL 283° 54.61% 72.35%
HSB/HSV 283° 34.53% 87.45%
CMYK 9.87% 34.53% 0.00%
12.55%

Color #C992DF in popluar number systems.

HEX C9 92 DF
Decimal 201 146 223
Binary 11001001 10010010 11011111
Octal 311 222 337

Shades and tints

Shades of #C992DF

#C992DF
(201,146,223)
#B785CB
(183,133,203)
#A578B7
(165,120,183)
#936BA3
(147,107,163)
#815E8F
(129,94,143)
#6F517B
(111,81,123)
#5D4467
(93,68,103)
#4B3753
(75,55,83)
#392A3F
(57,42,63)
#271D2B
(39,29,43)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #C992DF

#C992DF
(201,146,223)
#CD9BE1
(205,155,225)
#D1A4E3
(209,164,227)
#D5ADE5
(213,173,229)
#D9B6E7
(217,182,231)
#DDBFE9
(221,191,233)
#E1C8EB
(225,200,235)
#E5D1ED
(229,209,237)
#E9DAEF
(233,218,239)
#EDE3F1
(237,227,241)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C992DF; }

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

This text font color is #C992DF.

Background Color

.myBgColor { background-color: #C992DF; }

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

This div background color is #C992DF.

Border color

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

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

This div border color is #C992DF.

Opacity

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

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

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

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

This text has shadow with #C992DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C992DF.

Preview

Color preview on black background

This text has color #C992DF on black background.


Color preview on white background

This text has color #C992DF on white background.


Black color preview on #C992DF background

This text has black color on #C992DF background.


White color preview on #C992DF background

This text has white color on #C992DF background.


Related colors

Complementary color

Complementary color for #hex is #366D20.


I love getcolorcode.com

Triadic colors

1 #DFC992 and #92DFC9 with #C992DF are triadic colors.

2 #DF92C9 and #92C9DF with #C992DF are triadic colors.