COLOR #C93563

HEX: #C93563 RGB: (201,53,99)

Color info

#C93563 contains mainly red color. Web safe color of #C93563 is #CC3366 (or #C36).

RGB color model

#C93563 color RGB value is (201,53,99).

RGB: (201,53,99) (79%, 21%, 39%)

RGB channels and saturation

R 201 of 255 = 79%
G 53 of 255 = 21%
B 99 of 255 = 39%

201
53
99

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

Portions of RGB colors in percentages

R + G + B = 201 + 53 + 99 = 353 (100%)
R 201 of 353 ~ 56.94%
G 53 of 353 ~ 15.01%
B 99 of 353 ~ 28.05'%

%56.94
%15.01
%28.05

CMYK color model

#C93563 color CMYK value is (0,74,51,21).

  • cyan value is 0.00%
  • magenta value is 73.63%
  • yellow value is 50.75%
  • key color value is 21.18%
CMYK: (0,74,51,21) C0M74Y51K21 (0%,74%,51%,21%) (0.00/0.74/0.51/0.21) 

CMYK percentages

%0
%73.63
%50.75
%21.18

Codes

Color #C93563 in popluar color models

C9 35 63
RGB 201 53 99
HSL 341° 58.27% 49.80%
HSB/HSV 341° 73.63% 78.82%
CMYK 0.00% 73.63% 50.75%
21.18%

Color #C93563 in popluar number systems.

HEX C9 35 63
Decimal 201 53 99
Binary 11001001 110101 1100011
Octal 311 65 143

Shades and tints

Shades of #C93563

#C93563
(201,53,99)
#B7315A
(183,49,90)
#A52D51
(165,45,81)
#932948
(147,41,72)
#81253F
(129,37,63)
#6F2136
(111,33,54)
#5D1D2D
(93,29,45)
#4B1924
(75,25,36)
#39151B
(57,21,27)
#271112
(39,17,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #C93563

#C93563
(201,53,99)
#CD4771
(205,71,113)
#D1597F
(209,89,127)
#D56B8D
(213,107,141)
#D97D9B
(217,125,155)
#DD8FA9
(221,143,169)
#E1A1B7
(225,161,183)
#E5B3C5
(229,179,197)
#E9C5D3
(233,197,211)
#EDD7E1
(237,215,225)
#F1E9EF
(241,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93563 color. Also use rgb(201,53,99) instead hex code.

Text Font Color

.myTextColor { color: #C93563; }

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

This text font color is #C93563.

Background Color

.myBgColor { background-color: #C93563; }

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

This div background color is #C93563.

Border color

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

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

This div border color is #C93563.

Opacity

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

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

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

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

This text has shadow with #C93563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C93563.

Preview

Color preview on black background

This text has color #C93563 on black background.


Color preview on white background

This text has color #C93563 on white background.


Black color preview on #C93563 background

This text has black color on #C93563 background.


White color preview on #C93563 background

This text has white color on #C93563 background.


Related colors

Complementary color

Complementary color for #hex is #36CA9C.


I love getcolorcode.com

Triadic colors

1 #63C935 and #3563C9 with #C93563 are triadic colors.

2 #6335C9 and #35C963 with #C93563 are triadic colors.