COLOR #C54BAA

HEX: #C54BAA RGB: (197,75,170)

Color info

#C54BAA contains mainly red and blue colors. Web safe color of #C54BAA is #CC3399 (or #C39).

RGB color model

#C54BAA color RGB value is (197,75,170).

RGB: (197,75,170) (77%, 29%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 75 of 255 = 29%
B 170 of 255 = 67%

197
75
170

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

Portions of RGB colors in percentages

R + G + B = 197 + 75 + 170 = 442 (100%)
R 197 of 442 ~ 44.57%
G 75 of 442 ~ 16.97%
B 170 of 442 ~ 38.46'%

%44.57
%16.97
%38.46

CMYK color model

#C54BAA color CMYK value is (0,62,14,23).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 13.71%
  • key color value is 22.75%

CMYK: (0,62,14,23)
C0M62Y14K23 (0%, 62%, 14%, 23%)
(0.00 / 0.62 / 0.14 / 0.23)

CMYK percentages

%0
%61.93
%13.71
%22.75

Codes

Color #C54BAA in popluar color models

C5 4B AA
RGB 197 75 170
HSL 313° 51.26% 53.33%
HSB/HSV 313° 61.93% 77.25%
CMYK 0.00% 61.93% 13.71%
22.75%

Color #C54BAA in popluar number systems.

HEX C5 4B AA
Decimal 197 75 170
Binary 11000101 1001011 10101010
Octal 305 113 252

Shades and tints

Shades of #C54BAA

#C54BAA
(197,75,170)
#B4459B
(180,69,155)
#A33F8C
(163,63,140)
#92397D
(146,57,125)
#81336E
(129,51,110)
#702D5F
(112,45,95)
#5F2750
(95,39,80)
#4E2141
(78,33,65)
#3D1B32
(61,27,50)
#2C1523
(44,21,35)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #C54BAA

#C54BAA
(197,75,170)
#CA5BB1
(202,91,177)
#CF6BB8
(207,107,184)
#D47BBF
(212,123,191)
#D98BC6
(217,139,198)
#DE9BCD
(222,155,205)
#E3ABD4
(227,171,212)
#E8BBDB
(232,187,219)
#EDCBE2
(237,203,226)
#F2DBE9
(242,219,233)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54BAA color. Also use rgb(197,75,170) instead hex code.

Text Font Color

.myTextColor { color: #C54BAA; }

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

This text font color is #C54BAA.

Background Color

.myBgColor { background-color: #C54BAA; }

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

This div background color is #C54BAA.

Border color

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

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

This div border color is #C54BAA.

Opacity

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

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

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

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

This text has shadow with #C54BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C54BAA.

Preview

Color preview on black background

This text has color #C54BAA on black background.


Color preview on white background

This text has color #C54BAA on white background.


Black color preview on #C54BAA background

This text has black color on #C54BAA background.


White color preview on #C54BAA background

This text has white color on #C54BAA background.


Related colors

Complementary color

Complementary color for #hex is #3AB455.


I love getcolorcode.com

Triadic colors

1 #AAC54B and #4BAAC5 with #C54BAA are triadic colors.

2 #AA4BC5 and #4BC5AA with #C54BAA are triadic colors.