COLOR #C53C84

HEX: #C53C84
RGB: (197,60,132)

Renk bilgisi

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

RGB renk modeli

#C53C84 color RGB value is (197,60,132).

  • kırmız ton 197;
  • yeşil ton 60;
  • mavi ton 132.
RGB:
(197,60,132)
(77%,24%,52%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 60 of 255 = 24%
B 132 of 255 = 52%

197
60
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 60 + 132 = 389 (100%)
R 197 of 389 ~ 50.64%
G 60 of 389 ~ 15.42%
B 132 of 389 ~ 33.93%

%50.64
%15.42
%33.93

CMYK RENK MODELİ

#C53C84 rengi CMYK tonu (0,70,33,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 69.54%
  • sarı tonu 32.99%
  • ana renk tonu 22.75%
CMYK:
(0,70,33,23)
C0M70Y33K23 
(0%,70%,33%,23%)
(0.00/0.70/0.33/0.23)	

CMYK yüzdeleri

%0
%69.54
%32.99
%22.75

Codes

Color #C53C84 in popluar color models

C53C84
RGB19760132
HSL328°54.15%50.39%
HSB/HSV328°69.54%77.25%
CMYK0.00%69.54%32.99%
22.75%

Color #C53C84 in popluar number systems.

HEXC53C84
Decimal19760132
Binary1100010111110010000100
Octal30574204

Shades and tints

Shades of #C53C84

#C53C84
(197,60,132)
#B43778
(180,55,120)
#A3326C
(163,50,108)
#922D60
(146,45,96)
#812854
(129,40,84)
#702348
(112,35,72)
#5F1E3C
(95,30,60)
#4E1930
(78,25,48)
#3D1424
(61,20,36)
#2C0F18
(44,15,24)
#1B0A0C
(27,10,12)
#000000
(0,0,0)

Tints of #C53C84

#C53C84
(197,60,132)
#CA4D8F
(202,77,143)
#CF5E9A
(207,94,154)
#D46FA5
(212,111,165)
#D980B0
(217,128,176)
#DE91BB
(222,145,187)
#E3A2C6
(227,162,198)
#E8B3D1
(232,179,209)
#EDC4DC
(237,196,220)
#F2D5E7
(242,213,231)
#F7E6F2
(247,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C53C84 color. Also use rgb(197,60,132) instead hex code.

Text Font Color

.myTextColor { color: #C53C84; }

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

This text font color is #C53C84.


Background Color

.myBgColor { background-color: #C53C84; }

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

This div background color is #C53C84.


Border color

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

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

This div border color is #C53C84.


Opacity

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

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

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

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

This text has shadow with #C53C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C53C84 on black background.


Color preview on white background

This text has color #C53C84 on white background.



Black color preview on #C53C84 background

This text has black color on #C53C84 background.


White color preview on #C53C84 background

This text has white color on #C53C84 background.