COLOR #C53EAB

HEX: #C53EAB
RGB: (197,62,171)

Color info

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

RGB color model

#C53EAB color RGB value is (197,62,171).

  • red value is 197;
  • green value is 62;
  • blue value is 171.
RGB:
(197,62,171)
(77%,24%,67%)

RGB channels and saturation

R 197 of 255 = 77%
G 62 of 255 = 24%
B 171 of 255 = 67%

197
62
171

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

Portions of RGB colors in percentages

R + G + B =
197 + 62 + 171 = 430 (100%)
R 197 of 430 ~ 45.81%
G 62 of 430 ~ 14.42%
B 171 of 430 ~ 39.77%

%45.81
%14.42
%39.77

CMYK color model

#C53EAB color CMYK value is (0,69,13,23).

  • cyan value is 0.00%
  • magenta value is 68.53%
  • yellow value is 13.20%
  • key color value is 22.75%
CMYK:
(0,69,13,23)
C0M69Y13K23 
(0%,69%,13%,23%)
(0.00/0.69/0.13/0.23)	

CMYK percentages

%0
%68.53
%13.2
%22.75

Codes

Color #C53EAB in popluar color models

C53EAB
RGB19762171
HSL312°53.78%50.78%
HSB/HSV312°68.53%77.25%
CMYK0.00%68.53%13.20%
22.75%

Color #C53EAB in popluar number systems.

HEXC53EAB
Decimal19762171
Binary1100010111111010101011
Octal30576253

Shades and tints

Shades of #C53EAB

#C53EAB
(197,62,171)
#B4399C
(180,57,156)
#A3348D
(163,52,141)
#922F7E
(146,47,126)
#812A6F
(129,42,111)
#702560
(112,37,96)
#5F2051
(95,32,81)
#4E1B42
(78,27,66)
#3D1633
(61,22,51)
#2C1124
(44,17,36)
#1B0C15
(27,12,21)
#000000
(0,0,0)

Tints of #C53EAB

#C53EAB
(197,62,171)
#CA4FB2
(202,79,178)
#CF60B9
(207,96,185)
#D471C0
(212,113,192)
#D982C7
(217,130,199)
#DE93CE
(222,147,206)
#E3A4D5
(227,164,213)
#E8B5DC
(232,181,220)
#EDC6E3
(237,198,227)
#F2D7EA
(242,215,234)
#F7E8F1
(247,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53EAB color. Also use rgb(197,62,171) instead hex code.

Text Font Color

.myTextColor { color: #C53EAB; }

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

This text font color is #C53EAB.


Background Color

.myBgColor { background-color: #C53EAB; }

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

This div background color is #C53EAB.


Border color

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

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

This div border color is #C53EAB.


Opacity

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

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

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

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

This text has shadow with #C53EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53EAB on black background.


Color preview on white background

This text has color #C53EAB on white background.



Black color preview on #C53EAB background

This text has black color on #C53EAB background.


White color preview on #C53EAB background

This text has white color on #C53EAB background.