COLOR #C625A0

HEX: #C625A0
RGB: (198,37,160)

Color info

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

RGB color model

#C625A0 color RGB value is (198,37,160).

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

RGB channels and saturation

R 198 of 255 = 78%
G 37 of 255 = 15%
B 160 of 255 = 63%

198
37
160

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

Portions of RGB colors in percentages

R + G + B =
198 + 37 + 160 = 395 (100%)
R 198 of 395 ~ 50.13%
G 37 of 395 ~ 9.37%
B 160 of 395 ~ 40.51%

%50.13
%40.51

CMYK color model

#C625A0 color CMYK value is (0,81,19,22).

  • cyan value is 0.00%
  • magenta value is 81.31%
  • yellow value is 19.19%
  • key color value is 22.35%
CMYK:
(0,81,19,22)
C0M81Y19K22 
(0%,81%,19%,22%)
(0.00/0.81/0.19/0.22)	

CMYK percentages

%0
%81.31
%19.19
%22.35

Codes

Color #C625A0 in popluar color models

C625A0
RGB19837160
HSL314°68.51%46.08%
HSB/HSV314°81.31%77.65%
CMYK0.00%81.31%19.19%
22.35%

Color #C625A0 in popluar number systems.

HEXC625A0
Decimal19837160
Binary1100011010010110100000
Octal30645240

Shades and tints

Shades of #C625A0

#C625A0
(198,37,160)
#B42292
(180,34,146)
#A21F84
(162,31,132)
#901C76
(144,28,118)
#7E1968
(126,25,104)
#6C165A
(108,22,90)
#5A134C
(90,19,76)
#48103E
(72,16,62)
#360D30
(54,13,48)
#240A22
(36,10,34)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #C625A0

#C625A0
(198,37,160)
#CB38A8
(203,56,168)
#D04BB0
(208,75,176)
#D55EB8
(213,94,184)
#DA71C0
(218,113,192)
#DF84C8
(223,132,200)
#E497D0
(228,151,208)
#E9AAD8
(233,170,216)
#EEBDE0
(238,189,224)
#F3D0E8
(243,208,232)
#F8E3F0
(248,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C625A0; }

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

This text font color is #C625A0.


Background Color

.myBgColor { background-color: #C625A0; }

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

This div background color is #C625A0.


Border color

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

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

This div border color is #C625A0.


Opacity

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

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

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

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

This text has shadow with #C625A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C625A0 on black background.


Color preview on white background

This text has color #C625A0 on white background.



Black color preview on #C625A0 background

This text has black color on #C625A0 background.


White color preview on #C625A0 background

This text has white color on #C625A0 background.