COLOR #C63F6F

HEX: #C63F6F
RGB: (198,63,111)

Renk bilgisi

#C63F6F contains mainly red color. #C63F6F ‘ nin web güvenlik rengi #CC3366 (ya da #C36) dir.

RGB renk modeli

#C63F6F color RGB value is (198,63,111).

  • kırmız ton 198;
  • yeşil ton 63;
  • mavi ton 111.
RGB:
(198,63,111)
(78%,25%,44%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 63 of 255 = 25%
B 111 of 255 = 44%

198
63
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 63 + 111 = 372 (100%)
R 198 of 372 ~ 53.23%
G 63 of 372 ~ 16.94%
B 111 of 372 ~ 29.84%

%53.23
%16.94
%29.84

CMYK RENK MODELİ

#C63F6F rengi CMYK tonu (0,68,44,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.18%
  • sarı tonu 43.94%
  • ana renk tonu 22.35%
CMYK:
(0,68,44,22)
C0M68Y44K22 
(0%,68%,44%,22%)
(0.00/0.68/0.44/0.22)	

CMYK yüzdeleri

%0
%68.18
%43.94
%22.35

Codes

Color #C63F6F in popluar color models

C63F6F
RGB19863111
HSL339°54.22%51.18%
HSB/HSV339°68.18%77.65%
CMYK0.00%68.18%43.94%
22.35%

Color #C63F6F in popluar number systems.

HEXC63F6F
Decimal19863111
Binary110001101111111101111
Octal30677157

Shades and tints

Shades of #C63F6F

#C63F6F
(198,63,111)
#B43A65
(180,58,101)
#A2355B
(162,53,91)
#903051
(144,48,81)
#7E2B47
(126,43,71)
#6C263D
(108,38,61)
#5A2133
(90,33,51)
#481C29
(72,28,41)
#36171F
(54,23,31)
#241215
(36,18,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #C63F6F

#C63F6F
(198,63,111)
#CB507C
(203,80,124)
#D06189
(208,97,137)
#D57296
(213,114,150)
#DA83A3
(218,131,163)
#DF94B0
(223,148,176)
#E4A5BD
(228,165,189)
#E9B6CA
(233,182,202)
#EEC7D7
(238,199,215)
#F3D8E4
(243,216,228)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C63F6F; }

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

This text font color is #C63F6F.


Background Color

.myBgColor { background-color: #C63F6F; }

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

This div background color is #C63F6F.


Border color

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

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

This div border color is #C63F6F.


Opacity

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

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

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

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

This text has shadow with #C63F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63F6F on black background.


Color preview on white background

This text has color #C63F6F on white background.



Black color preview on #C63F6F background

This text has black color on #C63F6F background.


White color preview on #C63F6F background

This text has white color on #C63F6F background.