HEX: #C377CB
RGB: (195,119,203)
#C377CB contains mainly red and blue colors. Web safe color of #C377CB is #CC66CC (or #C6C).
#C377CB color RGB value is (195,119,203).
RGB: (195,119,203)
(76%, 47%, 80%)
R 195 of 255 = 76%
G 119 of 255 = 47%
B 203 of 255 = 80%
R + G + B ~ 68%. #C377CB is quite light color.
R + G + B = 195 + 119 + 203 = 517 (100%)
R 195 of 517 ~ 37.72%
G 119 of 517 ~ 23.02%
B 203 of 517 ~ 39.26'%
#C377CB color CMYK value is (4,41,0,20).
CMYK: (4,41,0,20) C4M41Y0K20 (4%,41%,0%,20%) (0.04/0.41/0.00/0.20)
Color #C377CB in popluar color models
C3 | 77 | CB | |
---|---|---|---|
RGB | 195 | 119 | 203 |
HSL | 294° | 44.68% | 63.14% |
HSB/HSV | 294° | 41.38% | 79.61% |
CMYK | 3.94% | 41.38% | 0.00% |
20.39% |
Color #C377CB in popluar number systems.
HEX | C3 | 77 | CB |
Decimal | 195 | 119 | 203 |
Binary | 11000011 | 1110111 | 11001011 |
Octal | 303 | 167 | 313 |
Shades of #C377CB
Tints of #C377CB
Examples of css and html codes for elements with #C377CB color. Also use rgb(195,119,203) instead hex code.
.myTextColor { color: #C377CB; }
<p style="color:#C377CB">This sample text font color is #C377CB.</p>
This text font color is #C377CB.
.myBgColor { background-color: #C377CB; }
<div style="background-color:#C377CB">Inner text</div>
This div background color is #C377CB.
.myBorderColor { border: 1px solid #C377CB; }
<div style="border:3px solid #C377CB">Div</div>
This div border color is #C377CB.
.myOpacity80 { color: #C377CB; opacity: 0.8; }
<p style="color:#C377CB;opacity:0.8;">80%</p>
Text with #C377CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C377CB;}
<p style="text-shadow: 3px 3px 1px #C377CB">Text here.</p>
This text has shadow with #C377CB color.
.textShadow {text-shadow: 3px 3px 1px #C377CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C377CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C377CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C377CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C377CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C377CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C377CB;
-webkit-box-shadow: 1px 1px 3px 2px #C377CB;
box-shadow: 1px 1px 3px 2px #C377CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C377CB; -webkit-box-shadow: 1px 1px 3px 2px #C377CB; box-shadow:1px 1px 3px 2px #C377CB;">
Div content here
</div>
This text has color #C377CB on black background.
This text has color #C377CB on white background.
This text has black color on #C377CB background.
This text has white color on #C377CB background.
Complementary color for #hex is #3C8834.