COLOR #C42180

HEX: #C42180
RGB: (196,33,128)

Color info

#C42180 contains mainly red color. Web safe color of #C42180 is #CC3366 (or #C36).

RGB color model

#C42180 color RGB value is (196,33,128).

  • red value is 196;
  • green value is 33;
  • blue value is 128.
RGB:
(196,33,128)
(77%,13%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 33 of 255 = 13%
B 128 of 255 = 50%

196
33
128

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

Portions of RGB colors in percentages

R + G + B =
196 + 33 + 128 = 357 (100%)
R 196 of 357 ~ 54.9%
G 33 of 357 ~ 9.24%
B 128 of 357 ~ 35.85%

%54.9
%35.85

CMYK color model

#C42180 color CMYK value is (0,83,35,23).

  • cyan value is 0.00%
  • magenta value is 83.16%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(0,83,35,23)
C0M83Y35K23 
(0%,83%,35%,23%)
(0.00/0.83/0.35/0.23)	

CMYK percentages

%0
%83.16
%34.69
%23.14

Codes

Color #C42180 in popluar color models

C42180
RGB19633128
HSL325°71.18%44.90%
HSB/HSV325°83.16%76.86%
CMYK0.00%83.16%34.69%
23.14%

Color #C42180 in popluar number systems.

HEXC42180
Decimal19633128
Binary1100010010000110000000
Octal30441200

Shades and tints

Shades of #C42180

#C42180
(196,33,128)
#B31E75
(179,30,117)
#A21B6A
(162,27,106)
#91185F
(145,24,95)
#801554
(128,21,84)
#6F1249
(111,18,73)
#5E0F3E
(94,15,62)
#4D0C33
(77,12,51)
#3C0928
(60,9,40)
#2B061D
(43,6,29)
#1A0312
(26,3,18)
#000000
(0,0,0)

Tints of #C42180

#C42180
(196,33,128)
#C9358B
(201,53,139)
#CE4996
(206,73,150)
#D35DA1
(211,93,161)
#D871AC
(216,113,172)
#DD85B7
(221,133,183)
#E299C2
(226,153,194)
#E7ADCD
(231,173,205)
#ECC1D8
(236,193,216)
#F1D5E3
(241,213,227)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C42180 color. Also use rgb(196,33,128) instead hex code.

Text Font Color

.myTextColor { color: #C42180; }

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

This text font color is #C42180.


Background Color

.myBgColor { background-color: #C42180; }

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

This div background color is #C42180.


Border color

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

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

This div border color is #C42180.


Opacity

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

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

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

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

This text has shadow with #C42180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C42180 on black background.


Color preview on white background

This text has color #C42180 on white background.



Black color preview on #C42180 background

This text has black color on #C42180 background.


White color preview on #C42180 background

This text has white color on #C42180 background.