COLOR #C72074

HEX: #C72074 RGB: (199,32,116)

Color info

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

RGB color model

#C72074 color RGB value is (199,32,116).

RGB: (199,32,116) (78%, 13%, 45%)

RGB channels and saturation

R 199 of 255 = 78%
G 32 of 255 = 13%
B 116 of 255 = 45%

199
32
116

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

Portions of RGB colors in percentages

R + G + B = 199 + 32 + 116 = 347 (100%)
R 199 of 347 ~ 57.35%
G 32 of 347 ~ 9.22%
B 116 of 347 ~ 33.43'%

%57.35
%33.43

CMYK color model

#C72074 color CMYK value is (0,84,42,22).

  • cyan value is 0.00%
  • magenta value is 83.92%
  • yellow value is 41.71%
  • key color value is 21.96%

CMYK: (0,84,42,22)
C0M84Y42K22 (0%, 84%, 42%, 22%)
(0.00 / 0.84 / 0.42 / 0.22)

CMYK percentages

%0
%83.92
%41.71
%21.96

Codes

Color #C72074 in popluar color models

C7 20 74
RGB 199 32 116
HSL 330° 72.29% 45.29%
HSB/HSV 330° 83.92% 78.04%
CMYK 0.00% 83.92% 41.71%
21.96%

Color #C72074 in popluar number systems.

HEX C7 20 74
Decimal 199 32 116
Binary 11000111 100000 1110100
Octal 307 40 164

Shades and tints

Shades of #C72074

#C72074
(199,32,116)
#B51E6A
(181,30,106)
#A31C60
(163,28,96)
#911A56
(145,26,86)
#7F184C
(127,24,76)
#6D1642
(109,22,66)
#5B1438
(91,20,56)
#49122E
(73,18,46)
#371024
(55,16,36)
#250E1A
(37,14,26)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #C72074

#C72074
(199,32,116)
#CC3480
(204,52,128)
#D1488C
(209,72,140)
#D65C98
(214,92,152)
#DB70A4
(219,112,164)
#E084B0
(224,132,176)
#E598BC
(229,152,188)
#EAACC8
(234,172,200)
#EFC0D4
(239,192,212)
#F4D4E0
(244,212,224)
#F9E8EC
(249,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72074 color. Also use rgb(199,32,116) instead hex code.

Text Font Color

.myTextColor { color: #C72074; }

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

This text font color is #C72074.

Background Color

.myBgColor { background-color: #C72074; }

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

This div background color is #C72074.

Border color

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

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

This div border color is #C72074.

Opacity

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

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

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

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

This text has shadow with #C72074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C72074.

Preview

Color preview on black background

This text has color #C72074 on black background.


Color preview on white background

This text has color #C72074 on white background.


Black color preview on #C72074 background

This text has black color on #C72074 background.


White color preview on #C72074 background

This text has white color on #C72074 background.


Related colors

Complementary color

Complementary color for #hex is #38DF8B.


I love getcolorcode.com

Triadic colors

1 #74C720 and #2074C7 with #C72074 are triadic colors.

2 #7420C7 and #20C774 with #C72074 are triadic colors.