COLOR #C53F81

HEX: #C53F81
RGB: (197,63,129)

Renk bilgisi

#C53F81 contains mainly red color. #C53F81 ‘ nin web güvenlik rengi #CC3399 (ya da #C39) dir.

RGB renk modeli

#C53F81 color RGB value is (197,63,129).

  • kırmız ton 197;
  • yeşil ton 63;
  • mavi ton 129.
RGB:
(197,63,129)
(77%,25%,51%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 63 of 255 = 25%
B 129 of 255 = 51%

197
63
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 63 + 129 = 389 (100%)
R 197 of 389 ~ 50.64%
G 63 of 389 ~ 16.2%
B 129 of 389 ~ 33.16%

%50.64
%16.2
%33.16

CMYK RENK MODELİ

#C53F81 rengi CMYK tonu (0,68,35,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.02%
  • sarı tonu 34.52%
  • ana renk tonu 22.75%
CMYK:
(0,68,35,23)
C0M68Y35K23 
(0%,68%,35%,23%)
(0.00/0.68/0.35/0.23)	

CMYK yüzdeleri

%0
%68.02
%34.52
%22.75

Codes

Color #C53F81 in popluar color models

C53F81
RGB19763129
HSL330°53.60%50.98%
HSB/HSV330°68.02%77.25%
CMYK0.00%68.02%34.52%
22.75%

Color #C53F81 in popluar number systems.

HEXC53F81
Decimal19763129
Binary1100010111111110000001
Octal30577201

Shades and tints

Shades of #C53F81

#C53F81
(197,63,129)
#B43A76
(180,58,118)
#A3356B
(163,53,107)
#923060
(146,48,96)
#812B55
(129,43,85)
#70264A
(112,38,74)
#5F213F
(95,33,63)
#4E1C34
(78,28,52)
#3D1729
(61,23,41)
#2C121E
(44,18,30)
#1B0D13
(27,13,19)
#000000
(0,0,0)

Tints of #C53F81

#C53F81
(197,63,129)
#CA508C
(202,80,140)
#CF6197
(207,97,151)
#D472A2
(212,114,162)
#D983AD
(217,131,173)
#DE94B8
(222,148,184)
#E3A5C3
(227,165,195)
#E8B6CE
(232,182,206)
#EDC7D9
(237,199,217)
#F2D8E4
(242,216,228)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C53F81; }

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

This text font color is #C53F81.


Background Color

.myBgColor { background-color: #C53F81; }

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

This div background color is #C53F81.


Border color

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

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

This div border color is #C53F81.


Opacity

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

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

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

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

This text has shadow with #C53F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53F81 on black background.


Color preview on white background

This text has color #C53F81 on white background.



Black color preview on #C53F81 background

This text has black color on #C53F81 background.


White color preview on #C53F81 background

This text has white color on #C53F81 background.