HEX: #C5428E
RGB: (197,66,142)
#C5428E contains mainly red and blue colors. Web safe color of #C5428E is #CC3399 (or #C39).
#C5428E color RGB value is (197,66,142).
RGB: (197,66,142)
(77%, 26%, 56%)
R 197 of 255 = 77%
G 66 of 255 = 26%
B 142 of 255 = 56%
R + G + B ~ 53%. #C5428E is middle color (not dark and not light).
R + G + B = 197 + 66 + 142 = 405 (100%)
R 197 of 405 ~ 48.64%
G 66 of 405 ~ 16.3%
B 142 of 405 ~ 35.06'%
#C5428E color CMYK value is (0,66,28,23).
CMYK: (0,66,28,23)
C0M66Y28K23 (0%, 66%, 28%, 23%)
(0.00 / 0.66 / 0.28 / 0.23)
Color #C5428E in popluar color models
C5 | 42 | 8E | |
---|---|---|---|
RGB | 197 | 66 | 142 |
HSL | 325° | 53.04% | 51.57% |
HSB/HSV | 325° | 66.50% | 77.25% |
CMYK | 0.00% | 66.50% | 27.92% |
22.75% |
Color #C5428E in popluar number systems.
HEX | C5 | 42 | 8E |
Decimal | 197 | 66 | 142 |
Binary | 11000101 | 1000010 | 10001110 |
Octal | 305 | 102 | 216 |
Shades of #C5428E
Tints of #C5428E
Examples of css and html codes for elements with #C5428E color. Also use rgb(197,66,142) instead hex code.
.myTextColor { color: #C5428E; }
<p style="color:#C5428E">This sample text font color is #C5428E.</p>
This text font color is #C5428E.
.myBgColor { background-color: #C5428E; }
<div style="background-color:#C5428E">Inner text</div>
This div background color is #C5428E.
.myBorderColor { border: 1px solid #C5428E; }
<div style="border:3px solid #C5428E">Div</div>
This div border color is #C5428E.
.myOpacity80 { color: #C5428E; opacity: 0.8; }
<p style="color:#C5428E;opacity:0.8;">80%</p>
Text with #C5428E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5428E;}
<p style="text-shadow: 3px 3px 1px #C5428E">Text here.</p>
This text has shadow with #C5428E color.
.textShadow {text-shadow: 3px 3px 1px #C5428E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5428E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5428E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5428E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5428E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5428E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5428E;
-webkit-box-shadow: 1px 1px 3px 2px #C5428E;
box-shadow: 1px 1px 3px 2px #C5428E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5428E; -webkit-box-shadow: 1px 1px 3px 2px #C5428E; box-shadow:1px 1px 3px 2px #C5428E;">
Div content here
</div>
This text has color #C5428E on black background.
This text has color #C5428E on white background.
This text has black color on #C5428E background.
This text has white color on #C5428E background.
Complementary color for #C5428E is #3ABD71.