COLOR #C63E8C

HEX: #C63E8C
RGB: (198,62,140)

Color info

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

RGB color model

#C63E8C color RGB value is (198,62,140).

  • red value is 198;
  • green value is 62;
  • blue value is 140.
RGB:
(198,62,140)
(78%,24%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 62 of 255 = 24%
B 140 of 255 = 55%

198
62
140

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

Portions of RGB colors in percentages

R + G + B =
198 + 62 + 140 = 400 (100%)
R 198 of 400 ~ 49.5%
G 62 of 400 ~ 15.5%
B 140 of 400 ~ 35%

%49.5
%15.5
%35

CMYK color model

#C63E8C color CMYK value is (0,69,29,22).

  • cyan value is 0.00%
  • magenta value is 68.69%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(0,69,29,22)
C0M69Y29K22 
(0%,69%,29%,22%)
(0.00/0.69/0.29/0.22)	

CMYK percentages

%0
%68.69
%29.29
%22.35

Codes

Color #C63E8C in popluar color models

C63E8C
RGB19862140
HSL326°54.40%50.98%
HSB/HSV326°68.69%77.65%
CMYK0.00%68.69%29.29%
22.35%

Color #C63E8C in popluar number systems.

HEXC63E8C
Decimal19862140
Binary1100011011111010001100
Octal30676214

Shades and tints

Shades of #C63E8C

#C63E8C
(198,62,140)
#B43980
(180,57,128)
#A23474
(162,52,116)
#902F68
(144,47,104)
#7E2A5C
(126,42,92)
#6C2550
(108,37,80)
#5A2044
(90,32,68)
#481B38
(72,27,56)
#36162C
(54,22,44)
#241120
(36,17,32)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #C63E8C

#C63E8C
(198,62,140)
#CB4F96
(203,79,150)
#D060A0
(208,96,160)
#D571AA
(213,113,170)
#DA82B4
(218,130,180)
#DF93BE
(223,147,190)
#E4A4C8
(228,164,200)
#E9B5D2
(233,181,210)
#EEC6DC
(238,198,220)
#F3D7E6
(243,215,230)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63E8C color. Also use rgb(198,62,140) instead hex code.

Text Font Color

.myTextColor { color: #C63E8C; }

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

This text font color is #C63E8C.


Background Color

.myBgColor { background-color: #C63E8C; }

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

This div background color is #C63E8C.


Border color

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

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

This div border color is #C63E8C.


Opacity

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

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

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

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

This text has shadow with #C63E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63E8C on black background.


Color preview on white background

This text has color #C63E8C on white background.



Black color preview on #C63E8C background

This text has black color on #C63E8C background.


White color preview on #C63E8C background

This text has white color on #C63E8C background.