COLOR #C53EA6

HEX: #C53EA6
RGB: (197,62,166)

Color info

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

RGB color model

#C53EA6 color RGB value is (197,62,166).

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

RGB channels and saturation

R 197 of 255 = 77%
G 62 of 255 = 24%
B 166 of 255 = 65%

197
62
166

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

Portions of RGB colors in percentages

R + G + B =
197 + 62 + 166 = 425 (100%)
R 197 of 425 ~ 46.35%
G 62 of 425 ~ 14.59%
B 166 of 425 ~ 39.06%

%46.35
%14.59
%39.06

CMYK color model

#C53EA6 color CMYK value is (0,69,16,23).

  • cyan value is 0.00%
  • magenta value is 68.53%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(0,69,16,23)
C0M69Y16K23 
(0%,69%,16%,23%)
(0.00/0.69/0.16/0.23)	

CMYK percentages

%0
%68.53
%15.74
%22.75

Codes

Color #C53EA6 in popluar color models

C53EA6
RGB19762166
HSL314°53.78%50.78%
HSB/HSV314°68.53%77.25%
CMYK0.00%68.53%15.74%
22.75%

Color #C53EA6 in popluar number systems.

HEXC53EA6
Decimal19762166
Binary1100010111111010100110
Octal30576246

Shades and tints

Shades of #C53EA6

#C53EA6
(197,62,166)
#B43997
(180,57,151)
#A33488
(163,52,136)
#922F79
(146,47,121)
#812A6A
(129,42,106)
#70255B
(112,37,91)
#5F204C
(95,32,76)
#4E1B3D
(78,27,61)
#3D162E
(61,22,46)
#2C111F
(44,17,31)
#1B0C10
(27,12,16)
#000000
(0,0,0)

Tints of #C53EA6

#C53EA6
(197,62,166)
#CA4FAE
(202,79,174)
#CF60B6
(207,96,182)
#D471BE
(212,113,190)
#D982C6
(217,130,198)
#DE93CE
(222,147,206)
#E3A4D6
(227,164,214)
#E8B5DE
(232,181,222)
#EDC6E6
(237,198,230)
#F2D7EE
(242,215,238)
#F7E8F6
(247,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C53EA6; }

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

This text font color is #C53EA6.


Background Color

.myBgColor { background-color: #C53EA6; }

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

This div background color is #C53EA6.


Border color

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

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

This div border color is #C53EA6.


Opacity

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

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

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

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

This text has shadow with #C53EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53EA6 on black background.


Color preview on white background

This text has color #C53EA6 on white background.



Black color preview on #C53EA6 background

This text has black color on #C53EA6 background.


White color preview on #C53EA6 background

This text has white color on #C53EA6 background.