COLOR #C481B9

HEX: #C481B9
RGB: (196,129,185)

Color info

#C481B9 contains mainly red and blue colors. Web safe color of #C481B9 is #CC99CC (or #C9C).

RGB color model

#C481B9 color RGB value is (196,129,185).

  • red value is 196;
  • green value is 129;
  • blue value is 185.
RGB:
(196,129,185)
(77%,51%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 185 of 255 = 73%

196
129
185

R + G + B ~ 67%. #C481B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 129 + 185 = 510 (100%)
R 196 of 510 ~ 38.43%
G 129 of 510 ~ 25.29%
B 185 of 510 ~ 36.27%

%38.43
%25.29
%36.27

CMYK color model

#C481B9 color CMYK value is (0,34,6,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 5.61%
  • key color value is 23.14%
CMYK:
(0,34,6,23)
C0M34Y6K23 
(0%,34%,6%,23%)
(0.00/0.34/0.06/0.23)	

CMYK percentages

%0
%34.18
%5.61
%23.14

Codes

Color #C481B9 in popluar color models

C481B9
RGB196129185
HSL310°36.22%63.73%
HSB/HSV310°34.18%76.86%
CMYK0.00%34.18%5.61%
23.14%

Color #C481B9 in popluar number systems.

HEXC481B9
Decimal196129185
Binary110001001000000110111001
Octal304201271

Shades and tints

Shades of #C481B9

#C481B9
(196,129,185)
#B376A9
(179,118,169)
#A26B99
(162,107,153)
#916089
(145,96,137)
#805579
(128,85,121)
#6F4A69
(111,74,105)
#5E3F59
(94,63,89)
#4D3449
(77,52,73)
#3C2939
(60,41,57)
#2B1E29
(43,30,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #C481B9

#C481B9
(196,129,185)
#C98CBF
(201,140,191)
#CE97C5
(206,151,197)
#D3A2CB
(211,162,203)
#D8ADD1
(216,173,209)
#DDB8D7
(221,184,215)
#E2C3DD
(226,195,221)
#E7CEE3
(231,206,227)
#ECD9E9
(236,217,233)
#F1E4EF
(241,228,239)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C481B9 color. Also use rgb(196,129,185) instead hex code.

Text Font Color

.myTextColor { color: #C481B9; }

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

This text font color is #C481B9.


Background Color

.myBgColor { background-color: #C481B9; }

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

This div background color is #C481B9.


Border color

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

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

This div border color is #C481B9.


Opacity

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

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

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

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

This text has shadow with #C481B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C481B9 on black background.


Color preview on white background

This text has color #C481B9 on white background.



Black color preview on #C481B9 background

This text has black color on #C481B9 background.


White color preview on #C481B9 background

This text has white color on #C481B9 background.