COLOR #C042AD

HEX: #C042AD
RGB: (192,66,173)

Color info

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

RGB color model

#C042AD color RGB value is (192,66,173).

  • red value is 192;
  • green value is 66;
  • blue value is 173.
RGB:
(192,66,173)
(75%,26%,68%)

RGB channels and saturation

R 192 of 255 = 75%
G 66 of 255 = 26%
B 173 of 255 = 68%

192
66
173

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

Portions of RGB colors in percentages

R + G + B =
192 + 66 + 173 = 431 (100%)
R 192 of 431 ~ 44.55%
G 66 of 431 ~ 15.31%
B 173 of 431 ~ 40.14%

%44.55
%15.31
%40.14

CMYK color model

#C042AD color CMYK value is (0,66,10,25).

  • cyan value is 0.00%
  • magenta value is 65.63%
  • yellow value is 9.90%
  • key color value is 24.71%
CMYK:
(0,66,10,25)
C0M66Y10K25 
(0%,66%,10%,25%)
(0.00/0.66/0.10/0.25)	

CMYK percentages

%0
%65.63
%9.9
%24.71

Codes

Color #C042AD in popluar color models

C042AD
RGB19266173
HSL309°50.00%50.59%
HSB/HSV309°65.63%75.29%
CMYK0.00%65.63%9.90%
24.71%

Color #C042AD in popluar number systems.

HEXC042AD
Decimal19266173
Binary11000000100001010101101
Octal300102255

Shades and tints

Shades of #C042AD

#C042AD
(192,66,173)
#AF3C9E
(175,60,158)
#9E368F
(158,54,143)
#8D3080
(141,48,128)
#7C2A71
(124,42,113)
#6B2462
(107,36,98)
#5A1E53
(90,30,83)
#491844
(73,24,68)
#381235
(56,18,53)
#270C26
(39,12,38)
#160617
(22,6,23)
#000000
(0,0,0)

Tints of #C042AD

#C042AD
(192,66,173)
#C553B4
(197,83,180)
#CA64BB
(202,100,187)
#CF75C2
(207,117,194)
#D486C9
(212,134,201)
#D997D0
(217,151,208)
#DEA8D7
(222,168,215)
#E3B9DE
(227,185,222)
#E8CAE5
(232,202,229)
#EDDBEC
(237,219,236)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C042AD color. Also use rgb(192,66,173) instead hex code.

Text Font Color

.myTextColor { color: #C042AD; }

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

This text font color is #C042AD.


Background Color

.myBgColor { background-color: #C042AD; }

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

This div background color is #C042AD.


Border color

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

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

This div border color is #C042AD.


Opacity

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

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

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

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

This text has shadow with #C042AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C042AD on black background.


Color preview on white background

This text has color #C042AD on white background.



Black color preview on #C042AD background

This text has black color on #C042AD background.


White color preview on #C042AD background

This text has white color on #C042AD background.