COLOR #C1557D

HEX: #C1557D RGB: (193,85,125)

Color info

#C1557D contains mainly red color. Web safe color of #C1557D is #CC6666 (or #C66).

RGB color model

#C1557D color RGB value is (193,85,125).

RGB: (193,85,125) (76%, 33%, 49%)

RGB channels and saturation

R 193 of 255 = 76%
G 85 of 255 = 33%
B 125 of 255 = 49%

193
85
125

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

Portions of RGB colors in percentages

R + G + B = 193 + 85 + 125 = 403 (100%)
R 193 of 403 ~ 47.89%
G 85 of 403 ~ 21.09%
B 125 of 403 ~ 31.02'%

%47.89
%21.09
%31.02

CMYK color model

#C1557D color CMYK value is (0,56,35,24).

  • cyan value is 0.00%
  • magenta value is 55.96%
  • yellow value is 35.23%
  • key color value is 24.31%

CMYK: (0,56,35,24)
C0M56Y35K24 (0%, 56%, 35%, 24%)
(0.00 / 0.56 / 0.35 / 0.24)

CMYK percentages

%0
%55.96
%35.23
%24.31

Codes

Color #C1557D in popluar color models

C1 55 7D
RGB 193 85 125
HSL 338° 46.55% 54.51%
HSB/HSV 338° 55.96% 75.69%
CMYK 0.00% 55.96% 35.23%
24.31%

Color #C1557D in popluar number systems.

HEX C1 55 7D
Decimal 193 85 125
Binary 11000001 1010101 1111101
Octal 301 125 175

Shades and tints

Shades of #C1557D

#C1557D
(193,85,125)
#B04E72
(176,78,114)
#9F4767
(159,71,103)
#8E405C
(142,64,92)
#7D3951
(125,57,81)
#6C3246
(108,50,70)
#5B2B3B
(91,43,59)
#4A2430
(74,36,48)
#391D25
(57,29,37)
#28161A
(40,22,26)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #C1557D

#C1557D
(193,85,125)
#C66488
(198,100,136)
#CB7393
(203,115,147)
#D0829E
(208,130,158)
#D591A9
(213,145,169)
#DAA0B4
(218,160,180)
#DFAFBF
(223,175,191)
#E4BECA
(228,190,202)
#E9CDD5
(233,205,213)
#EEDCE0
(238,220,224)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1557D color. Also use rgb(193,85,125) instead hex code.

Text Font Color

.myTextColor { color: #C1557D; }

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

This text font color is #C1557D.

Background Color

.myBgColor { background-color: #C1557D; }

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

This div background color is #C1557D.

Border color

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

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

This div border color is #C1557D.

Opacity

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

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

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

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

This text has shadow with #C1557D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1557D.

Preview

Color preview on black background

This text has color #C1557D on black background.


Color preview on white background

This text has color #C1557D on white background.


Black color preview on #C1557D background

This text has black color on #C1557D background.


White color preview on #C1557D background

This text has white color on #C1557D background.


Related colors

Complementary color

Complementary color for #hex is #3EAA82.


I love getcolorcode.com

Triadic colors

1 #7DC155 and #557DC1 with #C1557D are triadic colors.

2 #7D55C1 and #55C17D with #C1557D are triadic colors.