COLOR #C727A0

HEX: #C727A0
RGB: (199,39,160)

Color info

#C727A0 contains mainly red and blue colors. Web safe color of #C727A0 is #CC3399 (or #C39).

RGB color model

#C727A0 color RGB value is (199,39,160).

  • red value is 199;
  • green value is 39;
  • blue value is 160.
RGB:
(199,39,160)
(78%,15%,63%)

RGB channels and saturation

R 199 of 255 = 78%
G 39 of 255 = 15%
B 160 of 255 = 63%

199
39
160

R + G + B ~ 52%. #C727A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 39 + 160 = 398 (100%)
R 199 of 398 ~ 50%
G 39 of 398 ~ 9.8%
B 160 of 398 ~ 40.2%

%50
%9.8
%40.2

CMYK color model

#C727A0 color CMYK value is (0,80,20,22).

  • cyan value is 0.00%
  • magenta value is 80.40%
  • yellow value is 19.60%
  • key color value is 21.96%
CMYK:
(0,80,20,22)
C0M80Y20K22 
(0%,80%,20%,22%)
(0.00/0.80/0.20/0.22)	

CMYK percentages

%0
%80.4
%19.6
%21.96

Codes

Color #C727A0 in popluar color models

C727A0
RGB19939160
HSL315°67.23%46.67%
HSB/HSV315°80.40%78.04%
CMYK0.00%80.40%19.60%
21.96%

Color #C727A0 in popluar number systems.

HEXC727A0
Decimal19939160
Binary1100011110011110100000
Octal30747240

Shades and tints

Shades of #C727A0

#C727A0
(199,39,160)
#B52492
(181,36,146)
#A32184
(163,33,132)
#911E76
(145,30,118)
#7F1B68
(127,27,104)
#6D185A
(109,24,90)
#5B154C
(91,21,76)
#49123E
(73,18,62)
#370F30
(55,15,48)
#250C22
(37,12,34)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #C727A0

#C727A0
(199,39,160)
#CC3AA8
(204,58,168)
#D14DB0
(209,77,176)
#D660B8
(214,96,184)
#DB73C0
(219,115,192)
#E086C8
(224,134,200)
#E599D0
(229,153,208)
#EAACD8
(234,172,216)
#EFBFE0
(239,191,224)
#F4D2E8
(244,210,232)
#F9E5F0
(249,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C727A0 color. Also use rgb(199,39,160) instead hex code.

Text Font Color

.myTextColor { color: #C727A0; }

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

This text font color is #C727A0.


Background Color

.myBgColor { background-color: #C727A0; }

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

This div background color is #C727A0.


Border color

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

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

This div border color is #C727A0.


Opacity

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

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

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

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

This text has shadow with #C727A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C727A0 on black background.


Color preview on white background

This text has color #C727A0 on white background.



Black color preview on #C727A0 background

This text has black color on #C727A0 background.


White color preview on #C727A0 background

This text has white color on #C727A0 background.