HEX: #C74C7A
RGB: (199,76,122)
#C74C7A contains mainly red color. Web safe color of #C74C7A is #CC3366 (or #C36).
#C74C7A color RGB value is (199,76,122).
RGB: (199,76,122)
(78%, 30%, 48%)
R 199 of 255 = 78%
G 76 of 255 = 30%
B 122 of 255 = 48%
R + G + B ~ 52%. #C74C7A is middle color (not dark and not light).
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'%
#C74C7A color CMYK value is (0,62,39,22).
CMYK: (0,62,39,22)
C0M62Y39K22 (0%, 62%, 39%, 22%)
(0.00 / 0.62 / 0.39 / 0.22)
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 of #C74C7A
Tints of #C74C7A
Examples of css and html codes for elements with #C74C7A color. Also use rgb(199,76,122) instead hex code.
.myTextColor { color: #C74C7A; }
<p style="color:#C74C7A">This sample text font color is #C74C7A.</p>
This text font color is #C74C7A.
.myBgColor { background-color: #C74C7A; }
<div style="background-color:#C74C7A">Inner text</div>
This div background color is #C74C7A.
.myBorderColor { border: 1px solid #C74C7A; }
<div style="border:3px solid #C74C7A">Div</div>
This div border color is #C74C7A.
.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%.
.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.
/* 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 text has color #C74C7A on black background.
This text has color #C74C7A on white background.
This text has black color on #C74C7A background.
This text has white color on #C74C7A background.
Complementary color for #hex is #38B385.