COLOR #C5428E

HEX: #C5428E RGB: (197,66,142)

Color info

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

RGB color model

#C5428E color RGB value is (197,66,142).

RGB: (197,66,142) (77%, 26%, 56%)

RGB channels and saturation

R 197 of 255 = 77%
G 66 of 255 = 26%
B 142 of 255 = 56%

197
66
142

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

Portions of RGB colors in percentages

R + G + B = 197 + 66 + 142 = 405 (100%)
R 197 of 405 ~ 48.64%
G 66 of 405 ~ 16.3%
B 142 of 405 ~ 35.06'%

%48.64
%16.3
%35.06

CMYK color model

#C5428E color CMYK value is (0,66,28,23).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 27.92%
  • key color value is 22.75%

CMYK: (0,66,28,23)
C0M66Y28K23 (0%, 66%, 28%, 23%)
(0.00 / 0.66 / 0.28 / 0.23)

CMYK percentages

%0
%66.5
%27.92
%22.75

Codes

Color #C5428E in popluar color models

C5 42 8E
RGB 197 66 142
HSL 325° 53.04% 51.57%
HSB/HSV 325° 66.50% 77.25%
CMYK 0.00% 66.50% 27.92%
22.75%

Color #C5428E in popluar number systems.

HEX C5 42 8E
Decimal 197 66 142
Binary 11000101 1000010 10001110
Octal 305 102 216

Shades and tints

Shades of #C5428E

#C5428E
(197,66,142)
#B43C82
(180,60,130)
#A33676
(163,54,118)
#92306A
(146,48,106)
#812A5E
(129,42,94)
#702452
(112,36,82)
#5F1E46
(95,30,70)
#4E183A
(78,24,58)
#3D122E
(61,18,46)
#2C0C22
(44,12,34)
#1B0616
(27,6,22)
#000000
(0,0,0)

Tints of #C5428E

#C5428E
(197,66,142)
#CA5398
(202,83,152)
#CF64A2
(207,100,162)
#D475AC
(212,117,172)
#D986B6
(217,134,182)
#DE97C0
(222,151,192)
#E3A8CA
(227,168,202)
#E8B9D4
(232,185,212)
#EDCADE
(237,202,222)
#F2DBE8
(242,219,232)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5428E color. Also use rgb(197,66,142) instead hex code.

Text Font Color

.myTextColor { color: #C5428E; }

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

This text font color is #C5428E.

Background Color

.myBgColor { background-color: #C5428E; }

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

This div background color is #C5428E.

Border color

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

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

This div border color is #C5428E.

Opacity

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

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

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

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

This text has shadow with #C5428E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5428E.

Preview

Color preview on black background

This text has color #C5428E on black background.


Color preview on white background

This text has color #C5428E on white background.


Black color preview on #C5428E background

This text has black color on #C5428E background.


White color preview on #C5428E background

This text has white color on #C5428E background.


Related colors

Complementary color

Complementary color for #C5428E is #3ABD71.


I love getcolorcode.com

Triadic colors

1 #8EC542 and #428EC5 with #C5428E are triadic colors.

2 #8E42C5 and #42C58E with #C5428E are triadic colors.