COLOR #C1517D

HEX: #C1517D RGB: (193,81,125)

Color info

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

RGB color model

#C1517D color RGB value is (193,81,125).

RGB: (193,81,125) (76%, 32%, 49%)

RGB channels and saturation

R 193 of 255 = 76%
G 81 of 255 = 32%
B 125 of 255 = 49%

193
81
125

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

Portions of RGB colors in percentages

R + G + B = 193 + 81 + 125 = 399 (100%)
R 193 of 399 ~ 48.37%
G 81 of 399 ~ 20.3%
B 125 of 399 ~ 31.33'%

%48.37
%20.3
%31.33

CMYK color model

#C1517D color CMYK value is (0,58,35,24).

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

CMYK: (0,58,35,24)
C0M58Y35K24 (0%, 58%, 35%, 24%)
(0.00 / 0.58 / 0.35 / 0.24)

CMYK percentages

%0
%58.03
%35.23
%24.31

Codes

Color #C1517D in popluar color models

C1 51 7D
RGB 193 81 125
HSL 336° 47.46% 53.73%
HSB/HSV 336° 58.03% 75.69%
CMYK 0.00% 58.03% 35.23%
24.31%

Color #C1517D in popluar number systems.

HEX C1 51 7D
Decimal 193 81 125
Binary 11000001 1010001 1111101
Octal 301 121 175

Shades and tints

Shades of #C1517D

#C1517D
(193,81,125)
#B04A72
(176,74,114)
#9F4367
(159,67,103)
#8E3C5C
(142,60,92)
#7D3551
(125,53,81)
#6C2E46
(108,46,70)
#5B273B
(91,39,59)
#4A2030
(74,32,48)
#391925
(57,25,37)
#28121A
(40,18,26)
#170B0F
(23,11,15)
#000000
(0,0,0)

Tints of #C1517D

#C1517D
(193,81,125)
#C66088
(198,96,136)
#CB6F93
(203,111,147)
#D07E9E
(208,126,158)
#D58DA9
(213,141,169)
#DA9CB4
(218,156,180)
#DFABBF
(223,171,191)
#E4BACA
(228,186,202)
#E9C9D5
(233,201,213)
#EED8E0
(238,216,224)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1517D; }

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

This text font color is #C1517D.

Background Color

.myBgColor { background-color: #C1517D; }

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

This div background color is #C1517D.

Border color

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

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

This div border color is #C1517D.

Opacity

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

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

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

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

This text has shadow with #C1517D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1517D.

Preview

Color preview on black background

This text has color #C1517D on black background.


Color preview on white background

This text has color #C1517D on white background.


Black color preview on #C1517D background

This text has black color on #C1517D background.


White color preview on #C1517D background

This text has white color on #C1517D background.


Related colors

Complementary color

Complementary color for #hex is #3EAE82.


I love getcolorcode.com

Triadic colors

1 #7DC151 and #517DC1 with #C1517D are triadic colors.

2 #7D51C1 and #51C17D with #C1517D are triadic colors.