COLOR #C54C92

HEX: #C54C92
RGB: (197,76,146)

Color info

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

RGB color model

#C54C92 color RGB value is (197,76,146).

  • red value is 197;
  • green value is 76;
  • blue value is 146.
RGB:
(197,76,146)
(77%,30%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 76 of 255 = 30%
B 146 of 255 = 57%

197
76
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 76 + 146 = 419 (100%)
R 197 of 419 ~ 47.02%
G 76 of 419 ~ 18.14%
B 146 of 419 ~ 34.84%

%47.02
%18.14
%34.84

CMYK color model

#C54C92 color CMYK value is (0,61,26,23).

  • cyan value is 0.00%
  • magenta value is 61.42%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,61,26,23)
C0M61Y26K23 
(0%,61%,26%,23%)
(0.00/0.61/0.26/0.23)	

CMYK percentages

%0
%61.42
%25.89
%22.75

Codes

Color #C54C92 in popluar color models

C54C92
RGB19776146
HSL325°51.05%53.53%
HSB/HSV325°61.42%77.25%
CMYK0.00%61.42%25.89%
22.75%

Color #C54C92 in popluar number systems.

HEXC54C92
Decimal19776146
Binary11000101100110010010010
Octal305114222

Shades and tints

Shades of #C54C92

#C54C92
(197,76,146)
#B44685
(180,70,133)
#A34078
(163,64,120)
#923A6B
(146,58,107)
#81345E
(129,52,94)
#702E51
(112,46,81)
#5F2844
(95,40,68)
#4E2237
(78,34,55)
#3D1C2A
(61,28,42)
#2C161D
(44,22,29)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C54C92

#C54C92
(197,76,146)
#CA5C9B
(202,92,155)
#CF6CA4
(207,108,164)
#D47CAD
(212,124,173)
#D98CB6
(217,140,182)
#DE9CBF
(222,156,191)
#E3ACC8
(227,172,200)
#E8BCD1
(232,188,209)
#EDCCDA
(237,204,218)
#F2DCE3
(242,220,227)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54C92 color. Also use rgb(197,76,146) instead hex code.

Text Font Color

.myTextColor { color: #C54C92; }

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

This text font color is #C54C92.


Background Color

.myBgColor { background-color: #C54C92; }

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

This div background color is #C54C92.


Border color

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

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

This div border color is #C54C92.


Opacity

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

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

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

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

This text has shadow with #C54C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54C92 on black background.


Color preview on white background

This text has color #C54C92 on white background.



Black color preview on #C54C92 background

This text has black color on #C54C92 background.


White color preview on #C54C92 background

This text has white color on #C54C92 background.