COLOR #C9539C

HEX: #C9539C RGB: (201,83,156)

Color info

#C9539C contains mainly red and blue colors. Web safe color of #C9539C is #CC6699 (or #C69).

RGB color model

#C9539C color RGB value is (201,83,156).

RGB: (201,83,156) (79%, 33%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 83 of 255 = 33%
B 156 of 255 = 61%

201
83
156

R + G + B ~ 58%. #C9539C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 201 + 83 + 156 = 440 (100%)
R 201 of 440 ~ 45.68%
G 83 of 440 ~ 18.86%
B 156 of 440 ~ 35.45'%

%45.68
%18.86
%35.45

CMYK color model

#C9539C color CMYK value is (0,59,22,21).

  • cyan value is 0.00%
  • magenta value is 58.71%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK: (0,59,22,21) C0M59Y22K21 (0%,59%,22%,21%) (0.00/0.59/0.22/0.21) 

CMYK percentages

%0
%58.71
%22.39
%21.18

Codes

Color #C9539C in popluar color models

C9 53 9C
RGB 201 83 156
HSL 323° 52.21% 55.69%
HSB/HSV 323° 58.71% 78.82%
CMYK 0.00% 58.71% 22.39%
21.18%

Color #C9539C in popluar number systems.

HEX C9 53 9C
Decimal 201 83 156
Binary 11001001 1010011 10011100
Octal 311 123 234

Shades and tints

Shades of #C9539C

#C9539C
(201,83,156)
#B74C8E
(183,76,142)
#A54580
(165,69,128)
#933E72
(147,62,114)
#813764
(129,55,100)
#6F3056
(111,48,86)
#5D2948
(93,41,72)
#4B223A
(75,34,58)
#391B2C
(57,27,44)
#27141E
(39,20,30)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #C9539C

#C9539C
(201,83,156)
#CD62A5
(205,98,165)
#D171AE
(209,113,174)
#D580B7
(213,128,183)
#D98FC0
(217,143,192)
#DD9EC9
(221,158,201)
#E1ADD2
(225,173,210)
#E5BCDB
(229,188,219)
#E9CBE4
(233,203,228)
#EDDAED
(237,218,237)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9539C color. Also use rgb(201,83,156) instead hex code.

Text Font Color

.myTextColor { color: #C9539C; }

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

This text font color is #C9539C.

Background Color

.myBgColor { background-color: #C9539C; }

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

This div background color is #C9539C.

Border color

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

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

This div border color is #C9539C.

Opacity

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

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

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

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

This text has shadow with #C9539C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9539C.

Preview

Color preview on black background

This text has color #C9539C on black background.


Color preview on white background

This text has color #C9539C on white background.


Black color preview on #C9539C background

This text has black color on #C9539C background.


White color preview on #C9539C background

This text has white color on #C9539C background.


Related colors

Complementary color

Complementary color for #hex is #36AC63.


I love getcolorcode.com

Triadic colors

1 #9CC953 and #539CC9 with #C9539C are triadic colors.

2 #9C53C9 and #53C99C with #C9539C are triadic colors.