COLOR #C52562

HEX: #C52562
RGB: (197,37,98)

Color info

#C52562 contains mainly red color. Web safe color of #C52562 is #CC3366 (or #C36).

RGB color model

#C52562 color RGB value is (197,37,98).

  • red value is 197;
  • green value is 37;
  • blue value is 98.
RGB:
(197,37,98)
(77%,15%,38%)

RGB channels and saturation

R 197 of 255 = 77%
G 37 of 255 = 15%
B 98 of 255 = 38%

197
37
98

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

Portions of RGB colors in percentages

R + G + B =
197 + 37 + 98 = 332 (100%)
R 197 of 332 ~ 59.34%
G 37 of 332 ~ 11.14%
B 98 of 332 ~ 29.52%

%59.34
%11.14
%29.52

CMYK color model

#C52562 color CMYK value is (0,81,50,23).

  • cyan value is 0.00%
  • magenta value is 81.22%
  • yellow value is 50.25%
  • key color value is 22.75%
CMYK:
(0,81,50,23)
C0M81Y50K23 
(0%,81%,50%,23%)
(0.00/0.81/0.50/0.23)	

CMYK percentages

%0
%81.22
%50.25
%22.75

Codes

Color #C52562 in popluar color models

C52562
RGB1973798
HSL337°68.38%45.88%
HSB/HSV337°81.22%77.25%
CMYK0.00%81.22%50.25%
22.75%

Color #C52562 in popluar number systems.

HEXC52562
Decimal1973798
Binary110001011001011100010
Octal30545142

Shades and tints

Shades of #C52562

#C52562
(197,37,98)
#B4225A
(180,34,90)
#A31F52
(163,31,82)
#921C4A
(146,28,74)
#811942
(129,25,66)
#70163A
(112,22,58)
#5F1332
(95,19,50)
#4E102A
(78,16,42)
#3D0D22
(61,13,34)
#2C0A1A
(44,10,26)
#1B0712
(27,7,18)
#000000
(0,0,0)

Tints of #C52562

#C52562
(197,37,98)
#CA3870
(202,56,112)
#CF4B7E
(207,75,126)
#D45E8C
(212,94,140)
#D9719A
(217,113,154)
#DE84A8
(222,132,168)
#E397B6
(227,151,182)
#E8AAC4
(232,170,196)
#EDBDD2
(237,189,210)
#F2D0E0
(242,208,224)
#F7E3EE
(247,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52562 color. Also use rgb(197,37,98) instead hex code.

Text Font Color

.myTextColor { color: #C52562; }

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

This text font color is #C52562.


Background Color

.myBgColor { background-color: #C52562; }

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

This div background color is #C52562.


Border color

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

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

This div border color is #C52562.


Opacity

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

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

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

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

This text has shadow with #C52562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52562 on black background.


Color preview on white background

This text has color #C52562 on white background.



Black color preview on #C52562 background

This text has black color on #C52562 background.


White color preview on #C52562 background

This text has white color on #C52562 background.