COLOR #C271AB

HEX: #C271AB
RGB: (194,113,171)

Color info

#C271AB contains mainly red and blue colors. Web safe color of #C271AB is #CC6699 (or #C69).

RGB color model

#C271AB color RGB value is (194,113,171).

  • red value is 194;
  • green value is 113;
  • blue value is 171.
RGB:
(194,113,171)
(76%,44%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 113 of 255 = 44%
B 171 of 255 = 67%

194
113
171

R + G + B ~ 62%. #C271AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 113 + 171 = 478 (100%)
R 194 of 478 ~ 40.59%
G 113 of 478 ~ 23.64%
B 171 of 478 ~ 35.77%

%40.59
%23.64
%35.77

CMYK color model

#C271AB color CMYK value is (0,42,12,24).

  • cyan value is 0.00%
  • magenta value is 41.75%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(0,42,12,24)
C0M42Y12K24 
(0%,42%,12%,24%)
(0.00/0.42/0.12/0.24)	

CMYK percentages

%0
%41.75
%11.86
%23.92

Codes

Color #C271AB in popluar color models

C271AB
RGB194113171
HSL317°39.90%60.20%
HSB/HSV317°41.75%76.08%
CMYK0.00%41.75%11.86%
23.92%

Color #C271AB in popluar number systems.

HEXC271AB
Decimal194113171
Binary11000010111000110101011
Octal302161253

Shades and tints

Shades of #C271AB

#C271AB
(194,113,171)
#B1679C
(177,103,156)
#A05D8D
(160,93,141)
#8F537E
(143,83,126)
#7E496F
(126,73,111)
#6D3F60
(109,63,96)
#5C3551
(92,53,81)
#4B2B42
(75,43,66)
#3A2133
(58,33,51)
#291724
(41,23,36)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #C271AB

#C271AB
(194,113,171)
#C77DB2
(199,125,178)
#CC89B9
(204,137,185)
#D195C0
(209,149,192)
#D6A1C7
(214,161,199)
#DBADCE
(219,173,206)
#E0B9D5
(224,185,213)
#E5C5DC
(229,197,220)
#EAD1E3
(234,209,227)
#EFDDEA
(239,221,234)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C271AB color. Also use rgb(194,113,171) instead hex code.

Text Font Color

.myTextColor { color: #C271AB; }

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

This text font color is #C271AB.


Background Color

.myBgColor { background-color: #C271AB; }

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

This div background color is #C271AB.


Border color

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

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

This div border color is #C271AB.


Opacity

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

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

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

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

This text has shadow with #C271AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C271AB on black background.


Color preview on white background

This text has color #C271AB on white background.



Black color preview on #C271AB background

This text has black color on #C271AB background.


White color preview on #C271AB background

This text has white color on #C271AB background.