COLOR #C954BF

HEX: #C954BF RGB: (201,84,191)

Color info

#C954BF contains mainly red and blue colors. Web safe color of #C954BF is #CC66CC (or #C6C).

RGB color model

#C954BF color RGB value is (201,84,191).

RGB: (201,84,191) (79%, 33%, 75%)

RGB channels and saturation

R 201 of 255 = 79%
G 84 of 255 = 33%
B 191 of 255 = 75%

201
84
191

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

Portions of RGB colors in percentages

R + G + B = 201 + 84 + 191 = 476 (100%)
R 201 of 476 ~ 42.23%
G 84 of 476 ~ 17.65%
B 191 of 476 ~ 40.13'%

%42.23
%17.65
%40.13

CMYK color model

#C954BF color CMYK value is (0,58,5,21).

  • cyan value is 0.00%
  • magenta value is 58.21%
  • yellow value is 4.98%
  • key color value is 21.18%

CMYK: (0,58,5,21)
C0M58Y5K21 (0%, 58%, 5%, 21%)
(0.00 / 0.58 / 0.05 / 0.21)

CMYK percentages

%0
%58.21
%4.98
%21.18

Codes

Color #C954BF in popluar color models

C9 54 BF
RGB 201 84 191
HSL 305° 52.00% 55.88%
HSB/HSV 305° 58.21% 78.82%
CMYK 0.00% 58.21% 4.98%
21.18%

Color #C954BF in popluar number systems.

HEX C9 54 BF
Decimal 201 84 191
Binary 11001001 1010100 10111111
Octal 311 124 277

Shades and tints

Shades of #C954BF

#C954BF
(201,84,191)
#B74DAE
(183,77,174)
#A5469D
(165,70,157)
#933F8C
(147,63,140)
#81387B
(129,56,123)
#6F316A
(111,49,106)
#5D2A59
(93,42,89)
#4B2348
(75,35,72)
#391C37
(57,28,55)
#271526
(39,21,38)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #C954BF

#C954BF
(201,84,191)
#CD63C4
(205,99,196)
#D172C9
(209,114,201)
#D581CE
(213,129,206)
#D990D3
(217,144,211)
#DD9FD8
(221,159,216)
#E1AEDD
(225,174,221)
#E5BDE2
(229,189,226)
#E9CCE7
(233,204,231)
#EDDBEC
(237,219,236)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C954BF color. Also use rgb(201,84,191) instead hex code.

Text Font Color

.myTextColor { color: #C954BF; }

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

This text font color is #C954BF.

Background Color

.myBgColor { background-color: #C954BF; }

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

This div background color is #C954BF.

Border color

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

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

This div border color is #C954BF.

Opacity

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

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

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

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

This text has shadow with #C954BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C954BF.

Preview

Color preview on black background

This text has color #C954BF on black background.


Color preview on white background

This text has color #C954BF on white background.


Black color preview on #C954BF background

This text has black color on #C954BF background.


White color preview on #C954BF background

This text has white color on #C954BF background.


Related colors

Complementary color

Complementary color for #hex is #36AB40.


I love getcolorcode.com

Triadic colors

1 #BFC954 and #54BFC9 with #C954BF are triadic colors.

2 #BF54C9 and #54C9BF with #C954BF are triadic colors.