COLOR #C55FBB

HEX: #C55FBB RGB: (197,95,187)

Color info

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

RGB color model

#C55FBB color RGB value is (197,95,187).

RGB: (197,95,187) (77%, 37%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 95 of 255 = 37%
B 187 of 255 = 73%

197
95
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 95 + 187 = 479 (100%)
R 197 of 479 ~ 41.13%
G 95 of 479 ~ 19.83%
B 187 of 479 ~ 39.04'%

%41.13
%19.83
%39.04

CMYK color model

#C55FBB color CMYK value is (0,52,5,23).

  • cyan value is 0.00%
  • magenta value is 51.78%
  • yellow value is 5.08%
  • key color value is 22.75%

CMYK: (0,52,5,23)
C0M52Y5K23 (0%, 52%, 5%, 23%)
(0.00 / 0.52 / 0.05 / 0.23)

CMYK percentages

%0
%51.78
%5.08
%22.75

Codes

Color #C55FBB in popluar color models

C5 5F BB
RGB 197 95 187
HSL 306° 46.79% 57.25%
HSB/HSV 306° 51.78% 77.25%
CMYK 0.00% 51.78% 5.08%
22.75%

Color #C55FBB in popluar number systems.

HEX C5 5F BB
Decimal 197 95 187
Binary 11000101 1011111 10111011
Octal 305 137 273

Shades and tints

Shades of #C55FBB

#C55FBB
(197,95,187)
#B457AA
(180,87,170)
#A34F99
(163,79,153)
#924788
(146,71,136)
#813F77
(129,63,119)
#703766
(112,55,102)
#5F2F55
(95,47,85)
#4E2744
(78,39,68)
#3D1F33
(61,31,51)
#2C1722
(44,23,34)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #C55FBB

#C55FBB
(197,95,187)
#CA6DC1
(202,109,193)
#CF7BC7
(207,123,199)
#D489CD
(212,137,205)
#D997D3
(217,151,211)
#DEA5D9
(222,165,217)
#E3B3DF
(227,179,223)
#E8C1E5
(232,193,229)
#EDCFEB
(237,207,235)
#F2DDF1
(242,221,241)
#F7EBF7
(247,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55FBB color. Also use rgb(197,95,187) instead hex code.

Text Font Color

.myTextColor { color: #C55FBB; }

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

This text font color is #C55FBB.

Background Color

.myBgColor { background-color: #C55FBB; }

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

This div background color is #C55FBB.

Border color

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

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

This div border color is #C55FBB.

Opacity

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

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

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

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

This text has shadow with #C55FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55FBB.

Preview

Color preview on black background

This text has color #C55FBB on black background.


Color preview on white background

This text has color #C55FBB on white background.


Black color preview on #C55FBB background

This text has black color on #C55FBB background.


White color preview on #C55FBB background

This text has white color on #C55FBB background.


Related colors

Complementary color

Complementary color for #hex is #3AA044.


I love getcolorcode.com

Triadic colors

1 #BBC55F and #5FBBC5 with #C55FBB are triadic colors.

2 #BB5FC5 and #5FC5BB with #C55FBB are triadic colors.