COLOR #C951B2

HEX: #C951B2 RGB: (201,81,178)

Color info

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

RGB color model

#C951B2 color RGB value is (201,81,178).

RGB: (201,81,178) (79%, 32%, 70%)

RGB channels and saturation

R 201 of 255 = 79%
G 81 of 255 = 32%
B 178 of 255 = 70%

201
81
178

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

Portions of RGB colors in percentages

R + G + B = 201 + 81 + 178 = 460 (100%)
R 201 of 460 ~ 43.7%
G 81 of 460 ~ 17.61%
B 178 of 460 ~ 38.7'%

%43.7
%17.61
%38.7

CMYK color model

#C951B2 color CMYK value is (0,60,11,21).

  • cyan value is 0.00%
  • magenta value is 59.70%
  • yellow value is 11.44%
  • key color value is 21.18%

CMYK: (0,60,11,21)
C0M60Y11K21 (0%, 60%, 11%, 21%)
(0.00 / 0.60 / 0.11 / 0.21)

CMYK percentages

%0
%59.7
%11.44
%21.18

Codes

Color #C951B2 in popluar color models

C9 51 B2
RGB 201 81 178
HSL 312° 52.63% 55.29%
HSB/HSV 312° 59.70% 78.82%
CMYK 0.00% 59.70% 11.44%
21.18%

Color #C951B2 in popluar number systems.

HEX C9 51 B2
Decimal 201 81 178
Binary 11001001 1010001 10110010
Octal 311 121 262

Shades and tints

Shades of #C951B2

#C951B2
(201,81,178)
#B74AA2
(183,74,162)
#A54392
(165,67,146)
#933C82
(147,60,130)
#813572
(129,53,114)
#6F2E62
(111,46,98)
#5D2752
(93,39,82)
#4B2042
(75,32,66)
#391932
(57,25,50)
#271222
(39,18,34)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #C951B2

#C951B2
(201,81,178)
#CD60B9
(205,96,185)
#D16FC0
(209,111,192)
#D57EC7
(213,126,199)
#D98DCE
(217,141,206)
#DD9CD5
(221,156,213)
#E1ABDC
(225,171,220)
#E5BAE3
(229,186,227)
#E9C9EA
(233,201,234)
#EDD8F1
(237,216,241)
#F1E7F8
(241,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C951B2 color. Also use rgb(201,81,178) instead hex code.

Text Font Color

.myTextColor { color: #C951B2; }

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

This text font color is #C951B2.

Background Color

.myBgColor { background-color: #C951B2; }

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

This div background color is #C951B2.

Border color

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

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

This div border color is #C951B2.

Opacity

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

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

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

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

This text has shadow with #C951B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C951B2.

Preview

Color preview on black background

This text has color #C951B2 on black background.


Color preview on white background

This text has color #C951B2 on white background.


Black color preview on #C951B2 background

This text has black color on #C951B2 background.


White color preview on #C951B2 background

This text has white color on #C951B2 background.


Related colors

Complementary color

Complementary color for #hex is #36AE4D.


I love getcolorcode.com

Triadic colors

1 #B2C951 and #51B2C9 with #C951B2 are triadic colors.

2 #B251C9 and #51C9B2 with #C951B2 are triadic colors.