COLOR #C94DED

HEX: #C94DED
RGB: (201,77,237)

Color info

#C94DED contains mainly red and blue colors. Web safe color of #C94DED is #CC33FF (or #C3F).

RGB color model

#C94DED color RGB value is (201,77,237).

  • red value is 201;
  • green value is 77;
  • blue value is 237.
RGB:
(201,77,237)
(79%,30%,93%)

RGB channels and saturation

R 201 of 255 = 79%
G 77 of 255 = 30%
B 237 of 255 = 93%

201
77
237

R + G + B ~ 67%. #C94DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 77 + 237 = 515 (100%)
R 201 of 515 ~ 39.03%
G 77 of 515 ~ 14.95%
B 237 of 515 ~ 46.02%

%39.03
%14.95
%46.02

CMYK color model

#C94DED color CMYK value is (15,68,0,7).

  • cyan value is 15.19%
  • magenta value is 67.51%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,68,0,7)
C15M68Y0K7 
(15%,68%,0%,7%)
(0.15/0.68/0.00/0.07)	

CMYK percentages

%15.19
%67.51
%0
%7.06

Codes

Color #C94DED in popluar color models

C94DED
RGB20177237
HSL287°81.63%61.57%
HSB/HSV287°67.51%92.94%
CMYK15.19%67.51%0.00%
7.06%

Color #C94DED in popluar number systems.

HEXC94DED
Decimal20177237
Binary11001001100110111101101
Octal311115355

Shades and tints

Shades of #C94DED

#C94DED
(201,77,237)
#B746D8
(183,70,216)
#A53FC3
(165,63,195)
#9338AE
(147,56,174)
#813199
(129,49,153)
#6F2A84
(111,42,132)
#5D236F
(93,35,111)
#4B1C5A
(75,28,90)
#391545
(57,21,69)
#270E30
(39,14,48)
#15071B
(21,7,27)
#000000
(0,0,0)

Tints of #C94DED

#C94DED
(201,77,237)
#CD5DEE
(205,93,238)
#D16DEF
(209,109,239)
#D57DF0
(213,125,240)
#D98DF1
(217,141,241)
#DD9DF2
(221,157,242)
#E1ADF3
(225,173,243)
#E5BDF4
(229,189,244)
#E9CDF5
(233,205,245)
#EDDDF6
(237,221,246)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94DED color. Also use rgb(201,77,237) instead hex code.

Text Font Color

.myTextColor { color: #C94DED; }

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

This text font color is #C94DED.


Background Color

.myBgColor { background-color: #C94DED; }

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

This div background color is #C94DED.


Border color

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

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

This div border color is #C94DED.


Opacity

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

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

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

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

This text has shadow with #C94DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94DED on black background.


Color preview on white background

This text has color #C94DED on white background.



Black color preview on #C94DED background

This text has black color on #C94DED background.


White color preview on #C94DED background

This text has white color on #C94DED background.