HEX: #C93563
RGB: (201,53,99)
#C93563 contains mainly red color. Web safe color of #C93563 is #CC3366 (or #C36).
#C93563 color RGB value is (201,53,99).
RGB: (201,53,99)
(79%, 21%, 39%)
R 201 of 255 = 79%
G 53 of 255 = 21%
B 99 of 255 = 39%
R + G + B ~ 46%. #C93563 is middle color (not dark and not light).
R + G + B = 201 + 53 + 99 = 353 (100%)
R 201 of 353 ~ 56.94%
G 53 of 353 ~ 15.01%
B 99 of 353 ~ 28.05'%
#C93563 color CMYK value is (0,74,51,21).
CMYK: (0,74,51,21) C0M74Y51K21 (0%,74%,51%,21%) (0.00/0.74/0.51/0.21)
Color #C93563 in popluar color models
C9 | 35 | 63 | |
---|---|---|---|
RGB | 201 | 53 | 99 |
HSL | 341° | 58.27% | 49.80% |
HSB/HSV | 341° | 73.63% | 78.82% |
CMYK | 0.00% | 73.63% | 50.75% |
21.18% |
Color #C93563 in popluar number systems.
HEX | C9 | 35 | 63 |
Decimal | 201 | 53 | 99 |
Binary | 11001001 | 110101 | 1100011 |
Octal | 311 | 65 | 143 |
Shades of #C93563
Tints of #C93563
Examples of css and html codes for elements with #C93563 color. Also use rgb(201,53,99) instead hex code.
.myTextColor { color: #C93563; }
<p style="color:#C93563">This sample text font color is #C93563.</p>
This text font color is #C93563.
.myBgColor { background-color: #C93563; }
<div style="background-color:#C93563">Inner text</div>
This div background color is #C93563.
.myBorderColor { border: 1px solid #C93563; }
<div style="border:3px solid #C93563">Div</div>
This div border color is #C93563.
.myOpacity80 { color: #C93563; opacity: 0.8; }
<p style="color:#C93563;opacity:0.8;">80%</p>
Text with #C93563 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C93563;}
<p style="text-shadow: 3px 3px 1px #C93563">Text here.</p>
This text has shadow with #C93563 color.
.textShadow {text-shadow: 3px 3px 1px #C93563', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C93563, 5px 5px 20px red">Text here.</p>
This text has shadow with #C93563 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C93563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C93563, Direction=45, Strength=4)">Text</p>
This text has shadow with #C93563 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C93563;
-webkit-box-shadow: 1px 1px 3px 2px #C93563;
box-shadow: 1px 1px 3px 2px #C93563;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C93563; -webkit-box-shadow: 1px 1px 3px 2px #C93563; box-shadow:1px 1px 3px 2px #C93563;">
Div content here
</div>
This text has color #C93563 on black background.
This text has color #C93563 on white background.
This text has black color on #C93563 background.
This text has white color on #C93563 background.
Complementary color for #hex is #36CA9C.