COLOR #C877C1

HEX: #C877C1
RGB: (200,119,193)

Color info

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

RGB color model

#C877C1 color RGB value is (200,119,193).

  • red value is 200;
  • green value is 119;
  • blue value is 193.
RGB:
(200,119,193)
(78%,47%,76%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 193 of 255 = 76%

200
119
193

R + G + B ~ 67%. #C877C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 119 + 193 = 512 (100%)
R 200 of 512 ~ 39.06%
G 119 of 512 ~ 23.24%
B 193 of 512 ~ 37.7%

%39.06
%23.24
%37.7

CMYK color model

#C877C1 color CMYK value is (0,41,4,22).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 3.50%
  • key color value is 21.57%
CMYK:
(0,41,4,22)
C0M41Y4K22 
(0%,41%,4%,22%)
(0.00/0.41/0.04/0.22)	

CMYK percentages

%0
%40.5
%3.5
%21.57

Codes

Color #C877C1 in popluar color models

C877C1
RGB200119193
HSL305°42.41%62.55%
HSB/HSV305°40.50%78.43%
CMYK0.00%40.50%3.50%
21.57%

Color #C877C1 in popluar number systems.

HEXC877C1
Decimal200119193
Binary11001000111011111000001
Octal310167301

Shades and tints

Shades of #C877C1

#C877C1
(200,119,193)
#B66DB0
(182,109,176)
#A4639F
(164,99,159)
#92598E
(146,89,142)
#804F7D
(128,79,125)
#6E456C
(110,69,108)
#5C3B5B
(92,59,91)
#4A314A
(74,49,74)
#382739
(56,39,57)
#261D28
(38,29,40)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #C877C1

#C877C1
(200,119,193)
#CD83C6
(205,131,198)
#D28FCB
(210,143,203)
#D79BD0
(215,155,208)
#DCA7D5
(220,167,213)
#E1B3DA
(225,179,218)
#E6BFDF
(230,191,223)
#EBCBE4
(235,203,228)
#F0D7E9
(240,215,233)
#F5E3EE
(245,227,238)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C877C1 color. Also use rgb(200,119,193) instead hex code.

Text Font Color

.myTextColor { color: #C877C1; }

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

This text font color is #C877C1.


Background Color

.myBgColor { background-color: #C877C1; }

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

This div background color is #C877C1.


Border color

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

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

This div border color is #C877C1.


Opacity

.myOpacity80 { color: #C877C1; opacity: 0.8; }

<p style="color:#C877C1;opacity:0.8;">80%</p>

Text with #C877C1 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 #C877C1;}

<p style="text-shadow: 3px 3px 1px #C877C1">Text here.</p>

This text has shadow with #C877C1 color.

.textShadow {text-shadow: 3px 3px 1px #C877C1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C877C1, 5px 5px 20px red">Text here.</p>

This text has shadow with #C877C1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C877C1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C877C1, Direction=45, Strength=4)">Text</p>

This text has shadow with #C877C1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C877C1;
  -webkit-box-shadow:	1px 1px 3px 2px #C877C1;
  box-shadow:		1px 1px 3px 2px #C877C1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C877C1;
-webkit-box-shadow: 1px 1px 3px 2px #C877C1;
box-shadow:1px 1px 3px 2px #C877C1;">
Div content here</div>
This div box has shadow with color #C877C1.

Preview

Color preview on black background

This text has color #C877C1 on black background.


Color preview on white background

This text has color #C877C1 on white background.



Black color preview on #C877C1 background

This text has black color on #C877C1 background.


White color preview on #C877C1 background

This text has white color on #C877C1 background.