COLOR #C777C1

HEX: #C777C1
RGB: (199,119,193)

Color info

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

RGB color model

#C777C1 color RGB value is (199,119,193).

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

RGB channels and saturation

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

199
119
193

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

Portions of RGB colors in percentages

R + G + B =
199 + 119 + 193 = 511 (100%)
R 199 of 511 ~ 38.94%
G 119 of 511 ~ 23.29%
B 193 of 511 ~ 37.77%

%38.94
%23.29
%37.77

CMYK color model

#C777C1 color CMYK value is (0,40,3,22).

  • cyan value is 0.00%
  • magenta value is 40.20%
  • yellow value is 3.02%
  • key color value is 21.96%
CMYK:
(0,40,3,22)
C0M40Y3K22 
(0%,40%,3%,22%)
(0.00/0.40/0.03/0.22)	

CMYK percentages

%0
%40.2
%3.02
%21.96

Codes

Color #C777C1 in popluar color models

C777C1
RGB199119193
HSL305°41.67%62.35%
HSB/HSV305°40.20%78.04%
CMYK0.00%40.20%3.02%
21.96%

Color #C777C1 in popluar number systems.

HEXC777C1
Decimal199119193
Binary11000111111011111000001
Octal307167301

Shades and tints

Shades of #C777C1

#C777C1
(199,119,193)
#B56DB0
(181,109,176)
#A3639F
(163,99,159)
#91598E
(145,89,142)
#7F4F7D
(127,79,125)
#6D456C
(109,69,108)
#5B3B5B
(91,59,91)
#49314A
(73,49,74)
#372739
(55,39,57)
#251D28
(37,29,40)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #C777C1

#C777C1
(199,119,193)
#CC83C6
(204,131,198)
#D18FCB
(209,143,203)
#D69BD0
(214,155,208)
#DBA7D5
(219,167,213)
#E0B3DA
(224,179,218)
#E5BFDF
(229,191,223)
#EACBE4
(234,203,228)
#EFD7E9
(239,215,233)
#F4E3EE
(244,227,238)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C777C1; }

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

This text font color is #C777C1.


Background Color

.myBgColor { background-color: #C777C1; }

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

This div background color is #C777C1.


Border color

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

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

This div border color is #C777C1.


Opacity

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

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

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

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

This text has shadow with #C777C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C777C1 on black background.


Color preview on white background

This text has color #C777C1 on white background.



Black color preview on #C777C1 background

This text has black color on #C777C1 background.


White color preview on #C777C1 background

This text has white color on #C777C1 background.