COLOR #C150A1

HEX: #C150A1
RGB: (193,80,161)

Color info

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

RGB color model

#C150A1 color RGB value is (193,80,161).

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

RGB channels and saturation

R 193 of 255 = 76%
G 80 of 255 = 31%
B 161 of 255 = 63%

193
80
161

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

Portions of RGB colors in percentages

R + G + B =
193 + 80 + 161 = 434 (100%)
R 193 of 434 ~ 44.47%
G 80 of 434 ~ 18.43%
B 161 of 434 ~ 37.1%

%44.47
%18.43
%37.1

CMYK color model

#C150A1 color CMYK value is (0,59,17,24).

  • cyan value is 0.00%
  • magenta value is 58.55%
  • yellow value is 16.58%
  • key color value is 24.31%
CMYK:
(0,59,17,24)
C0M59Y17K24 
(0%,59%,17%,24%)
(0.00/0.59/0.17/0.24)	

CMYK percentages

%0
%58.55
%16.58
%24.31

Codes

Color #C150A1 in popluar color models

C150A1
RGB19380161
HSL317°47.68%53.53%
HSB/HSV317°58.55%75.69%
CMYK0.00%58.55%16.58%
24.31%

Color #C150A1 in popluar number systems.

HEXC150A1
Decimal19380161
Binary11000001101000010100001
Octal301120241

Shades and tints

Shades of #C150A1

#C150A1
(193,80,161)
#B04993
(176,73,147)
#9F4285
(159,66,133)
#8E3B77
(142,59,119)
#7D3469
(125,52,105)
#6C2D5B
(108,45,91)
#5B264D
(91,38,77)
#4A1F3F
(74,31,63)
#391831
(57,24,49)
#281123
(40,17,35)
#170A15
(23,10,21)
#000000
(0,0,0)

Tints of #C150A1

#C150A1
(193,80,161)
#C65FA9
(198,95,169)
#CB6EB1
(203,110,177)
#D07DB9
(208,125,185)
#D58CC1
(213,140,193)
#DA9BC9
(218,155,201)
#DFAAD1
(223,170,209)
#E4B9D9
(228,185,217)
#E9C8E1
(233,200,225)
#EED7E9
(238,215,233)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C150A1; }

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

This text font color is #C150A1.


Background Color

.myBgColor { background-color: #C150A1; }

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

This div background color is #C150A1.


Border color

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

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

This div border color is #C150A1.


Opacity

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

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

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

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

This text has shadow with #C150A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C150A1 on black background.


Color preview on white background

This text has color #C150A1 on white background.



Black color preview on #C150A1 background

This text has black color on #C150A1 background.


White color preview on #C150A1 background

This text has white color on #C150A1 background.