COLOR #C55BB9

HEX: #C55BB9
RGB: (197,91,185)

Color info

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

RGB color model

#C55BB9 color RGB value is (197,91,185).

  • red value is 197;
  • green value is 91;
  • blue value is 185.
RGB:
(197,91,185)
(77%,36%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 91 of 255 = 36%
B 185 of 255 = 73%

197
91
185

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

Portions of RGB colors in percentages

R + G + B =
197 + 91 + 185 = 473 (100%)
R 197 of 473 ~ 41.65%
G 91 of 473 ~ 19.24%
B 185 of 473 ~ 39.11%

%41.65
%19.24
%39.11

CMYK color model

#C55BB9 color CMYK value is (0,54,6,23).

  • cyan value is 0.00%
  • magenta value is 53.81%
  • yellow value is 6.09%
  • key color value is 22.75%
CMYK:
(0,54,6,23)
C0M54Y6K23 
(0%,54%,6%,23%)
(0.00/0.54/0.06/0.23)	

CMYK percentages

%0
%53.81
%6.09
%22.75

Codes

Color #C55BB9 in popluar color models

C55BB9
RGB19791185
HSL307°47.75%56.47%
HSB/HSV307°53.81%77.25%
CMYK0.00%53.81%6.09%
22.75%

Color #C55BB9 in popluar number systems.

HEXC55BB9
Decimal19791185
Binary11000101101101110111001
Octal305133271

Shades and tints

Shades of #C55BB9

#C55BB9
(197,91,185)
#B453A9
(180,83,169)
#A34B99
(163,75,153)
#924389
(146,67,137)
#813B79
(129,59,121)
#703369
(112,51,105)
#5F2B59
(95,43,89)
#4E2349
(78,35,73)
#3D1B39
(61,27,57)
#2C1329
(44,19,41)
#1B0B19
(27,11,25)
#000000
(0,0,0)

Tints of #C55BB9

#C55BB9
(197,91,185)
#CA69BF
(202,105,191)
#CF77C5
(207,119,197)
#D485CB
(212,133,203)
#D993D1
(217,147,209)
#DEA1D7
(222,161,215)
#E3AFDD
(227,175,221)
#E8BDE3
(232,189,227)
#EDCBE9
(237,203,233)
#F2D9EF
(242,217,239)
#F7E7F5
(247,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55BB9 color. Also use rgb(197,91,185) instead hex code.

Text Font Color

.myTextColor { color: #C55BB9; }

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

This text font color is #C55BB9.


Background Color

.myBgColor { background-color: #C55BB9; }

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

This div background color is #C55BB9.


Border color

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

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

This div border color is #C55BB9.


Opacity

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

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

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

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

This text has shadow with #C55BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55BB9 on black background.


Color preview on white background

This text has color #C55BB9 on white background.



Black color preview on #C55BB9 background

This text has black color on #C55BB9 background.


White color preview on #C55BB9 background

This text has white color on #C55BB9 background.