COLOR #C93887

HEX: #C93887
RGB: (201,56,135)

Color info

#C93887 contains mainly red color. Web safe color of #C93887 is #CC3399 (or #C39).

RGB color model

#C93887 color RGB value is (201,56,135).

  • red value is 201;
  • green value is 56;
  • blue value is 135.
RGB:
(201,56,135)
(79%,22%,53%)

RGB channels and saturation

R 201 of 255 = 79%
G 56 of 255 = 22%
B 135 of 255 = 53%

201
56
135

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

Portions of RGB colors in percentages

R + G + B =
201 + 56 + 135 = 392 (100%)
R 201 of 392 ~ 51.28%
G 56 of 392 ~ 14.29%
B 135 of 392 ~ 34.44%

%51.28
%14.29
%34.44

CMYK color model

#C93887 color CMYK value is (0,72,33,21).

  • cyan value is 0.00%
  • magenta value is 72.14%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK:
(0,72,33,21)
C0M72Y33K21 
(0%,72%,33%,21%)
(0.00/0.72/0.33/0.21)	

CMYK percentages

%0
%72.14
%32.84
%21.18

Codes

Color #C93887 in popluar color models

C93887
RGB20156135
HSL327°57.31%50.39%
HSB/HSV327°72.14%78.82%
CMYK0.00%72.14%32.84%
21.18%

Color #C93887 in popluar number systems.

HEXC93887
Decimal20156135
Binary1100100111100010000111
Octal31170207

Shades and tints

Shades of #C93887

#C93887
(201,56,135)
#B7337B
(183,51,123)
#A52E6F
(165,46,111)
#932963
(147,41,99)
#812457
(129,36,87)
#6F1F4B
(111,31,75)
#5D1A3F
(93,26,63)
#4B1533
(75,21,51)
#391027
(57,16,39)
#270B1B
(39,11,27)
#15060F
(21,6,15)
#000000
(0,0,0)

Tints of #C93887

#C93887
(201,56,135)
#CD4A91
(205,74,145)
#D15C9B
(209,92,155)
#D56EA5
(213,110,165)
#D980AF
(217,128,175)
#DD92B9
(221,146,185)
#E1A4C3
(225,164,195)
#E5B6CD
(229,182,205)
#E9C8D7
(233,200,215)
#EDDAE1
(237,218,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93887 color. Also use rgb(201,56,135) instead hex code.

Text Font Color

.myTextColor { color: #C93887; }

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

This text font color is #C93887.


Background Color

.myBgColor { background-color: #C93887; }

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

This div background color is #C93887.


Border color

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

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

This div border color is #C93887.


Opacity

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

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

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

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

This text has shadow with #C93887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C93887 on black background.


Color preview on white background

This text has color #C93887 on white background.



Black color preview on #C93887 background

This text has black color on #C93887 background.


White color preview on #C93887 background

This text has white color on #C93887 background.