COLOR #C74C7E

HEX: #C74C7E
RGB: (199,76,126)

Color info

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

RGB color model

#C74C7E color RGB value is (199,76,126).

  • red value is 199;
  • green value is 76;
  • blue value is 126.
RGB:
(199,76,126)
(78%,30%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 76 of 255 = 30%
B 126 of 255 = 49%

199
76
126

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

Portions of RGB colors in percentages

R + G + B =
199 + 76 + 126 = 401 (100%)
R 199 of 401 ~ 49.63%
G 76 of 401 ~ 18.95%
B 126 of 401 ~ 31.42%

%49.63
%18.95
%31.42

CMYK color model

#C74C7E color CMYK value is (0,62,37,22).

  • cyan value is 0.00%
  • magenta value is 61.81%
  • yellow value is 36.68%
  • key color value is 21.96%
CMYK:
(0,62,37,22)
C0M62Y37K22 
(0%,62%,37%,22%)
(0.00/0.62/0.37/0.22)	

CMYK percentages

%0
%61.81
%36.68
%21.96

Codes

Color #C74C7E in popluar color models

C74C7E
RGB19976126
HSL336°52.34%53.92%
HSB/HSV336°61.81%78.04%
CMYK0.00%61.81%36.68%
21.96%

Color #C74C7E in popluar number systems.

HEXC74C7E
Decimal19976126
Binary1100011110011001111110
Octal307114176

Shades and tints

Shades of #C74C7E

#C74C7E
(199,76,126)
#B54673
(181,70,115)
#A34068
(163,64,104)
#913A5D
(145,58,93)
#7F3452
(127,52,82)
#6D2E47
(109,46,71)
#5B283C
(91,40,60)
#492231
(73,34,49)
#371C26
(55,28,38)
#25161B
(37,22,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #C74C7E

#C74C7E
(199,76,126)
#CC5C89
(204,92,137)
#D16C94
(209,108,148)
#D67C9F
(214,124,159)
#DB8CAA
(219,140,170)
#E09CB5
(224,156,181)
#E5ACC0
(229,172,192)
#EABCCB
(234,188,203)
#EFCCD6
(239,204,214)
#F4DCE1
(244,220,225)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74C7E color. Also use rgb(199,76,126) instead hex code.

Text Font Color

.myTextColor { color: #C74C7E; }

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

This text font color is #C74C7E.


Background Color

.myBgColor { background-color: #C74C7E; }

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

This div background color is #C74C7E.


Border color

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

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

This div border color is #C74C7E.


Opacity

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

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

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

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

This text has shadow with #C74C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74C7E on black background.


Color preview on white background

This text has color #C74C7E on white background.



Black color preview on #C74C7E background

This text has black color on #C74C7E background.


White color preview on #C74C7E background

This text has white color on #C74C7E background.