COLOR #C52C92

HEX: #C52C92
RGB: (197,44,146)

Color info

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

RGB color model

#C52C92 color RGB value is (197,44,146).

  • red value is 197;
  • green value is 44;
  • blue value is 146.
RGB:
(197,44,146)
(77%,17%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 44 of 255 = 17%
B 146 of 255 = 57%

197
44
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 44 + 146 = 387 (100%)
R 197 of 387 ~ 50.9%
G 44 of 387 ~ 11.37%
B 146 of 387 ~ 37.73%

%50.9
%11.37
%37.73

CMYK color model

#C52C92 color CMYK value is (0,78,26,23).

  • cyan value is 0.00%
  • magenta value is 77.66%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,78,26,23)
C0M78Y26K23 
(0%,78%,26%,23%)
(0.00/0.78/0.26/0.23)	

CMYK percentages

%0
%77.66
%25.89
%22.75

Codes

Color #C52C92 in popluar color models

C52C92
RGB19744146
HSL320°63.49%47.25%
HSB/HSV320°77.66%77.25%
CMYK0.00%77.66%25.89%
22.75%

Color #C52C92 in popluar number systems.

HEXC52C92
Decimal19744146
Binary1100010110110010010010
Octal30554222

Shades and tints

Shades of #C52C92

#C52C92
(197,44,146)
#B42885
(180,40,133)
#A32478
(163,36,120)
#92206B
(146,32,107)
#811C5E
(129,28,94)
#701851
(112,24,81)
#5F1444
(95,20,68)
#4E1037
(78,16,55)
#3D0C2A
(61,12,42)
#2C081D
(44,8,29)
#1B0410
(27,4,16)
#000000
(0,0,0)

Tints of #C52C92

#C52C92
(197,44,146)
#CA3F9B
(202,63,155)
#CF52A4
(207,82,164)
#D465AD
(212,101,173)
#D978B6
(217,120,182)
#DE8BBF
(222,139,191)
#E39EC8
(227,158,200)
#E8B1D1
(232,177,209)
#EDC4DA
(237,196,218)
#F2D7E3
(242,215,227)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52C92 color. Also use rgb(197,44,146) instead hex code.

Text Font Color

.myTextColor { color: #C52C92; }

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

This text font color is #C52C92.


Background Color

.myBgColor { background-color: #C52C92; }

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

This div background color is #C52C92.


Border color

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

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

This div border color is #C52C92.


Opacity

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

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

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

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

This text has shadow with #C52C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52C92 on black background.


Color preview on white background

This text has color #C52C92 on white background.



Black color preview on #C52C92 background

This text has black color on #C52C92 background.


White color preview on #C52C92 background

This text has white color on #C52C92 background.