COLOR #C528B0

HEX: #C528B0
RGB: (197,40,176)

Color info

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

RGB color model

#C528B0 color RGB value is (197,40,176).

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

RGB channels and saturation

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

197
40
176

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

Portions of RGB colors in percentages

R + G + B =
197 + 40 + 176 = 413 (100%)
R 197 of 413 ~ 47.7%
G 40 of 413 ~ 9.69%
B 176 of 413 ~ 42.62%

%47.7
%9.69
%42.62

CMYK color model

#C528B0 color CMYK value is (0,80,11,23).

  • cyan value is 0.00%
  • magenta value is 79.70%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,80,11,23)
C0M80Y11K23 
(0%,80%,11%,23%)
(0.00/0.80/0.11/0.23)	

CMYK percentages

%0
%79.7
%10.66
%22.75

Codes

Color #C528B0 in popluar color models

C528B0
RGB19740176
HSL308°66.24%46.47%
HSB/HSV308°79.70%77.25%
CMYK0.00%79.70%10.66%
22.75%

Color #C528B0 in popluar number systems.

HEXC528B0
Decimal19740176
Binary1100010110100010110000
Octal30550260

Shades and tints

Shades of #C528B0

#C528B0
(197,40,176)
#B425A0
(180,37,160)
#A32290
(163,34,144)
#921F80
(146,31,128)
#811C70
(129,28,112)
#701960
(112,25,96)
#5F1650
(95,22,80)
#4E1340
(78,19,64)
#3D1030
(61,16,48)
#2C0D20
(44,13,32)
#1B0A10
(27,10,16)
#000000
(0,0,0)

Tints of #C528B0

#C528B0
(197,40,176)
#CA3BB7
(202,59,183)
#CF4EBE
(207,78,190)
#D461C5
(212,97,197)
#D974CC
(217,116,204)
#DE87D3
(222,135,211)
#E39ADA
(227,154,218)
#E8ADE1
(232,173,225)
#EDC0E8
(237,192,232)
#F2D3EF
(242,211,239)
#F7E6F6
(247,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C528B0; }

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

This text font color is #C528B0.


Background Color

.myBgColor { background-color: #C528B0; }

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

This div background color is #C528B0.


Border color

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

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

This div border color is #C528B0.


Opacity

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

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

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

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

This text has shadow with #C528B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C528B0 on black background.


Color preview on white background

This text has color #C528B0 on white background.



Black color preview on #C528B0 background

This text has black color on #C528B0 background.


White color preview on #C528B0 background

This text has white color on #C528B0 background.