COLOR #C628AD

HEX: #C628AD RGB: (198,40,173)

Color info

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

RGB color model

#C628AD color RGB value is (198,40,173).

RGB: (198,40,173) (78%, 16%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 40 of 255 = 16%
B 173 of 255 = 68%

198
40
173

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

Portions of RGB colors in percentages

R + G + B = 198 + 40 + 173 = 411 (100%)
R 198 of 411 ~ 48.18%
G 40 of 411 ~ 9.73%
B 173 of 411 ~ 42.09'%

%48.18
%42.09

CMYK color model

#C628AD color CMYK value is (0,80,13,22).

  • cyan value is 0.00%
  • magenta value is 79.80%
  • yellow value is 12.63%
  • key color value is 22.35%

CMYK: (0,80,13,22)
C0M80Y13K22 (0%, 80%, 13%, 22%)
(0.00 / 0.80 / 0.13 / 0.22)

CMYK percentages

%0
%79.8
%12.63
%22.35

Codes

Color #C628AD in popluar color models

C6 28 AD
RGB 198 40 173
HSL 309° 66.39% 46.67%
HSB/HSV 309° 79.80% 77.65%
CMYK 0.00% 79.80% 12.63%
22.35%

Color #C628AD in popluar number systems.

HEX C6 28 AD
Decimal 198 40 173
Binary 11000110 101000 10101101
Octal 306 50 255

Shades and tints

Shades of #C628AD

#C628AD
(198,40,173)
#B4259E
(180,37,158)
#A2228F
(162,34,143)
#901F80
(144,31,128)
#7E1C71
(126,28,113)
#6C1962
(108,25,98)
#5A1653
(90,22,83)
#481344
(72,19,68)
#361035
(54,16,53)
#240D26
(36,13,38)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #C628AD

#C628AD
(198,40,173)
#CB3BB4
(203,59,180)
#D04EBB
(208,78,187)
#D561C2
(213,97,194)
#DA74C9
(218,116,201)
#DF87D0
(223,135,208)
#E49AD7
(228,154,215)
#E9ADDE
(233,173,222)
#EEC0E5
(238,192,229)
#F3D3EC
(243,211,236)
#F8E6F3
(248,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C628AD color. Also use rgb(198,40,173) instead hex code.

Text Font Color

.myTextColor { color: #C628AD; }

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

This text font color is #C628AD.

Background Color

.myBgColor { background-color: #C628AD; }

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

This div background color is #C628AD.

Border color

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

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

This div border color is #C628AD.

Opacity

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

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

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

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

This text has shadow with #C628AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C628AD.

Preview

Color preview on black background

This text has color #C628AD on black background.


Color preview on white background

This text has color #C628AD on white background.


Black color preview on #C628AD background

This text has black color on #C628AD background.


White color preview on #C628AD background

This text has white color on #C628AD background.


Related colors

Complementary color

Complementary color for #C628AD is #39D752.


I love getcolorcode.com

Triadic colors

1 #ADC628 and #28ADC6 with #C628AD are triadic colors.

2 #AD28C6 and #28C6AD with #C628AD are triadic colors.