COLOR #C74C7A

HEX: #C74C7A RGB: (199,76,122)

Color info

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

RGB color model

#C74C7A color RGB value is (199,76,122).

RGB: (199,76,122) (78%, 30%, 48%)

RGB channels and saturation

R 199 of 255 = 78%
G 76 of 255 = 30%
B 122 of 255 = 48%

199
76
122

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

Portions of RGB colors in percentages

R + G + B = 199 + 76 + 122 = 397 (100%)
R 199 of 397 ~ 50.13%
G 76 of 397 ~ 19.14%
B 122 of 397 ~ 30.73'%

%50.13
%19.14
%30.73

CMYK color model

#C74C7A color CMYK value is (0,62,39,22).

  • cyan value is 0.00%
  • magenta value is 61.81%
  • yellow value is 38.69%
  • key color value is 21.96%

CMYK: (0,62,39,22)
C0M62Y39K22 (0%, 62%, 39%, 22%)
(0.00 / 0.62 / 0.39 / 0.22)

CMYK percentages

%0
%61.81
%38.69
%21.96

Codes

Color #C74C7A in popluar color models

C7 4C 7A
RGB 199 76 122
HSL 338° 52.34% 53.92%
HSB/HSV 338° 61.81% 78.04%
CMYK 0.00% 61.81% 38.69%
21.96%

Color #C74C7A in popluar number systems.

HEX C7 4C 7A
Decimal 199 76 122
Binary 11000111 1001100 1111010
Octal 307 114 172

Shades and tints

Shades of #C74C7A

#C74C7A
(199,76,122)
#B5466F
(181,70,111)
#A34064
(163,64,100)
#913A59
(145,58,89)
#7F344E
(127,52,78)
#6D2E43
(109,46,67)
#5B2838
(91,40,56)
#49222D
(73,34,45)
#371C22
(55,28,34)
#251617
(37,22,23)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #C74C7A

#C74C7A
(199,76,122)
#CC5C86
(204,92,134)
#D16C92
(209,108,146)
#D67C9E
(214,124,158)
#DB8CAA
(219,140,170)
#E09CB6
(224,156,182)
#E5ACC2
(229,172,194)
#EABCCE
(234,188,206)
#EFCCDA
(239,204,218)
#F4DCE6
(244,220,230)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C74C7A; }

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

This text font color is #C74C7A.

Background Color

.myBgColor { background-color: #C74C7A; }

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

This div background color is #C74C7A.

Border color

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

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

This div border color is #C74C7A.

Opacity

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

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

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

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

This text has shadow with #C74C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C74C7A.

Preview

Color preview on black background

This text has color #C74C7A on black background.


Color preview on white background

This text has color #C74C7A on white background.


Black color preview on #C74C7A background

This text has black color on #C74C7A background.


White color preview on #C74C7A background

This text has white color on #C74C7A background.


Related colors

Complementary color

Complementary color for #hex is #38B385.


I love getcolorcode.com

Triadic colors

1 #7AC74C and #4C7AC7 with #C74C7A are triadic colors.

2 #7A4CC7 and #4CC77A with #C74C7A are triadic colors.