COLOR #C761BE

HEX: #C761BE
RGB: (199,97,190)

Color info

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

RGB color model

#C761BE color RGB value is (199,97,190).

  • red value is 199;
  • green value is 97;
  • blue value is 190.
RGB:
(199,97,190)
(78%,38%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 97 of 255 = 38%
B 190 of 255 = 75%

199
97
190

R + G + B ~ 64%. #C761BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 97 + 190 = 486 (100%)
R 199 of 486 ~ 40.95%
G 97 of 486 ~ 19.96%
B 190 of 486 ~ 39.09%

%40.95
%19.96
%39.09

CMYK color model

#C761BE color CMYK value is (0,51,5,22).

  • cyan value is 0.00%
  • magenta value is 51.26%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,51,5,22)
C0M51Y5K22 
(0%,51%,5%,22%)
(0.00/0.51/0.05/0.22)	

CMYK percentages

%0
%51.26
%4.52
%21.96

Codes

Color #C761BE in popluar color models

C761BE
RGB19997190
HSL305°47.66%58.04%
HSB/HSV305°51.26%78.04%
CMYK0.00%51.26%4.52%
21.96%

Color #C761BE in popluar number systems.

HEXC761BE
Decimal19997190
Binary11000111110000110111110
Octal307141276

Shades and tints

Shades of #C761BE

#C761BE
(199,97,190)
#B559AD
(181,89,173)
#A3519C
(163,81,156)
#91498B
(145,73,139)
#7F417A
(127,65,122)
#6D3969
(109,57,105)
#5B3158
(91,49,88)
#492947
(73,41,71)
#372136
(55,33,54)
#251925
(37,25,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #C761BE

#C761BE
(199,97,190)
#CC6FC3
(204,111,195)
#D17DC8
(209,125,200)
#D68BCD
(214,139,205)
#DB99D2
(219,153,210)
#E0A7D7
(224,167,215)
#E5B5DC
(229,181,220)
#EAC3E1
(234,195,225)
#EFD1E6
(239,209,230)
#F4DFEB
(244,223,235)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C761BE color. Also use rgb(199,97,190) instead hex code.

Text Font Color

.myTextColor { color: #C761BE; }

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

This text font color is #C761BE.


Background Color

.myBgColor { background-color: #C761BE; }

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

This div background color is #C761BE.


Border color

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

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

This div border color is #C761BE.


Opacity

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

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

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

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

This text has shadow with #C761BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C761BE on black background.


Color preview on white background

This text has color #C761BE on white background.



Black color preview on #C761BE background

This text has black color on #C761BE background.


White color preview on #C761BE background

This text has white color on #C761BE background.