COLOR #C54997

HEX: #C54997
RGB: (197,73,151)

Color info

#C54997 contains mainly red and blue colors. Web safe color of #C54997 is #CC3399 (or #C39).

RGB color model

#C54997 color RGB value is (197,73,151).

  • red value is 197;
  • green value is 73;
  • blue value is 151.
RGB:
(197,73,151)
(77%,29%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 73 of 255 = 29%
B 151 of 255 = 59%

197
73
151

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

Portions of RGB colors in percentages

R + G + B =
197 + 73 + 151 = 421 (100%)
R 197 of 421 ~ 46.79%
G 73 of 421 ~ 17.34%
B 151 of 421 ~ 35.87%

%46.79
%17.34
%35.87

CMYK color model

#C54997 color CMYK value is (0,63,23,23).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 23.35%
  • key color value is 22.75%
CMYK:
(0,63,23,23)
C0M63Y23K23 
(0%,63%,23%,23%)
(0.00/0.63/0.23/0.23)	

CMYK percentages

%0
%62.94
%23.35
%22.75

Codes

Color #C54997 in popluar color models

C54997
RGB19773151
HSL322°51.67%52.94%
HSB/HSV322°62.94%77.25%
CMYK0.00%62.94%23.35%
22.75%

Color #C54997 in popluar number systems.

HEXC54997
Decimal19773151
Binary11000101100100110010111
Octal305111227

Shades and tints

Shades of #C54997

#C54997
(197,73,151)
#B4438A
(180,67,138)
#A33D7D
(163,61,125)
#923770
(146,55,112)
#813163
(129,49,99)
#702B56
(112,43,86)
#5F2549
(95,37,73)
#4E1F3C
(78,31,60)
#3D192F
(61,25,47)
#2C1322
(44,19,34)
#1B0D15
(27,13,21)
#000000
(0,0,0)

Tints of #C54997

#C54997
(197,73,151)
#CA59A0
(202,89,160)
#CF69A9
(207,105,169)
#D479B2
(212,121,178)
#D989BB
(217,137,187)
#DE99C4
(222,153,196)
#E3A9CD
(227,169,205)
#E8B9D6
(232,185,214)
#EDC9DF
(237,201,223)
#F2D9E8
(242,217,232)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54997 color. Also use rgb(197,73,151) instead hex code.

Text Font Color

.myTextColor { color: #C54997; }

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

This text font color is #C54997.


Background Color

.myBgColor { background-color: #C54997; }

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

This div background color is #C54997.


Border color

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

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

This div border color is #C54997.


Opacity

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

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

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

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

This text has shadow with #C54997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54997 on black background.


Color preview on white background

This text has color #C54997 on white background.



Black color preview on #C54997 background

This text has black color on #C54997 background.


White color preview on #C54997 background

This text has white color on #C54997 background.