COLOR #CF71C5

HEX: #CF71C5
RGB: (207,113,197)

Color info

#CF71C5 contains mainly red and blue colors. Web safe color of #CF71C5 is #CC66CC (or #C6C).

RGB color model

#CF71C5 color RGB value is (207,113,197).

  • red value is 207;
  • green value is 113;
  • blue value is 197.
RGB:
(207,113,197)
(81%,44%,77%)

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 197 of 255 = 77%

207
113
197

R + G + B ~ 67%. #CF71C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 113 + 197 = 517 (100%)
R 207 of 517 ~ 40.04%
G 113 of 517 ~ 21.86%
B 197 of 517 ~ 38.1%

%40.04
%21.86
%38.1

CMYK color model

#CF71C5 color CMYK value is (0,45,5,19).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 4.83%
  • key color value is 18.82%
CMYK:
(0,45,5,19)
C0M45Y5K19 
(0%,45%,5%,19%)
(0.00/0.45/0.05/0.19)	

CMYK percentages

%0
%45.41
%4.83
%18.82

Codes

Color #CF71C5 in popluar color models

CF71C5
RGB207113197
HSL306°49.47%62.75%
HSB/HSV306°45.41%81.18%
CMYK0.00%45.41%4.83%
18.82%

Color #CF71C5 in popluar number systems.

HEXCF71C5
Decimal207113197
Binary11001111111000111000101
Octal317161305

Shades and tints

Shades of #CF71C5

#CF71C5
(207,113,197)
#BD67B4
(189,103,180)
#AB5DA3
(171,93,163)
#995392
(153,83,146)
#874981
(135,73,129)
#753F70
(117,63,112)
#63355F
(99,53,95)
#512B4E
(81,43,78)
#3F213D
(63,33,61)
#2D172C
(45,23,44)
#1B0D1B
(27,13,27)
#000000
(0,0,0)

Tints of #CF71C5

#CF71C5
(207,113,197)
#D37DCA
(211,125,202)
#D789CF
(215,137,207)
#DB95D4
(219,149,212)
#DFA1D9
(223,161,217)
#E3ADDE
(227,173,222)
#E7B9E3
(231,185,227)
#EBC5E8
(235,197,232)
#EFD1ED
(239,209,237)
#F3DDF2
(243,221,242)
#F7E9F7
(247,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF71C5 color. Also use rgb(207,113,197) instead hex code.

Text Font Color

.myTextColor { color: #CF71C5; }

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

This text font color is #CF71C5.


Background Color

.myBgColor { background-color: #CF71C5; }

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

This div background color is #CF71C5.


Border color

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

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

This div border color is #CF71C5.


Opacity

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

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

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

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

This text has shadow with #CF71C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF71C5 on black background.


Color preview on white background

This text has color #CF71C5 on white background.



Black color preview on #CF71C5 background

This text has black color on #CF71C5 background.


White color preview on #CF71C5 background

This text has white color on #CF71C5 background.