COLOR #C377CB

HEX: #C377CB RGB: (195,119,203)

Color info

#C377CB contains mainly red and blue colors. Web safe color of #C377CB is #CC66CC (or #C6C).

RGB color model

#C377CB color RGB value is (195,119,203).

RGB: (195,119,203) (76%, 47%, 80%)

RGB channels and saturation

R 195 of 255 = 76%
G 119 of 255 = 47%
B 203 of 255 = 80%

195
119
203

R + G + B ~ 68%. #C377CB is quite light color.

Portions of RGB colors in percentages

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'%

%37.72
%23.02
%39.26

CMYK color model

#C377CB color CMYK value is (4,41,0,20).

  • cyan value is 3.94%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (4,41,0,20) C4M41Y0K20 (4%,41%,0%,20%) (0.04/0.41/0.00/0.20) 

CMYK percentages

%3.94
%41.38
%0
%20.39

Codes

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 and tints

Shades of #C377CB

#C377CB
(195,119,203)
#B26DB9
(178,109,185)
#A163A7
(161,99,167)
#905995
(144,89,149)
#7F4F83
(127,79,131)
#6E4571
(110,69,113)
#5D3B5F
(93,59,95)
#4C314D
(76,49,77)
#3B273B
(59,39,59)
#2A1D29
(42,29,41)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #C377CB

#C377CB
(195,119,203)
#C883CF
(200,131,207)
#CD8FD3
(205,143,211)
#D29BD7
(210,155,215)
#D7A7DB
(215,167,219)
#DCB3DF
(220,179,223)
#E1BFE3
(225,191,227)
#E6CBE7
(230,203,231)
#EBD7EB
(235,215,235)
#F0E3EF
(240,227,239)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C377CB color. Also use rgb(195,119,203) instead hex code.

Text Font Color

.myTextColor { color: #C377CB; }

<p style="color:#C377CB">This sample text font color is #C377CB.</p>

This text font color is #C377CB.

Background Color

.myBgColor { background-color: #C377CB; }

<div style="background-color:#C377CB">Inner text</div>

This div background color is #C377CB.

Border color

.myBorderColor { border: 1px solid #C377CB; }

<div style="border:3px solid #C377CB">Div</div>

This div border color is #C377CB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #C377CB.

Preview

Color preview on black background

This text has color #C377CB on black background.


Color preview on white background

This text has color #C377CB on white background.


Black color preview on #C377CB background

This text has black color on #C377CB background.


White color preview on #C377CB background

This text has white color on #C377CB background.


Related colors

Complementary color

Complementary color for #hex is #3C8834.


I love getcolorcode.com

Triadic colors

1 #CBC377 and #77CBC3 with #C377CB are triadic colors.

2 #CB77C3 and #77C3CB with #C377CB are triadic colors.