COLOR #C54583

HEX: #C54583
RGB: (197,69,131)

Color info

#C54583 contains mainly red color. Web safe color of #C54583 is #CC3399 (or #C39).

RGB color model

#C54583 color RGB value is (197,69,131).

  • red value is 197;
  • green value is 69;
  • blue value is 131.
RGB:
(197,69,131)
(77%,27%,51%)

RGB channels and saturation

R 197 of 255 = 77%
G 69 of 255 = 27%
B 131 of 255 = 51%

197
69
131

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

Portions of RGB colors in percentages

R + G + B =
197 + 69 + 131 = 397 (100%)
R 197 of 397 ~ 49.62%
G 69 of 397 ~ 17.38%
B 131 of 397 ~ 33%

%49.62
%17.38
%33

CMYK color model

#C54583 color CMYK value is (0,65,34,23).

  • cyan value is 0.00%
  • magenta value is 64.97%
  • yellow value is 33.50%
  • key color value is 22.75%
CMYK:
(0,65,34,23)
C0M65Y34K23 
(0%,65%,34%,23%)
(0.00/0.65/0.34/0.23)	

CMYK percentages

%0
%64.97
%33.5
%22.75

Codes

Color #C54583 in popluar color models

C54583
RGB19769131
HSL331°52.46%52.16%
HSB/HSV331°64.97%77.25%
CMYK0.00%64.97%33.50%
22.75%

Color #C54583 in popluar number systems.

HEXC54583
Decimal19769131
Binary11000101100010110000011
Octal305105203

Shades and tints

Shades of #C54583

#C54583
(197,69,131)
#B43F78
(180,63,120)
#A3396D
(163,57,109)
#923362
(146,51,98)
#812D57
(129,45,87)
#70274C
(112,39,76)
#5F2141
(95,33,65)
#4E1B36
(78,27,54)
#3D152B
(61,21,43)
#2C0F20
(44,15,32)
#1B0915
(27,9,21)
#000000
(0,0,0)

Tints of #C54583

#C54583
(197,69,131)
#CA558E
(202,85,142)
#CF6599
(207,101,153)
#D475A4
(212,117,164)
#D985AF
(217,133,175)
#DE95BA
(222,149,186)
#E3A5C5
(227,165,197)
#E8B5D0
(232,181,208)
#EDC5DB
(237,197,219)
#F2D5E6
(242,213,230)
#F7E5F1
(247,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54583 color. Also use rgb(197,69,131) instead hex code.

Text Font Color

.myTextColor { color: #C54583; }

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

This text font color is #C54583.


Background Color

.myBgColor { background-color: #C54583; }

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

This div background color is #C54583.


Border color

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

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

This div border color is #C54583.


Opacity

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

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

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

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

This text has shadow with #C54583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54583 on black background.


Color preview on white background

This text has color #C54583 on white background.



Black color preview on #C54583 background

This text has black color on #C54583 background.


White color preview on #C54583 background

This text has white color on #C54583 background.