COLOR #C72DD9

HEX: #C72DD9
RGB: (199,45,217)

Color info

#C72DD9 contains mainly red and blue colors. Web safe color of #C72DD9 is #CC33CC (or #C3C).

RGB color model

#C72DD9 color RGB value is (199,45,217).

  • red value is 199;
  • green value is 45;
  • blue value is 217.
RGB:
(199,45,217)
(78%,18%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 45 of 255 = 18%
B 217 of 255 = 85%

199
45
217

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

Portions of RGB colors in percentages

R + G + B =
199 + 45 + 217 = 461 (100%)
R 199 of 461 ~ 43.17%
G 45 of 461 ~ 9.76%
B 217 of 461 ~ 47.07%

%43.17
%9.76
%47.07

CMYK color model

#C72DD9 color CMYK value is (8,79,0,15).

  • cyan value is 8.29%
  • magenta value is 79.26%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(8,79,0,15)
C8M79Y0K15 
(8%,79%,0%,15%)
(0.08/0.79/0.00/0.15)	

CMYK percentages

%8.29
%79.26
%0
%14.9

Codes

Color #C72DD9 in popluar color models

C72DD9
RGB19945217
HSL294°69.35%51.37%
HSB/HSV294°79.26%85.10%
CMYK8.29%79.26%0.00%
14.90%

Color #C72DD9 in popluar number systems.

HEXC72DD9
Decimal19945217
Binary1100011110110111011001
Octal30755331

Shades and tints

Shades of #C72DD9

#C72DD9
(199,45,217)
#B529C6
(181,41,198)
#A325B3
(163,37,179)
#9121A0
(145,33,160)
#7F1D8D
(127,29,141)
#6D197A
(109,25,122)
#5B1567
(91,21,103)
#491154
(73,17,84)
#370D41
(55,13,65)
#25092E
(37,9,46)
#13051B
(19,5,27)
#000000
(0,0,0)

Tints of #C72DD9

#C72DD9
(199,45,217)
#CC40DC
(204,64,220)
#D153DF
(209,83,223)
#D666E2
(214,102,226)
#DB79E5
(219,121,229)
#E08CE8
(224,140,232)
#E59FEB
(229,159,235)
#EAB2EE
(234,178,238)
#EFC5F1
(239,197,241)
#F4D8F4
(244,216,244)
#F9EBF7
(249,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72DD9 color. Also use rgb(199,45,217) instead hex code.

Text Font Color

.myTextColor { color: #C72DD9; }

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

This text font color is #C72DD9.


Background Color

.myBgColor { background-color: #C72DD9; }

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

This div background color is #C72DD9.


Border color

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

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

This div border color is #C72DD9.


Opacity

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

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

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

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

This text has shadow with #C72DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C72DD9 on black background.


Color preview on white background

This text has color #C72DD9 on white background.



Black color preview on #C72DD9 background

This text has black color on #C72DD9 background.


White color preview on #C72DD9 background

This text has white color on #C72DD9 background.