COLOR #C625A6

HEX: #C625A6
RGB: (198,37,166)

Color info

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

RGB color model

#C625A6 color RGB value is (198,37,166).

  • red value is 198;
  • green value is 37;
  • blue value is 166.
RGB:
(198,37,166)
(78%,15%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 37 of 255 = 15%
B 166 of 255 = 65%

198
37
166

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

Portions of RGB colors in percentages

R + G + B =
198 + 37 + 166 = 401 (100%)
R 198 of 401 ~ 49.38%
G 37 of 401 ~ 9.23%
B 166 of 401 ~ 41.4%

%49.38
%41.4

CMYK color model

#C625A6 color CMYK value is (0,81,16,22).

  • cyan value is 0.00%
  • magenta value is 81.31%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(0,81,16,22)
C0M81Y16K22 
(0%,81%,16%,22%)
(0.00/0.81/0.16/0.22)	

CMYK percentages

%0
%81.31
%16.16
%22.35

Codes

Color #C625A6 in popluar color models

C625A6
RGB19837166
HSL312°68.51%46.08%
HSB/HSV312°81.31%77.65%
CMYK0.00%81.31%16.16%
22.35%

Color #C625A6 in popluar number systems.

HEXC625A6
Decimal19837166
Binary1100011010010110100110
Octal30645246

Shades and tints

Shades of #C625A6

#C625A6
(198,37,166)
#B42297
(180,34,151)
#A21F88
(162,31,136)
#901C79
(144,28,121)
#7E196A
(126,25,106)
#6C165B
(108,22,91)
#5A134C
(90,19,76)
#48103D
(72,16,61)
#360D2E
(54,13,46)
#240A1F
(36,10,31)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #C625A6

#C625A6
(198,37,166)
#CB38AE
(203,56,174)
#D04BB6
(208,75,182)
#D55EBE
(213,94,190)
#DA71C6
(218,113,198)
#DF84CE
(223,132,206)
#E497D6
(228,151,214)
#E9AADE
(233,170,222)
#EEBDE6
(238,189,230)
#F3D0EE
(243,208,238)
#F8E3F6
(248,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C625A6 color. Also use rgb(198,37,166) instead hex code.

Text Font Color

.myTextColor { color: #C625A6; }

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

This text font color is #C625A6.


Background Color

.myBgColor { background-color: #C625A6; }

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

This div background color is #C625A6.


Border color

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

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

This div border color is #C625A6.


Opacity

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

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

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

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

This text has shadow with #C625A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C625A6 on black background.


Color preview on white background

This text has color #C625A6 on white background.



Black color preview on #C625A6 background

This text has black color on #C625A6 background.


White color preview on #C625A6 background

This text has white color on #C625A6 background.