COLOR #C53F6F

HEX: #C53F6F
RGB: (197,63,111)

Color info

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

RGB color model

#C53F6F color RGB value is (197,63,111).

  • red value is 197;
  • green value is 63;
  • blue value is 111.
RGB:
(197,63,111)
(77%,25%,44%)

RGB channels and saturation

R 197 of 255 = 77%
G 63 of 255 = 25%
B 111 of 255 = 44%

197
63
111

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

Portions of RGB colors in percentages

R + G + B =
197 + 63 + 111 = 371 (100%)
R 197 of 371 ~ 53.1%
G 63 of 371 ~ 16.98%
B 111 of 371 ~ 29.92%

%53.1
%16.98
%29.92

CMYK color model

#C53F6F color CMYK value is (0,68,44,23).

  • cyan value is 0.00%
  • magenta value is 68.02%
  • yellow value is 43.65%
  • key color value is 22.75%
CMYK:
(0,68,44,23)
C0M68Y44K23 
(0%,68%,44%,23%)
(0.00/0.68/0.44/0.23)	

CMYK percentages

%0
%68.02
%43.65
%22.75

Codes

Color #C53F6F in popluar color models

C53F6F
RGB19763111
HSL339°53.60%50.98%
HSB/HSV339°68.02%77.25%
CMYK0.00%68.02%43.65%
22.75%

Color #C53F6F in popluar number systems.

HEXC53F6F
Decimal19763111
Binary110001011111111101111
Octal30577157

Shades and tints

Shades of #C53F6F

#C53F6F
(197,63,111)
#B43A65
(180,58,101)
#A3355B
(163,53,91)
#923051
(146,48,81)
#812B47
(129,43,71)
#70263D
(112,38,61)
#5F2133
(95,33,51)
#4E1C29
(78,28,41)
#3D171F
(61,23,31)
#2C1215
(44,18,21)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #C53F6F

#C53F6F
(197,63,111)
#CA507C
(202,80,124)
#CF6189
(207,97,137)
#D47296
(212,114,150)
#D983A3
(217,131,163)
#DE94B0
(222,148,176)
#E3A5BD
(227,165,189)
#E8B6CA
(232,182,202)
#EDC7D7
(237,199,215)
#F2D8E4
(242,216,228)
#F7E9F1
(247,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53F6F color. Also use rgb(197,63,111) instead hex code.

Text Font Color

.myTextColor { color: #C53F6F; }

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

This text font color is #C53F6F.


Background Color

.myBgColor { background-color: #C53F6F; }

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

This div background color is #C53F6F.


Border color

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

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

This div border color is #C53F6F.


Opacity

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

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

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

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

This text has shadow with #C53F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53F6F on black background.


Color preview on white background

This text has color #C53F6F on white background.



Black color preview on #C53F6F background

This text has black color on #C53F6F background.


White color preview on #C53F6F background

This text has white color on #C53F6F background.