COLOR #C0378C

HEX: #C0378C RGB: (192,55,140)

Color info

#C0378C contains mainly red and blue colors. Web safe color of #C0378C is #CC3399 (or #C39).

RGB color model

#C0378C color RGB value is (192,55,140).

RGB: (192,55,140) (75%, 22%, 55%)

RGB channels and saturation

R 192 of 255 = 75%
G 55 of 255 = 22%
B 140 of 255 = 55%

192
55
140

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

Portions of RGB colors in percentages

R + G + B = 192 + 55 + 140 = 387 (100%)
R 192 of 387 ~ 49.61%
G 55 of 387 ~ 14.21%
B 140 of 387 ~ 36.18'%

%49.61
%14.21
%36.18

CMYK color model

#C0378C color CMYK value is (0,71,27,25).

  • cyan value is 0.00%
  • magenta value is 71.35%
  • yellow value is 27.08%
  • key color value is 24.71%

CMYK: (0,71,27,25)
C0M71Y27K25 (0%, 71%, 27%, 25%)
(0.00 / 0.71 / 0.27 / 0.25)

CMYK percentages

%0
%71.35
%27.08
%24.71

Codes

Color #C0378C in popluar color models

C0 37 8C
RGB 192 55 140
HSL 323° 55.47% 48.43%
HSB/HSV 323° 71.35% 75.29%
CMYK 0.00% 71.35% 27.08%
24.71%

Color #C0378C in popluar number systems.

HEX C0 37 8C
Decimal 192 55 140
Binary 11000000 110111 10001100
Octal 300 67 214

Shades and tints

Shades of #C0378C

#C0378C
(192,55,140)
#AF3280
(175,50,128)
#9E2D74
(158,45,116)
#8D2868
(141,40,104)
#7C235C
(124,35,92)
#6B1E50
(107,30,80)
#5A1944
(90,25,68)
#491438
(73,20,56)
#380F2C
(56,15,44)
#270A20
(39,10,32)
#160514
(22,5,20)
#000000
(0,0,0)

Tints of #C0378C

#C0378C
(192,55,140)
#C54996
(197,73,150)
#CA5BA0
(202,91,160)
#CF6DAA
(207,109,170)
#D47FB4
(212,127,180)
#D991BE
(217,145,190)
#DEA3C8
(222,163,200)
#E3B5D2
(227,181,210)
#E8C7DC
(232,199,220)
#EDD9E6
(237,217,230)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0378C color. Also use rgb(192,55,140) instead hex code.

Text Font Color

.myTextColor { color: #C0378C; }

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

This text font color is #C0378C.

Background Color

.myBgColor { background-color: #C0378C; }

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

This div background color is #C0378C.

Border color

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

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

This div border color is #C0378C.

Opacity

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

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

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

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

This text has shadow with #C0378C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0378C.

Preview

Color preview on black background

This text has color #C0378C on black background.


Color preview on white background

This text has color #C0378C on white background.


Black color preview on #C0378C background

This text has black color on #C0378C background.


White color preview on #C0378C background

This text has white color on #C0378C background.


Related colors

Complementary color

Complementary color for #hex is #3FC873.


I love getcolorcode.com

Triadic colors

1 #8CC037 and #378CC0 with #C0378C are triadic colors.

2 #8C37C0 and #37C08C with #C0378C are triadic colors.