COLOR #C273AD

HEX: #C273AD
RGB: (194,115,173)

Color info

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

RGB color model

#C273AD color RGB value is (194,115,173).

  • red value is 194;
  • green value is 115;
  • blue value is 173.
RGB:
(194,115,173)
(76%,45%,68%)

RGB channels and saturation

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

194
115
173

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

Portions of RGB colors in percentages

R + G + B =
194 + 115 + 173 = 482 (100%)
R 194 of 482 ~ 40.25%
G 115 of 482 ~ 23.86%
B 173 of 482 ~ 35.89%

%40.25
%23.86
%35.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.72%
  • 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
%40.72
%10.82
%23.92

Codes

Color #C273AD in popluar color models

C273AD
RGB194115173
HSL316°39.30%60.59%
HSB/HSV316°40.72%76.08%
CMYK0.00%40.72%10.82%
23.92%

Color #C273AD in popluar number systems.

HEXC273AD
Decimal194115173
Binary11000010111001110101101
Octal302163255

Shades and tints

Shades of #C273AD

#C273AD
(194,115,173)
#B1699E
(177,105,158)
#A05F8F
(160,95,143)
#8F5580
(143,85,128)
#7E4B71
(126,75,113)
#6D4162
(109,65,98)
#5C3753
(92,55,83)
#4B2D44
(75,45,68)
#3A2335
(58,35,53)
#291926
(41,25,38)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #C273AD

#C273AD
(194,115,173)
#C77FB4
(199,127,180)
#CC8BBB
(204,139,187)
#D197C2
(209,151,194)
#D6A3C9
(214,163,201)
#DBAFD0
(219,175,208)
#E0BBD7
(224,187,215)
#E5C7DE
(229,199,222)
#EAD3E5
(234,211,229)
#EFDFEC
(239,223,236)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C273AD; }

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

This text font color is #C273AD.


Background Color

.myBgColor { background-color: #C273AD; }

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

This div background color is #C273AD.


Border color

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

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

This div border color is #C273AD.


Opacity

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

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

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

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

This text has shadow with #C273AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C273AD on black background.


Color preview on white background

This text has color #C273AD on white background.



Black color preview on #C273AD background

This text has black color on #C273AD background.


White color preview on #C273AD background

This text has white color on #C273AD background.