COLOR #C71FA4

HEX: #C71FA4
RGB: (199,31,164)

Color info

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

RGB color model

#C71FA4 color RGB value is (199,31,164).

  • red value is 199;
  • green value is 31;
  • blue value is 164.
RGB:
(199,31,164)
(78%,12%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 31 of 255 = 12%
B 164 of 255 = 64%

199
31
164

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

Portions of RGB colors in percentages

R + G + B =
199 + 31 + 164 = 394 (100%)
R 199 of 394 ~ 50.51%
G 31 of 394 ~ 7.87%
B 164 of 394 ~ 41.62%

%50.51
%41.62

CMYK color model

#C71FA4 color CMYK value is (0,84,18,22).

  • cyan value is 0.00%
  • magenta value is 84.42%
  • yellow value is 17.59%
  • key color value is 21.96%
CMYK:
(0,84,18,22)
C0M84Y18K22 
(0%,84%,18%,22%)
(0.00/0.84/0.18/0.22)	

CMYK percentages

%0
%84.42
%17.59
%21.96

Codes

Color #C71FA4 in popluar color models

C71FA4
RGB19931164
HSL313°73.04%45.10%
HSB/HSV313°84.42%78.04%
CMYK0.00%84.42%17.59%
21.96%

Color #C71FA4 in popluar number systems.

HEXC71FA4
Decimal19931164
Binary110001111111110100100
Octal30737244

Shades and tints

Shades of #C71FA4

#C71FA4
(199,31,164)
#B51D96
(181,29,150)
#A31B88
(163,27,136)
#91197A
(145,25,122)
#7F176C
(127,23,108)
#6D155E
(109,21,94)
#5B1350
(91,19,80)
#491142
(73,17,66)
#370F34
(55,15,52)
#250D26
(37,13,38)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #C71FA4

#C71FA4
(199,31,164)
#CC33AC
(204,51,172)
#D147B4
(209,71,180)
#D65BBC
(214,91,188)
#DB6FC4
(219,111,196)
#E083CC
(224,131,204)
#E597D4
(229,151,212)
#EAABDC
(234,171,220)
#EFBFE4
(239,191,228)
#F4D3EC
(244,211,236)
#F9E7F4
(249,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71FA4 color. Also use rgb(199,31,164) instead hex code.

Text Font Color

.myTextColor { color: #C71FA4; }

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

This text font color is #C71FA4.


Background Color

.myBgColor { background-color: #C71FA4; }

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

This div background color is #C71FA4.


Border color

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

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

This div border color is #C71FA4.


Opacity

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

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

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

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

This text has shadow with #C71FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71FA4 on black background.


Color preview on white background

This text has color #C71FA4 on white background.



Black color preview on #C71FA4 background

This text has black color on #C71FA4 background.


White color preview on #C71FA4 background

This text has white color on #C71FA4 background.