COLOR #C581B3

HEX: #C581B3
RGB: (197,129,179)

Color info

#C581B3 contains mainly red and blue colors. Web safe color of #C581B3 is #CC9999 (or #C99).

RGB color model

#C581B3 color RGB value is (197,129,179).

  • red value is 197;
  • green value is 129;
  • blue value is 179.
RGB:
(197,129,179)
(77%,51%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 179 of 255 = 70%

197
129
179

R + G + B ~ 66%. #C581B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 129 + 179 = 505 (100%)
R 197 of 505 ~ 39.01%
G 129 of 505 ~ 25.54%
B 179 of 505 ~ 35.45%

%39.01
%25.54
%35.45

CMYK color model

#C581B3 color CMYK value is (0,35,9,23).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,35,9,23)
C0M35Y9K23 
(0%,35%,9%,23%)
(0.00/0.35/0.09/0.23)	

CMYK percentages

%0
%34.52
%9.14
%22.75

Codes

Color #C581B3 in popluar color models

C581B3
RGB197129179
HSL316°36.96%63.92%
HSB/HSV316°34.52%77.25%
CMYK0.00%34.52%9.14%
22.75%

Color #C581B3 in popluar number systems.

HEXC581B3
Decimal197129179
Binary110001011000000110110011
Octal305201263

Shades and tints

Shades of #C581B3

#C581B3
(197,129,179)
#B476A3
(180,118,163)
#A36B93
(163,107,147)
#926083
(146,96,131)
#815573
(129,85,115)
#704A63
(112,74,99)
#5F3F53
(95,63,83)
#4E3443
(78,52,67)
#3D2933
(61,41,51)
#2C1E23
(44,30,35)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C581B3

#C581B3
(197,129,179)
#CA8CB9
(202,140,185)
#CF97BF
(207,151,191)
#D4A2C5
(212,162,197)
#D9ADCB
(217,173,203)
#DEB8D1
(222,184,209)
#E3C3D7
(227,195,215)
#E8CEDD
(232,206,221)
#EDD9E3
(237,217,227)
#F2E4E9
(242,228,233)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C581B3 color. Also use rgb(197,129,179) instead hex code.

Text Font Color

.myTextColor { color: #C581B3; }

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

This text font color is #C581B3.


Background Color

.myBgColor { background-color: #C581B3; }

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

This div background color is #C581B3.


Border color

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

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

This div border color is #C581B3.


Opacity

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

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

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

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

This text has shadow with #C581B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C581B3 on black background.


Color preview on white background

This text has color #C581B3 on white background.



Black color preview on #C581B3 background

This text has black color on #C581B3 background.


White color preview on #C581B3 background

This text has white color on #C581B3 background.