COLOR #C74971

HEX: #C74971
RGB: (199,73,113)

Color info

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

RGB color model

#C74971 color RGB value is (199,73,113).

  • red value is 199;
  • green value is 73;
  • blue value is 113.
RGB:
(199,73,113)
(78%,29%,44%)

RGB channels and saturation

R 199 of 255 = 78%
G 73 of 255 = 29%
B 113 of 255 = 44%

199
73
113

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

Portions of RGB colors in percentages

R + G + B =
199 + 73 + 113 = 385 (100%)
R 199 of 385 ~ 51.69%
G 73 of 385 ~ 18.96%
B 113 of 385 ~ 29.35%

%51.69
%18.96
%29.35

CMYK color model

#C74971 color CMYK value is (0,63,43,22).

  • cyan value is 0.00%
  • magenta value is 63.32%
  • yellow value is 43.22%
  • key color value is 21.96%
CMYK:
(0,63,43,22)
C0M63Y43K22 
(0%,63%,43%,22%)
(0.00/0.63/0.43/0.22)	

CMYK percentages

%0
%63.32
%43.22
%21.96

Codes

Color #C74971 in popluar color models

C74971
RGB19973113
HSL341°52.94%53.33%
HSB/HSV341°63.32%78.04%
CMYK0.00%63.32%43.22%
21.96%

Color #C74971 in popluar number systems.

HEXC74971
Decimal19973113
Binary1100011110010011110001
Octal307111161

Shades and tints

Shades of #C74971

#C74971
(199,73,113)
#B54367
(181,67,103)
#A33D5D
(163,61,93)
#913753
(145,55,83)
#7F3149
(127,49,73)
#6D2B3F
(109,43,63)
#5B2535
(91,37,53)
#491F2B
(73,31,43)
#371921
(55,25,33)
#251317
(37,19,23)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #C74971

#C74971
(199,73,113)
#CC597D
(204,89,125)
#D16989
(209,105,137)
#D67995
(214,121,149)
#DB89A1
(219,137,161)
#E099AD
(224,153,173)
#E5A9B9
(229,169,185)
#EAB9C5
(234,185,197)
#EFC9D1
(239,201,209)
#F4D9DD
(244,217,221)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74971 color. Also use rgb(199,73,113) instead hex code.

Text Font Color

.myTextColor { color: #C74971; }

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

This text font color is #C74971.


Background Color

.myBgColor { background-color: #C74971; }

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

This div background color is #C74971.


Border color

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

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

This div border color is #C74971.


Opacity

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

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

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

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

This text has shadow with #C74971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74971 on black background.


Color preview on white background

This text has color #C74971 on white background.



Black color preview on #C74971 background

This text has black color on #C74971 background.


White color preview on #C74971 background

This text has white color on #C74971 background.