COLOR #C55482

HEX: #C55482 RGB: (197,84,130)

Color info

#C55482 contains mainly red color. Web safe color of #C55482 is #CC6699 (or #C69).

RGB color model

#C55482 color RGB value is (197,84,130).

RGB: (197,84,130) (77%, 33%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 84 of 255 = 33%
B 130 of 255 = 51%

197
84
130

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

Portions of RGB colors in percentages

R + G + B = 197 + 84 + 130 = 411 (100%)
R 197 of 411 ~ 47.93%
G 84 of 411 ~ 20.44%
B 130 of 411 ~ 31.63'%

%47.93
%20.44
%31.63

CMYK color model

#C55482 color CMYK value is (0,57,34,23).

  • cyan value is 0.00%
  • magenta value is 57.36%
  • yellow value is 34.01%
  • key color value is 22.75%

CMYK: (0,57,34,23)
C0M57Y34K23 (0%, 57%, 34%, 23%)
(0.00 / 0.57 / 0.34 / 0.23)

CMYK percentages

%0
%57.36
%34.01
%22.75

Codes

Color #C55482 in popluar color models

C5 54 82
RGB 197 84 130
HSL 336° 49.34% 55.10%
HSB/HSV 336° 57.36% 77.25%
CMYK 0.00% 57.36% 34.01%
22.75%

Color #C55482 in popluar number systems.

HEX C5 54 82
Decimal 197 84 130
Binary 11000101 1010100 10000010
Octal 305 124 202

Shades and tints

Shades of #C55482

#C55482
(197,84,130)
#B44D77
(180,77,119)
#A3466C
(163,70,108)
#923F61
(146,63,97)
#813856
(129,56,86)
#70314B
(112,49,75)
#5F2A40
(95,42,64)
#4E2335
(78,35,53)
#3D1C2A
(61,28,42)
#2C151F
(44,21,31)
#1B0E14
(27,14,20)
#000000
(0,0,0)

Tints of #C55482

#C55482
(197,84,130)
#CA638D
(202,99,141)
#CF7298
(207,114,152)
#D481A3
(212,129,163)
#D990AE
(217,144,174)
#DE9FB9
(222,159,185)
#E3AEC4
(227,174,196)
#E8BDCF
(232,189,207)
#EDCCDA
(237,204,218)
#F2DBE5
(242,219,229)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55482 color. Also use rgb(197,84,130) instead hex code.

Text Font Color

.myTextColor { color: #C55482; }

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

This text font color is #C55482.

Background Color

.myBgColor { background-color: #C55482; }

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

This div background color is #C55482.

Border color

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

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

This div border color is #C55482.

Opacity

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

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

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

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

This text has shadow with #C55482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C55482.

Preview

Color preview on black background

This text has color #C55482 on black background.


Color preview on white background

This text has color #C55482 on white background.


Black color preview on #C55482 background

This text has black color on #C55482 background.


White color preview on #C55482 background

This text has white color on #C55482 background.


Related colors

Complementary color

Complementary color for #hex is #3AAB7D.


I love getcolorcode.com

Triadic colors

1 #82C554 and #5482C5 with #C55482 are triadic colors.

2 #8254C5 and #54C582 with #C55482 are triadic colors.