COLOR #C55E93

HEX: #C55E93
RGB: (197,94,147)

Color info

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

RGB color model

#C55E93 color RGB value is (197,94,147).

  • red value is 197;
  • green value is 94;
  • blue value is 147.
RGB: (197,94,147) (77%,37%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 94 of 255 = 37%
B 147 of 255 = 58%

197
94
147

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

Portions of RGB colors in percentages

R + G + B =
197 + 94 + 147 = 438 (100%)
R 197 of 438 ~ 44.98%
G 94 of 438 ~ 21.46%
B 147 of 438 ~ 33.56%

%44.98
%21.46
%33.56

CMYK color model

#C55E93 color CMYK value is (0,52,25,23).

  • cyan value is 0.00%
  • magenta value is 52.28%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK: (0,52,25,23) C0M52Y25K23 (0%,52%,25%,23%) (0.00/0.52/0.25/0.23)

CMYK percentages

%0
%52.28
%25.38
%22.75

Codes

Color #C55E93 in popluar color models

C55E93
RGB19794147
HSL329°47.03%57.06%
HSB/HSV329°52.28%77.25%
CMYK0.00%52.28%25.38%
22.75%

Color #C55E93 in popluar number systems.

HEXC55E93
Decimal19794147
Binary11000101101111010010011
Octal305136223

Shades and tints

Shades of #C55E93

#C55E93
(197,94,147)
#B45686
(180,86,134)
#A34E79
(163,78,121)
#92466C
(146,70,108)
#813E5F
(129,62,95)
#703652
(112,54,82)
#5F2E45
(95,46,69)
#4E2638
(78,38,56)
#3D1E2B
(61,30,43)
#2C161E
(44,22,30)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #C55E93

#C55E93
(197,94,147)
#CA6C9C
(202,108,156)
#CF7AA5
(207,122,165)
#D488AE
(212,136,174)
#D996B7
(217,150,183)
#DEA4C0
(222,164,192)
#E3B2C9
(227,178,201)
#E8C0D2
(232,192,210)
#EDCEDB
(237,206,219)
#F2DCE4
(242,220,228)
#F7EAED
(247,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55E93 color. Also use rgb(197,94,147) instead hex code.

Text Font Color

.myTextColor { color: #C55E93; }

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

This text font color is #C55E93.


Background Color

.myBgColor { background-color: #C55E93; }

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

This div background color is #C55E93.


Border color

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

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

This div border color is #C55E93.


Opacity

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

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

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

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

This text has shadow with #C55E93 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C55E93 on black background.


Color preview on white background

This text has color #C55E93 on white background.



Black color preview on #C55E93 background

This text has black color on #C55E93 background.


White color preview on #C55E93 background

This text has white color on #C55E93 background.