COLOR #C1508D

HEX: #C1508D
RGB: (193,80,141)

Color info

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

RGB color model

#C1508D color RGB value is (193,80,141).

  • red value is 193;
  • green value is 80;
  • blue value is 141.
RGB:
(193,80,141)
(76%,31%,55%)

RGB channels and saturation

R 193 of 255 = 76%
G 80 of 255 = 31%
B 141 of 255 = 55%

193
80
141

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

Portions of RGB colors in percentages

R + G + B =
193 + 80 + 141 = 414 (100%)
R 193 of 414 ~ 46.62%
G 80 of 414 ~ 19.32%
B 141 of 414 ~ 34.06%

%46.62
%19.32
%34.06

CMYK color model

#C1508D color CMYK value is (0,59,27,24).

  • cyan value is 0.00%
  • magenta value is 58.55%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(0,59,27,24)
C0M59Y27K24 
(0%,59%,27%,24%)
(0.00/0.59/0.27/0.24)	

CMYK percentages

%0
%58.55
%26.94
%24.31

Codes

Color #C1508D in popluar color models

C1508D
RGB19380141
HSL328°47.68%53.53%
HSB/HSV328°58.55%75.69%
CMYK0.00%58.55%26.94%
24.31%

Color #C1508D in popluar number systems.

HEXC1508D
Decimal19380141
Binary11000001101000010001101
Octal301120215

Shades and tints

Shades of #C1508D

#C1508D
(193,80,141)
#B04981
(176,73,129)
#9F4275
(159,66,117)
#8E3B69
(142,59,105)
#7D345D
(125,52,93)
#6C2D51
(108,45,81)
#5B2645
(91,38,69)
#4A1F39
(74,31,57)
#39182D
(57,24,45)
#281121
(40,17,33)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #C1508D

#C1508D
(193,80,141)
#C65F97
(198,95,151)
#CB6EA1
(203,110,161)
#D07DAB
(208,125,171)
#D58CB5
(213,140,181)
#DA9BBF
(218,155,191)
#DFAAC9
(223,170,201)
#E4B9D3
(228,185,211)
#E9C8DD
(233,200,221)
#EED7E7
(238,215,231)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1508D color. Also use rgb(193,80,141) instead hex code.

Text Font Color

.myTextColor { color: #C1508D; }

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

This text font color is #C1508D.


Background Color

.myBgColor { background-color: #C1508D; }

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

This div background color is #C1508D.


Border color

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

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

This div border color is #C1508D.


Opacity

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

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

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

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

This text has shadow with #C1508D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1508D on black background.


Color preview on white background

This text has color #C1508D on white background.



Black color preview on #C1508D background

This text has black color on #C1508D background.


White color preview on #C1508D background

This text has white color on #C1508D background.