COLOR #CF71D6

HEX: #CF71D6 RGB: (207,113,214)

Color info

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

RGB color model

#CF71D6 color RGB value is (207,113,214).

RGB: (207,113,214) (81%, 44%, 84%)

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 214 of 255 = 84%

207
113
214

R + G + B ~ 70%. #CF71D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 113 + 214 = 534 (100%)
R 207 of 534 ~ 38.76%
G 113 of 534 ~ 21.16%
B 214 of 534 ~ 40.07'%

%38.76
%21.16
%40.07

CMYK color model

#CF71D6 color CMYK value is (3,47,0,16).

  • cyan value is 3.27%
  • magenta value is 47.20%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (3,47,0,16)
C3M47Y0K16 (3%, 47%, 0%, 16%)
(0.03 / 0.47 / 0.00 / 0.16)

CMYK percentages

%3.27
%47.2
%0
%16.08

Codes

Color #CF71D6 in popluar color models

CF 71 D6
RGB 207 113 214
HSL 296° 55.19% 64.12%
HSB/HSV 296° 47.20% 83.92%
CMYK 3.27% 47.20% 0.00%
16.08%

Color #CF71D6 in popluar number systems.

HEX CF 71 D6
Decimal 207 113 214
Binary 11001111 1110001 11010110
Octal 317 161 326

Shades and tints

Shades of #CF71D6

#CF71D6
(207,113,214)
#BD67C3
(189,103,195)
#AB5DB0
(171,93,176)
#99539D
(153,83,157)
#87498A
(135,73,138)
#753F77
(117,63,119)
#633564
(99,53,100)
#512B51
(81,43,81)
#3F213E
(63,33,62)
#2D172B
(45,23,43)
#1B0D18
(27,13,24)
#000000
(0,0,0)

Tints of #CF71D6

#CF71D6
(207,113,214)
#D37DD9
(211,125,217)
#D789DC
(215,137,220)
#DB95DF
(219,149,223)
#DFA1E2
(223,161,226)
#E3ADE5
(227,173,229)
#E7B9E8
(231,185,232)
#EBC5EB
(235,197,235)
#EFD1EE
(239,209,238)
#F3DDF1
(243,221,241)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF71D6; }

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

This text font color is #CF71D6.

Background Color

.myBgColor { background-color: #CF71D6; }

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

This div background color is #CF71D6.

Border color

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

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

This div border color is #CF71D6.

Opacity

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

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

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

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

This text has shadow with #CF71D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF71D6.

Preview

Color preview on black background

This text has color #CF71D6 on black background.


Color preview on white background

This text has color #CF71D6 on white background.


Black color preview on #CF71D6 background

This text has black color on #CF71D6 background.


White color preview on #CF71D6 background

This text has white color on #CF71D6 background.


Related colors

Complementary color

Complementary color for #hex is #308E29.


I love getcolorcode.com

Triadic colors

1 #D6CF71 and #71D6CF with #CF71D6 are triadic colors.

2 #D671CF and #71CFD6 with #CF71D6 are triadic colors.