COLOR #CF72B1

HEX: #CF72B1
RGB: (207,114,177)

Color info

#CF72B1 contains mainly red and blue colors. Web safe color of #CF72B1 is #CC6699 (or #C69).

RGB color model

#CF72B1 color RGB value is (207,114,177).

  • red value is 207;
  • green value is 114;
  • blue value is 177.
RGB:
(207,114,177)
(81%,45%,69%)

RGB channels and saturation

R 207 of 255 = 81%
G 114 of 255 = 45%
B 177 of 255 = 69%

207
114
177

R + G + B ~ 65%. #CF72B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 114 + 177 = 498 (100%)
R 207 of 498 ~ 41.57%
G 114 of 498 ~ 22.89%
B 177 of 498 ~ 35.54%

%41.57
%22.89
%35.54

CMYK color model

#CF72B1 color CMYK value is (0,45,14,19).

  • cyan value is 0.00%
  • magenta value is 44.93%
  • yellow value is 14.49%
  • key color value is 18.82%
CMYK:
(0,45,14,19)
C0M45Y14K19 
(0%,45%,14%,19%)
(0.00/0.45/0.14/0.19)	

CMYK percentages

%0
%44.93
%14.49
%18.82

Codes

Color #CF72B1 in popluar color models

CF72B1
RGB207114177
HSL319°49.21%62.94%
HSB/HSV319°44.93%81.18%
CMYK0.00%44.93%14.49%
18.82%

Color #CF72B1 in popluar number systems.

HEXCF72B1
Decimal207114177
Binary11001111111001010110001
Octal317162261

Shades and tints

Shades of #CF72B1

#CF72B1
(207,114,177)
#BD68A1
(189,104,161)
#AB5E91
(171,94,145)
#995481
(153,84,129)
#874A71
(135,74,113)
#754061
(117,64,97)
#633651
(99,54,81)
#512C41
(81,44,65)
#3F2231
(63,34,49)
#2D1821
(45,24,33)
#1B0E11
(27,14,17)
#000000
(0,0,0)

Tints of #CF72B1

#CF72B1
(207,114,177)
#D37EB8
(211,126,184)
#D78ABF
(215,138,191)
#DB96C6
(219,150,198)
#DFA2CD
(223,162,205)
#E3AED4
(227,174,212)
#E7BADB
(231,186,219)
#EBC6E2
(235,198,226)
#EFD2E9
(239,210,233)
#F3DEF0
(243,222,240)
#F7EAF7
(247,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF72B1 color. Also use rgb(207,114,177) instead hex code.

Text Font Color

.myTextColor { color: #CF72B1; }

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

This text font color is #CF72B1.


Background Color

.myBgColor { background-color: #CF72B1; }

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

This div background color is #CF72B1.


Border color

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

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

This div border color is #CF72B1.


Opacity

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

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

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

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

This text has shadow with #CF72B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF72B1 on black background.


Color preview on white background

This text has color #CF72B1 on white background.



Black color preview on #CF72B1 background

This text has black color on #CF72B1 background.


White color preview on #CF72B1 background

This text has white color on #CF72B1 background.