COLOR #C1559D

HEX: #C1559D RGB: (193,85,157)

Color info

#C1559D contains mainly red and blue colors. Web safe color of #C1559D is #CC6699 (or #C69).

RGB color model

#C1559D color RGB value is (193,85,157).

RGB: (193,85,157) (76%, 33%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 85 of 255 = 33%
B 157 of 255 = 62%

193
85
157

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

Portions of RGB colors in percentages

R + G + B = 193 + 85 + 157 = 435 (100%)
R 193 of 435 ~ 44.37%
G 85 of 435 ~ 19.54%
B 157 of 435 ~ 36.09'%

%44.37
%19.54
%36.09

CMYK color model

#C1559D color CMYK value is (0,56,19,24).

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

CMYK: (0,56,19,24)
C0M56Y19K24 (0%, 56%, 19%, 24%)
(0.00 / 0.56 / 0.19 / 0.24)

CMYK percentages

%0
%55.96
%18.65
%24.31

Codes

Color #C1559D in popluar color models

C1 55 9D
RGB 193 85 157
HSL 320° 46.55% 54.51%
HSB/HSV 320° 55.96% 75.69%
CMYK 0.00% 55.96% 18.65%
24.31%

Color #C1559D in popluar number systems.

HEX C1 55 9D
Decimal 193 85 157
Binary 11000001 1010101 10011101
Octal 301 125 235

Shades and tints

Shades of #C1559D

#C1559D
(193,85,157)
#B04E8F
(176,78,143)
#9F4781
(159,71,129)
#8E4073
(142,64,115)
#7D3965
(125,57,101)
#6C3257
(108,50,87)
#5B2B49
(91,43,73)
#4A243B
(74,36,59)
#391D2D
(57,29,45)
#28161F
(40,22,31)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #C1559D

#C1559D
(193,85,157)
#C664A5
(198,100,165)
#CB73AD
(203,115,173)
#D082B5
(208,130,181)
#D591BD
(213,145,189)
#DAA0C5
(218,160,197)
#DFAFCD
(223,175,205)
#E4BED5
(228,190,213)
#E9CDDD
(233,205,221)
#EEDCE5
(238,220,229)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1559D; }

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

This text font color is #C1559D.

Background Color

.myBgColor { background-color: #C1559D; }

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

This div background color is #C1559D.

Border color

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

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

This div border color is #C1559D.

Opacity

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

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

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

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

This text has shadow with #C1559D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1559D.

Preview

Color preview on black background

This text has color #C1559D on black background.


Color preview on white background

This text has color #C1559D on white background.


Black color preview on #C1559D background

This text has black color on #C1559D background.


White color preview on #C1559D background

This text has white color on #C1559D background.


Related colors

Complementary color

Complementary color for #hex is #3EAA62.


I love getcolorcode.com

Triadic colors

1 #9DC155 and #559DC1 with #C1559D are triadic colors.

2 #9D55C1 and #55C19D with #C1559D are triadic colors.