HEX: #C74D95
RGB: (199,77,149)
#C74D95 contains mainly red and blue colors. Web safe color of #C74D95 is #CC3399 (or #C39).
#C74D95 color RGB value is (199,77,149).
RGB: (199,77,149)
(78%, 30%, 58%)
R 199 of 255 = 78%
G 77 of 255 = 30%
B 149 of 255 = 58%
R + G + B ~ 55%. #C74D95 is middle color (not dark and not light).
R + G + B = 199 + 77 + 149 = 425 (100%)
R 199 of 425 ~ 46.82%
G 77 of 425 ~ 18.12%
B 149 of 425 ~ 35.06'%
#C74D95 color CMYK value is (0,61,25,22).
CMYK: (0,61,25,22) C0M61Y25K22 (0%,61%,25%,22%) (0.00/0.61/0.25/0.22)
Color #C74D95 in popluar color models
C7 | 4D | 95 | |
---|---|---|---|
RGB | 199 | 77 | 149 |
HSL | 325° | 52.14% | 54.12% |
HSB/HSV | 325° | 61.31% | 78.04% |
CMYK | 0.00% | 61.31% | 25.13% |
21.96% |
Color #C74D95 in popluar number systems.
HEX | C7 | 4D | 95 |
Decimal | 199 | 77 | 149 |
Binary | 11000111 | 1001101 | 10010101 |
Octal | 307 | 115 | 225 |
Shades of #C74D95
Tints of #C74D95
Examples of css and html codes for elements with #C74D95 color. Also use rgb(199,77,149) instead hex code.
.myTextColor { color: #C74D95; }
<p style="color:#C74D95">This sample text font color is #C74D95.</p>
This text font color is #C74D95.
.myBgColor { background-color: #C74D95; }
<div style="background-color:#C74D95">Inner text</div>
This div background color is #C74D95.
.myBorderColor { border: 1px solid #C74D95; }
<div style="border:3px solid #C74D95">Div</div>
This div border color is #C74D95.
.myOpacity80 { color: #C74D95; opacity: 0.8; }
<p style="color:#C74D95;opacity:0.8;">80%</p>
Text with #C74D95 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C74D95;}
<p style="text-shadow: 3px 3px 1px #C74D95">Text here.</p>
This text has shadow with #C74D95 color.
.textShadow {text-shadow: 3px 3px 1px #C74D95', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C74D95, 5px 5px 20px red">Text here.</p>
This text has shadow with #C74D95 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C74D95, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C74D95, Direction=45, Strength=4)">Text</p>
This text has shadow with #C74D95 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C74D95;
-webkit-box-shadow: 1px 1px 3px 2px #C74D95;
box-shadow: 1px 1px 3px 2px #C74D95;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C74D95; -webkit-box-shadow: 1px 1px 3px 2px #C74D95; box-shadow:1px 1px 3px 2px #C74D95;">
Div content here
</div>
This text has color #C74D95 on black background.
This text has color #C74D95 on white background.
This text has black color on #C74D95 background.
This text has white color on #C74D95 background.
Complementary color for #hex is #38B26A.