COLOR #C62AAC

HEX: #C62AAC
RGB: (198,42,172)

Color info

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

RGB color model

#C62AAC color RGB value is (198,42,172).

  • red value is 198;
  • green value is 42;
  • blue value is 172.
RGB:
(198,42,172)
(78%,16%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 42 of 255 = 16%
B 172 of 255 = 67%

198
42
172

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

Portions of RGB colors in percentages

R + G + B =
198 + 42 + 172 = 412 (100%)
R 198 of 412 ~ 48.06%
G 42 of 412 ~ 10.19%
B 172 of 412 ~ 41.75%

%48.06
%10.19
%41.75

CMYK color model

#C62AAC color CMYK value is (0,79,13,22).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(0,79,13,22)
C0M79Y13K22 
(0%,79%,13%,22%)
(0.00/0.79/0.13/0.22)	

CMYK percentages

%0
%78.79
%13.13
%22.35

Codes

Color #C62AAC in popluar color models

C62AAC
RGB19842172
HSL310°65.00%47.06%
HSB/HSV310°78.79%77.65%
CMYK0.00%78.79%13.13%
22.35%

Color #C62AAC in popluar number systems.

HEXC62AAC
Decimal19842172
Binary1100011010101010101100
Octal30652254

Shades and tints

Shades of #C62AAC

#C62AAC
(198,42,172)
#B4279D
(180,39,157)
#A2248E
(162,36,142)
#90217F
(144,33,127)
#7E1E70
(126,30,112)
#6C1B61
(108,27,97)
#5A1852
(90,24,82)
#481543
(72,21,67)
#361234
(54,18,52)
#240F25
(36,15,37)
#120C16
(18,12,22)
#000000
(0,0,0)

Tints of #C62AAC

#C62AAC
(198,42,172)
#CB3DB3
(203,61,179)
#D050BA
(208,80,186)
#D563C1
(213,99,193)
#DA76C8
(218,118,200)
#DF89CF
(223,137,207)
#E49CD6
(228,156,214)
#E9AFDD
(233,175,221)
#EEC2E4
(238,194,228)
#F3D5EB
(243,213,235)
#F8E8F2
(248,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C62AAC color. Also use rgb(198,42,172) instead hex code.

Text Font Color

.myTextColor { color: #C62AAC; }

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

This text font color is #C62AAC.


Background Color

.myBgColor { background-color: #C62AAC; }

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

This div background color is #C62AAC.


Border color

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

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

This div border color is #C62AAC.


Opacity

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

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

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

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

This text has shadow with #C62AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C62AAC on black background.


Color preview on white background

This text has color #C62AAC on white background.



Black color preview on #C62AAC background

This text has black color on #C62AAC background.


White color preview on #C62AAC background

This text has white color on #C62AAC background.