COLOR #C738A2

HEX: #C738A2
RGB: (199,56,162)

Color info

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

RGB color model

#C738A2 color RGB value is (199,56,162).

  • red value is 199;
  • green value is 56;
  • blue value is 162.
RGB:
(199,56,162)
(78%,22%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 56 of 255 = 22%
B 162 of 255 = 64%

199
56
162

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

Portions of RGB colors in percentages

R + G + B =
199 + 56 + 162 = 417 (100%)
R 199 of 417 ~ 47.72%
G 56 of 417 ~ 13.43%
B 162 of 417 ~ 38.85%

%47.72
%13.43
%38.85

CMYK color model

#C738A2 color CMYK value is (0,72,19,22).

  • cyan value is 0.00%
  • magenta value is 71.86%
  • yellow value is 18.59%
  • key color value is 21.96%
CMYK:
(0,72,19,22)
C0M72Y19K22 
(0%,72%,19%,22%)
(0.00/0.72/0.19/0.22)	

CMYK percentages

%0
%71.86
%18.59
%21.96

Codes

Color #C738A2 in popluar color models

C738A2
RGB19956162
HSL316°56.08%50.00%
HSB/HSV316°71.86%78.04%
CMYK0.00%71.86%18.59%
21.96%

Color #C738A2 in popluar number systems.

HEXC738A2
Decimal19956162
Binary1100011111100010100010
Octal30770242

Shades and tints

Shades of #C738A2

#C738A2
(199,56,162)
#B53394
(181,51,148)
#A32E86
(163,46,134)
#912978
(145,41,120)
#7F246A
(127,36,106)
#6D1F5C
(109,31,92)
#5B1A4E
(91,26,78)
#491540
(73,21,64)
#371032
(55,16,50)
#250B24
(37,11,36)
#130616
(19,6,22)
#000000
(0,0,0)

Tints of #C738A2

#C738A2
(199,56,162)
#CC4AAA
(204,74,170)
#D15CB2
(209,92,178)
#D66EBA
(214,110,186)
#DB80C2
(219,128,194)
#E092CA
(224,146,202)
#E5A4D2
(229,164,210)
#EAB6DA
(234,182,218)
#EFC8E2
(239,200,226)
#F4DAEA
(244,218,234)
#F9ECF2
(249,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C738A2 color. Also use rgb(199,56,162) instead hex code.

Text Font Color

.myTextColor { color: #C738A2; }

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

This text font color is #C738A2.


Background Color

.myBgColor { background-color: #C738A2; }

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

This div background color is #C738A2.


Border color

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

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

This div border color is #C738A2.


Opacity

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

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

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

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

This text has shadow with #C738A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C738A2 on black background.


Color preview on white background

This text has color #C738A2 on white background.



Black color preview on #C738A2 background

This text has black color on #C738A2 background.


White color preview on #C738A2 background

This text has white color on #C738A2 background.