COLOR #C93050

HEX: #C93050 RGB: (201,48,80)

Color info

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

RGB color model

#C93050 color RGB value is (201,48,80).

RGB: (201,48,80) (79%, 19%, 31%)

RGB channels and saturation

R 201 of 255 = 79%
G 48 of 255 = 19%
B 80 of 255 = 31%

201
48
80

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

Portions of RGB colors in percentages

R + G + B = 201 + 48 + 80 = 329 (100%)
R 201 of 329 ~ 61.09%
G 48 of 329 ~ 14.59%
B 80 of 329 ~ 24.32'%

%61.09
%14.59
%24.32

CMYK color model

#C93050 color CMYK value is (0,76,60,21).

  • cyan value is 0.00%
  • magenta value is 76.12%
  • yellow value is 60.20%
  • key color value is 21.18%
CMYK: (0,76,60,21) C0M76Y60K21 (0%,76%,60%,21%) (0.00/0.76/0.60/0.21) 

CMYK percentages

%0
%76.12
%60.2
%21.18

Codes

Color #C93050 in popluar color models

C9 30 50
RGB 201 48 80
HSL 347° 61.45% 48.82%
HSB/HSV 347° 76.12% 78.82%
CMYK 0.00% 76.12% 60.20%
21.18%

Color #C93050 in popluar number systems.

HEX C9 30 50
Decimal 201 48 80
Binary 11001001 110000 1010000
Octal 311 60 120

Shades and tints

Shades of #C93050

#C93050
(201,48,80)
#B72C49
(183,44,73)
#A52842
(165,40,66)
#93243B
(147,36,59)
#812034
(129,32,52)
#6F1C2D
(111,28,45)
#5D1826
(93,24,38)
#4B141F
(75,20,31)
#391018
(57,16,24)
#270C11
(39,12,17)
#15080A
(21,8,10)
#000000
(0,0,0)

Tints of #C93050

#C93050
(201,48,80)
#CD425F
(205,66,95)
#D1546E
(209,84,110)
#D5667D
(213,102,125)
#D9788C
(217,120,140)
#DD8A9B
(221,138,155)
#E19CAA
(225,156,170)
#E5AEB9
(229,174,185)
#E9C0C8
(233,192,200)
#EDD2D7
(237,210,215)
#F1E4E6
(241,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C93050 color. Also use rgb(201,48,80) instead hex code.

Text Font Color

.myTextColor { color: #C93050; }

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

This text font color is #C93050.

Background Color

.myBgColor { background-color: #C93050; }

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

This div background color is #C93050.

Border color

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

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

This div border color is #C93050.

Opacity

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

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

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

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

This text has shadow with #C93050 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C93050.

Preview

Color preview on black background

This text has color #C93050 on black background.


Color preview on white background

This text has color #C93050 on white background.


Black color preview on #C93050 background

This text has black color on #C93050 background.


White color preview on #C93050 background

This text has white color on #C93050 background.


Related colors

Complementary color

Complementary color for #hex is #36CFAF.


I love getcolorcode.com

Triadic colors

1 #50C930 and #3050C9 with #C93050 are triadic colors.

2 #5030C9 and #30C950 with #C93050 are triadic colors.