COLOR #C10178

HEX: #C10178
RGB: (193,1,120)

Color info

#C10178 contains mainly red color. Web safe color of #C10178 is #CC0066 (or #C06).

RGB color model

#C10178 color RGB value is (193,1,120).

  • red value is 193;
  • green value is 1;
  • blue value is 120.
RGB:
(193,1,120)
(76%,0%,47%)

RGB channels and saturation

R 193 of 255 = 76%
G 1 of 255 = 0%
B 120 of 255 = 47%

193
1
120

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

Portions of RGB colors in percentages

R + G + B =
193 + 1 + 120 = 314 (100%)
R 193 of 314 ~ 61.46%
G 1 of 314 ~ 0.32%
B 120 of 314 ~ 38.22%

%61.46
%38.22

CMYK color model

#C10178 color CMYK value is (0,99,38,24).

  • cyan value is 0.00%
  • magenta value is 99.48%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(0,99,38,24)
C0M99Y38K24 
(0%,99%,38%,24%)
(0.00/0.99/0.38/0.24)	

CMYK percentages

%0
%99.48
%37.82
%24.31

Codes

Color #C10178 in popluar color models

C10178
RGB1931120
HSL323°98.97%38.04%
HSB/HSV323°99.48%75.69%
CMYK0.00%99.48%37.82%
24.31%

Color #C10178 in popluar number systems.

HEXC10178
Decimal1931120
Binary1100000111111000
Octal3011170

Shades and tints

Shades of #C10178

#C10178
(193,1,120)
#B0016E
(176,1,110)
#9F0164
(159,1,100)
#8E015A
(142,1,90)
#7D0150
(125,1,80)
#6C0146
(108,1,70)
#5B013C
(91,1,60)
#4A0132
(74,1,50)
#390128
(57,1,40)
#28011E
(40,1,30)
#170114
(23,1,20)
#000000
(0,0,0)

Tints of #C10178

#C10178
(193,1,120)
#C61884
(198,24,132)
#CB2F90
(203,47,144)
#D0469C
(208,70,156)
#D55DA8
(213,93,168)
#DA74B4
(218,116,180)
#DF8BC0
(223,139,192)
#E4A2CC
(228,162,204)
#E9B9D8
(233,185,216)
#EED0E4
(238,208,228)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C10178 color. Also use rgb(193,1,120) instead hex code.

Text Font Color

.myTextColor { color: #C10178; }

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

This text font color is #C10178.


Background Color

.myBgColor { background-color: #C10178; }

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

This div background color is #C10178.


Border color

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

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

This div border color is #C10178.


Opacity

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

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

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

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

This text has shadow with #C10178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C10178 on black background.


Color preview on white background

This text has color #C10178 on white background.



Black color preview on #C10178 background

This text has black color on #C10178 background.


White color preview on #C10178 background

This text has white color on #C10178 background.