COLOR #C941D2

HEX: #C941D2 RGB: (201,65,210)

Color info

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

RGB color model

#C941D2 color RGB value is (201,65,210).

RGB: (201,65,210) (79%, 25%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 65 of 255 = 25%
B 210 of 255 = 82%

201
65
210

R + G + B ~ 62%. #C941D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 65 + 210 = 476 (100%)
R 201 of 476 ~ 42.23%
G 65 of 476 ~ 13.66%
B 210 of 476 ~ 44.12'%

%42.23
%13.66
%44.12

CMYK color model

#C941D2 color CMYK value is (4,69,0,18).

  • cyan value is 4.29%
  • magenta value is 69.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (4,69,0,18)
C4M69Y0K18 (4%, 69%, 0%, 18%)
(0.04 / 0.69 / 0.00 / 0.18)

CMYK percentages

%4.29
%69.05
%0
%17.65

Codes

Color #C941D2 in popluar color models

C9 41 D2
RGB 201 65 210
HSL 296° 61.70% 53.92%
HSB/HSV 296° 69.05% 82.35%
CMYK 4.29% 69.05% 0.00%
17.65%

Color #C941D2 in popluar number systems.

HEX C9 41 D2
Decimal 201 65 210
Binary 11001001 1000001 11010010
Octal 311 101 322

Shades and tints

Shades of #C941D2

#C941D2
(201,65,210)
#B73CBF
(183,60,191)
#A537AC
(165,55,172)
#933299
(147,50,153)
#812D86
(129,45,134)
#6F2873
(111,40,115)
#5D2360
(93,35,96)
#4B1E4D
(75,30,77)
#39193A
(57,25,58)
#271427
(39,20,39)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C941D2

#C941D2
(201,65,210)
#CD52D6
(205,82,214)
#D163DA
(209,99,218)
#D574DE
(213,116,222)
#D985E2
(217,133,226)
#DD96E6
(221,150,230)
#E1A7EA
(225,167,234)
#E5B8EE
(229,184,238)
#E9C9F2
(233,201,242)
#EDDAF6
(237,218,246)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C941D2 color. Also use rgb(201,65,210) instead hex code.

Text Font Color

.myTextColor { color: #C941D2; }

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

This text font color is #C941D2.

Background Color

.myBgColor { background-color: #C941D2; }

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

This div background color is #C941D2.

Border color

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

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

This div border color is #C941D2.

Opacity

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

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

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

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

This text has shadow with #C941D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C941D2.

Preview

Color preview on black background

This text has color #C941D2 on black background.


Color preview on white background

This text has color #C941D2 on white background.


Black color preview on #C941D2 background

This text has black color on #C941D2 background.


White color preview on #C941D2 background

This text has white color on #C941D2 background.


Related colors

Complementary color

Complementary color for #hex is #36BE2D.


I love getcolorcode.com

Triadic colors

1 #D2C941 and #41D2C9 with #C941D2 are triadic colors.

2 #D241C9 and #41C9D2 with #C941D2 are triadic colors.