COLOR #C272AD

HEX: #C272AD RGB: (194,114,173)

Color info

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

RGB color model

#C272AD color RGB value is (194,114,173).

RGB: (194,114,173) (76%, 45%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 114 of 255 = 45%
B 173 of 255 = 68%

194
114
173

R + G + B ~ 63%. #C272AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 114 + 173 = 481 (100%)
R 194 of 481 ~ 40.33%
G 114 of 481 ~ 23.7%
B 173 of 481 ~ 35.97'%

%40.33
%23.7
%35.97

CMYK color model

#C272AD color CMYK value is (0,41,11,24).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 10.82%
  • key color value is 23.92%

CMYK: (0,41,11,24)
C0M41Y11K24 (0%, 41%, 11%, 24%)
(0.00 / 0.41 / 0.11 / 0.24)

CMYK percentages

%0
%41.24
%10.82
%23.92

Codes

Color #C272AD in popluar color models

C2 72 AD
RGB 194 114 173
HSL 316° 39.60% 60.39%
HSB/HSV 316° 41.24% 76.08%
CMYK 0.00% 41.24% 10.82%
23.92%

Color #C272AD in popluar number systems.

HEX C2 72 AD
Decimal 194 114 173
Binary 11000010 1110010 10101101
Octal 302 162 255

Shades and tints

Shades of #C272AD

#C272AD
(194,114,173)
#B1689E
(177,104,158)
#A05E8F
(160,94,143)
#8F5480
(143,84,128)
#7E4A71
(126,74,113)
#6D4062
(109,64,98)
#5C3653
(92,54,83)
#4B2C44
(75,44,68)
#3A2235
(58,34,53)
#291826
(41,24,38)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #C272AD

#C272AD
(194,114,173)
#C77EB4
(199,126,180)
#CC8ABB
(204,138,187)
#D196C2
(209,150,194)
#D6A2C9
(214,162,201)
#DBAED0
(219,174,208)
#E0BAD7
(224,186,215)
#E5C6DE
(229,198,222)
#EAD2E5
(234,210,229)
#EFDEEC
(239,222,236)
#F4EAF3
(244,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C272AD color. Also use rgb(194,114,173) instead hex code.

Text Font Color

.myTextColor { color: #C272AD; }

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

This text font color is #C272AD.

Background Color

.myBgColor { background-color: #C272AD; }

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

This div background color is #C272AD.

Border color

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

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

This div border color is #C272AD.

Opacity

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

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

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

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

This text has shadow with #C272AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C272AD.

Preview

Color preview on black background

This text has color #C272AD on black background.


Color preview on white background

This text has color #C272AD on white background.


Black color preview on #C272AD background

This text has black color on #C272AD background.


White color preview on #C272AD background

This text has white color on #C272AD background.


Related colors

Complementary color

Complementary color for #hex is #3D8D52.


I love getcolorcode.com

Triadic colors

1 #ADC272 and #72ADC2 with #C272AD are triadic colors.

2 #AD72C2 and #72C2AD with #C272AD are triadic colors.