COLOR #C94BDA

HEX: #C94BDA
RGB: (201,75,218)

Color info

#C94BDA contains mainly red and blue colors. Web safe color of #C94BDA is #CC33CC (or #C3C).

RGB color model

#C94BDA color RGB value is (201,75,218).

  • red value is 201;
  • green value is 75;
  • blue value is 218.
RGB:
(201,75,218)
(79%,29%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 75 of 255 = 29%
B 218 of 255 = 85%

201
75
218

R + G + B ~ 64%. #C94BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 75 + 218 = 494 (100%)
R 201 of 494 ~ 40.69%
G 75 of 494 ~ 15.18%
B 218 of 494 ~ 44.13%

%40.69
%15.18
%44.13

CMYK color model

#C94BDA color CMYK value is (8,66,0,15).

  • cyan value is 7.80%
  • magenta value is 65.60%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,66,0,15)
C8M66Y0K15 
(8%,66%,0%,15%)
(0.08/0.66/0.00/0.15)	

CMYK percentages

%7.8
%65.6
%0
%14.51

Codes

Color #C94BDA in popluar color models

C94BDA
RGB20175218
HSL293°65.90%57.45%
HSB/HSV293°65.60%85.49%
CMYK7.80%65.60%0.00%
14.51%

Color #C94BDA in popluar number systems.

HEXC94BDA
Decimal20175218
Binary11001001100101111011010
Octal311113332

Shades and tints

Shades of #C94BDA

#C94BDA
(201,75,218)
#B745C7
(183,69,199)
#A53FB4
(165,63,180)
#9339A1
(147,57,161)
#81338E
(129,51,142)
#6F2D7B
(111,45,123)
#5D2768
(93,39,104)
#4B2155
(75,33,85)
#391B42
(57,27,66)
#27152F
(39,21,47)
#150F1C
(21,15,28)
#000000
(0,0,0)

Tints of #C94BDA

#C94BDA
(201,75,218)
#CD5BDD
(205,91,221)
#D16BE0
(209,107,224)
#D57BE3
(213,123,227)
#D98BE6
(217,139,230)
#DD9BE9
(221,155,233)
#E1ABEC
(225,171,236)
#E5BBEF
(229,187,239)
#E9CBF2
(233,203,242)
#EDDBF5
(237,219,245)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94BDA color. Also use rgb(201,75,218) instead hex code.

Text Font Color

.myTextColor { color: #C94BDA; }

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

This text font color is #C94BDA.


Background Color

.myBgColor { background-color: #C94BDA; }

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

This div background color is #C94BDA.


Border color

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

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

This div border color is #C94BDA.


Opacity

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

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

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

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

This text has shadow with #C94BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94BDA on black background.


Color preview on white background

This text has color #C94BDA on white background.



Black color preview on #C94BDA background

This text has black color on #C94BDA background.


White color preview on #C94BDA background

This text has white color on #C94BDA background.