COLOR #C74E98

HEX: #C74E98
RGB: (199,78,152)

Renk bilgisi

#C74E98 contains mainly red and blue colors. #C74E98 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C74E98 color RGB value is (199,78,152).

  • kırmız ton 199;
  • yeşil ton 78;
  • mavi ton 152.
RGB:
(199,78,152)
(78%,31%,60%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 78 of 255 = 31%
B 152 of 255 = 60%

199
78
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 78 + 152 = 429 (100%)
R 199 of 429 ~ 46.39%
G 78 of 429 ~ 18.18%
B 152 of 429 ~ 35.43%

%46.39
%18.18
%35.43

CMYK RENK MODELİ

#C74E98 rengi CMYK tonu (0,61,24,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.80%
  • sarı tonu 23.62%
  • ana renk tonu 21.96%
CMYK:
(0,61,24,22)
C0M61Y24K22 
(0%,61%,24%,22%)
(0.00/0.61/0.24/0.22)	

CMYK yüzdeleri

%0
%60.8
%23.62
%21.96

Codes

Color #C74E98 in popluar color models

C74E98
RGB19978152
HSL323°51.93%54.31%
HSB/HSV323°60.80%78.04%
CMYK0.00%60.80%23.62%
21.96%

Color #C74E98 in popluar number systems.

HEXC74E98
Decimal19978152
Binary11000111100111010011000
Octal307116230

Shades and tints

Shades of #C74E98

#C74E98
(199,78,152)
#B5478B
(181,71,139)
#A3407E
(163,64,126)
#913971
(145,57,113)
#7F3264
(127,50,100)
#6D2B57
(109,43,87)
#5B244A
(91,36,74)
#491D3D
(73,29,61)
#371630
(55,22,48)
#250F23
(37,15,35)
#130816
(19,8,22)
#000000
(0,0,0)

Tints of #C74E98

#C74E98
(199,78,152)
#CC5EA1
(204,94,161)
#D16EAA
(209,110,170)
#D67EB3
(214,126,179)
#DB8EBC
(219,142,188)
#E09EC5
(224,158,197)
#E5AECE
(229,174,206)
#EABED7
(234,190,215)
#EFCEE0
(239,206,224)
#F4DEE9
(244,222,233)
#F9EEF2
(249,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74E98 color. Also use rgb(199,78,152) instead hex code.

Text Font Color

.myTextColor { color: #C74E98; }

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

This text font color is #C74E98.


Background Color

.myBgColor { background-color: #C74E98; }

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

This div background color is #C74E98.


Border color

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

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

This div border color is #C74E98.


Opacity

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

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

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

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

This text has shadow with #C74E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74E98 on black background.


Color preview on white background

This text has color #C74E98 on white background.



Black color preview on #C74E98 background

This text has black color on #C74E98 background.


White color preview on #C74E98 background

This text has white color on #C74E98 background.