COLOR #C54F89

HEX: #C54F89
RGB: (197,79,137)

Color info

#C54F89 contains mainly red color. Web safe color of #C54F89 is #CC6699 (or #C69).

RGB color model

#C54F89 color RGB value is (197,79,137).

  • red value is 197;
  • green value is 79;
  • blue value is 137.
RGB:
(197,79,137)
(77%,31%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 79 of 255 = 31%
B 137 of 255 = 54%

197
79
137

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

Portions of RGB colors in percentages

R + G + B =
197 + 79 + 137 = 413 (100%)
R 197 of 413 ~ 47.7%
G 79 of 413 ~ 19.13%
B 137 of 413 ~ 33.17%

%47.7
%19.13
%33.17

CMYK color model

#C54F89 color CMYK value is (0,60,30,23).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK:
(0,60,30,23)
C0M60Y30K23 
(0%,60%,30%,23%)
(0.00/0.60/0.30/0.23)	

CMYK percentages

%0
%59.9
%30.46
%22.75

Codes

Color #C54F89 in popluar color models

C54F89
RGB19779137
HSL331°50.43%54.12%
HSB/HSV331°59.90%77.25%
CMYK0.00%59.90%30.46%
22.75%

Color #C54F89 in popluar number systems.

HEXC54F89
Decimal19779137
Binary11000101100111110001001
Octal305117211

Shades and tints

Shades of #C54F89

#C54F89
(197,79,137)
#B4487D
(180,72,125)
#A34171
(163,65,113)
#923A65
(146,58,101)
#813359
(129,51,89)
#702C4D
(112,44,77)
#5F2541
(95,37,65)
#4E1E35
(78,30,53)
#3D1729
(61,23,41)
#2C101D
(44,16,29)
#1B0911
(27,9,17)
#000000
(0,0,0)

Tints of #C54F89

#C54F89
(197,79,137)
#CA5F93
(202,95,147)
#CF6F9D
(207,111,157)
#D47FA7
(212,127,167)
#D98FB1
(217,143,177)
#DE9FBB
(222,159,187)
#E3AFC5
(227,175,197)
#E8BFCF
(232,191,207)
#EDCFD9
(237,207,217)
#F2DFE3
(242,223,227)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54F89 color. Also use rgb(197,79,137) instead hex code.

Text Font Color

.myTextColor { color: #C54F89; }

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

This text font color is #C54F89.


Background Color

.myBgColor { background-color: #C54F89; }

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

This div background color is #C54F89.


Border color

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

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

This div border color is #C54F89.


Opacity

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

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

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

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

This text has shadow with #C54F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54F89 on black background.


Color preview on white background

This text has color #C54F89 on white background.



Black color preview on #C54F89 background

This text has black color on #C54F89 background.


White color preview on #C54F89 background

This text has white color on #C54F89 background.