HEX: #C628AD
RGB: (198,40,173)
#C628AD contains mainly red and blue colors. Web safe color of #C628AD is #CC3399 (or #C39).
#C628AD color RGB value is (198,40,173).
RGB: (198,40,173)
(78%, 16%, 68%)
R 198 of 255 = 78%
G 40 of 255 = 16%
B 173 of 255 = 68%
R + G + B ~ 54%. #C628AD is middle color (not dark and not light).
R + G + B = 198 + 40 + 173 = 411 (100%)
R 198 of 411 ~ 48.18%
G 40 of 411 ~ 9.73%
B 173 of 411 ~ 42.09'%
#C628AD color CMYK value is (0,80,13,22).
CMYK: (0,80,13,22)
C0M80Y13K22 (0%, 80%, 13%, 22%)
(0.00 / 0.80 / 0.13 / 0.22)
Color #C628AD in popluar color models
C6 | 28 | AD | |
---|---|---|---|
RGB | 198 | 40 | 173 |
HSL | 309° | 66.39% | 46.67% |
HSB/HSV | 309° | 79.80% | 77.65% |
CMYK | 0.00% | 79.80% | 12.63% |
22.35% |
Color #C628AD in popluar number systems.
HEX | C6 | 28 | AD |
Decimal | 198 | 40 | 173 |
Binary | 11000110 | 101000 | 10101101 |
Octal | 306 | 50 | 255 |
Shades of #C628AD
Tints of #C628AD
Examples of css and html codes for elements with #C628AD color. Also use rgb(198,40,173) instead hex code.
.myTextColor { color: #C628AD; }
<p style="color:#C628AD">This sample text font color is #C628AD.</p>
This text font color is #C628AD.
.myBgColor { background-color: #C628AD; }
<div style="background-color:#C628AD">Inner text</div>
This div background color is #C628AD.
.myBorderColor { border: 1px solid #C628AD; }
<div style="border:3px solid #C628AD">Div</div>
This div border color is #C628AD.
.myOpacity80 { color: #C628AD; opacity: 0.8; }
<p style="color:#C628AD;opacity:0.8;">80%</p>
Text with #C628AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C628AD;}
<p style="text-shadow: 3px 3px 1px #C628AD">Text here.</p>
This text has shadow with #C628AD color.
.textShadow {text-shadow: 3px 3px 1px #C628AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C628AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C628AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C628AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C628AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C628AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C628AD;
-webkit-box-shadow: 1px 1px 3px 2px #C628AD;
box-shadow: 1px 1px 3px 2px #C628AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C628AD; -webkit-box-shadow: 1px 1px 3px 2px #C628AD; box-shadow:1px 1px 3px 2px #C628AD;">
Div content here
</div>
This text has color #C628AD on black background.
This text has color #C628AD on white background.
This text has black color on #C628AD background.
This text has white color on #C628AD background.
Complementary color for #C628AD is #39D752.