COLOR #C961A3

HEX: #C961A3 RGB: (201,97,163)

Color info

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

RGB color model

#C961A3 color RGB value is (201,97,163).

RGB: (201,97,163) (79%, 38%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 97 of 255 = 38%
B 163 of 255 = 64%

201
97
163

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

Portions of RGB colors in percentages

R + G + B = 201 + 97 + 163 = 461 (100%)
R 201 of 461 ~ 43.6%
G 97 of 461 ~ 21.04%
B 163 of 461 ~ 35.36'%

%43.6
%21.04
%35.36

CMYK color model

#C961A3 color CMYK value is (0,52,19,21).

  • cyan value is 0.00%
  • magenta value is 51.74%
  • yellow value is 18.91%
  • key color value is 21.18%

CMYK: (0,52,19,21)
C0M52Y19K21 (0%, 52%, 19%, 21%)
(0.00 / 0.52 / 0.19 / 0.21)

CMYK percentages

%0
%51.74
%18.91
%21.18

Codes

Color #C961A3 in popluar color models

C9 61 A3
RGB 201 97 163
HSL 322° 49.06% 58.43%
HSB/HSV 322° 51.74% 78.82%
CMYK 0.00% 51.74% 18.91%
21.18%

Color #C961A3 in popluar number systems.

HEX C9 61 A3
Decimal 201 97 163
Binary 11001001 1100001 10100011
Octal 311 141 243

Shades and tints

Shades of #C961A3

#C961A3
(201,97,163)
#B75995
(183,89,149)
#A55187
(165,81,135)
#934979
(147,73,121)
#81416B
(129,65,107)
#6F395D
(111,57,93)
#5D314F
(93,49,79)
#4B2941
(75,41,65)
#392133
(57,33,51)
#271925
(39,25,37)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #C961A3

#C961A3
(201,97,163)
#CD6FAB
(205,111,171)
#D17DB3
(209,125,179)
#D58BBB
(213,139,187)
#D999C3
(217,153,195)
#DDA7CB
(221,167,203)
#E1B5D3
(225,181,211)
#E5C3DB
(229,195,219)
#E9D1E3
(233,209,227)
#EDDFEB
(237,223,235)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C961A3 color. Also use rgb(201,97,163) instead hex code.

Text Font Color

.myTextColor { color: #C961A3; }

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

This text font color is #C961A3.

Background Color

.myBgColor { background-color: #C961A3; }

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

This div background color is #C961A3.

Border color

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

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

This div border color is #C961A3.

Opacity

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

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

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

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

This text has shadow with #C961A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C961A3.

Preview

Color preview on black background

This text has color #C961A3 on black background.


Color preview on white background

This text has color #C961A3 on white background.


Black color preview on #C961A3 background

This text has black color on #C961A3 background.


White color preview on #C961A3 background

This text has white color on #C961A3 background.


Related colors

Complementary color

Complementary color for #hex is #369E5C.


I love getcolorcode.com

Triadic colors

1 #A3C961 and #61A3C9 with #C961A3 are triadic colors.

2 #A361C9 and #61C9A3 with #C961A3 are triadic colors.