COLOR #C52AB0

HEX: #C52AB0
RGB: (197,42,176)

Color info

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

RGB color model

#C52AB0 color RGB value is (197,42,176).

  • red value is 197;
  • green value is 42;
  • blue value is 176.
RGB:
(197,42,176)
(77%,16%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 42 of 255 = 16%
B 176 of 255 = 69%

197
42
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 42 + 176 = 415 (100%)
R 197 of 415 ~ 47.47%
G 42 of 415 ~ 10.12%
B 176 of 415 ~ 42.41%

%47.47
%10.12
%42.41

CMYK color model

#C52AB0 color CMYK value is (0,79,11,23).

  • cyan value is 0.00%
  • magenta value is 78.68%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,79,11,23)
C0M79Y11K23 
(0%,79%,11%,23%)
(0.00/0.79/0.11/0.23)	

CMYK percentages

%0
%78.68
%10.66
%22.75

Codes

Color #C52AB0 in popluar color models

C52AB0
RGB19742176
HSL308°64.85%46.86%
HSB/HSV308°78.68%77.25%
CMYK0.00%78.68%10.66%
22.75%

Color #C52AB0 in popluar number systems.

HEXC52AB0
Decimal19742176
Binary1100010110101010110000
Octal30552260

Shades and tints

Shades of #C52AB0

#C52AB0
(197,42,176)
#B427A0
(180,39,160)
#A32490
(163,36,144)
#922180
(146,33,128)
#811E70
(129,30,112)
#701B60
(112,27,96)
#5F1850
(95,24,80)
#4E1540
(78,21,64)
#3D1230
(61,18,48)
#2C0F20
(44,15,32)
#1B0C10
(27,12,16)
#000000
(0,0,0)

Tints of #C52AB0

#C52AB0
(197,42,176)
#CA3DB7
(202,61,183)
#CF50BE
(207,80,190)
#D463C5
(212,99,197)
#D976CC
(217,118,204)
#DE89D3
(222,137,211)
#E39CDA
(227,156,218)
#E8AFE1
(232,175,225)
#EDC2E8
(237,194,232)
#F2D5EF
(242,213,239)
#F7E8F6
(247,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C52AB0; }

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

This text font color is #C52AB0.


Background Color

.myBgColor { background-color: #C52AB0; }

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

This div background color is #C52AB0.


Border color

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

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

This div border color is #C52AB0.


Opacity

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

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

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

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

This text has shadow with #C52AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52AB0 on black background.


Color preview on white background

This text has color #C52AB0 on white background.



Black color preview on #C52AB0 background

This text has black color on #C52AB0 background.


White color preview on #C52AB0 background

This text has white color on #C52AB0 background.