COLOR #C52AAB

HEX: #C52AAB RGB: (197,42,171)

Color info

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

RGB color model

#C52AAB color RGB value is (197,42,171).

RGB: (197,42,171) (77%, 16%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 42 of 255 = 16%
B 171 of 255 = 67%

197
42
171

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

Portions of RGB colors in percentages

R + G + B = 197 + 42 + 171 = 410 (100%)
R 197 of 410 ~ 48.05%
G 42 of 410 ~ 10.24%
B 171 of 410 ~ 41.71'%

%48.05
%41.71

CMYK color model

#C52AAB color CMYK value is (0,79,13,23).

  • cyan value is 0.00%
  • magenta value is 78.68%
  • yellow value is 13.20%
  • key color value is 22.75%

CMYK: (0,79,13,23)
C0M79Y13K23 (0%, 79%, 13%, 23%)
(0.00 / 0.79 / 0.13 / 0.23)

CMYK percentages

%0
%78.68
%13.2
%22.75

Codes

Color #C52AAB in popluar color models

C5 2A AB
RGB 197 42 171
HSL 310° 64.85% 46.86%
HSB/HSV 310° 78.68% 77.25%
CMYK 0.00% 78.68% 13.20%
22.75%

Color #C52AAB in popluar number systems.

HEX C5 2A AB
Decimal 197 42 171
Binary 11000101 101010 10101011
Octal 305 52 253

Shades and tints

Shades of #C52AAB

#C52AAB
(197,42,171)
#B4279C
(180,39,156)
#A3248D
(163,36,141)
#92217E
(146,33,126)
#811E6F
(129,30,111)
#701B60
(112,27,96)
#5F1851
(95,24,81)
#4E1542
(78,21,66)
#3D1233
(61,18,51)
#2C0F24
(44,15,36)
#1B0C15
(27,12,21)
#000000
(0,0,0)

Tints of #C52AAB

#C52AAB
(197,42,171)
#CA3DB2
(202,61,178)
#CF50B9
(207,80,185)
#D463C0
(212,99,192)
#D976C7
(217,118,199)
#DE89CE
(222,137,206)
#E39CD5
(227,156,213)
#E8AFDC
(232,175,220)
#EDC2E3
(237,194,227)
#F2D5EA
(242,213,234)
#F7E8F1
(247,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C52AAB; }

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

This text font color is #C52AAB.

Background Color

.myBgColor { background-color: #C52AAB; }

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

This div background color is #C52AAB.

Border color

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

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

This div border color is #C52AAB.

Opacity

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

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

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

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

This text has shadow with #C52AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C52AAB.

Preview

Color preview on black background

This text has color #C52AAB on black background.


Color preview on white background

This text has color #C52AAB on white background.


Black color preview on #C52AAB background

This text has black color on #C52AAB background.


White color preview on #C52AAB background

This text has white color on #C52AAB background.


Related colors

Complementary color

Complementary color for #hex is #3AD554.


I love getcolorcode.com

Triadic colors

1 #ABC52A and #2AABC5 with #C52AAB are triadic colors.

2 #AB2AC5 and #2AC5AB with #C52AAB are triadic colors.