COLOR #C73AD1

HEX: #C73AD1
RGB: (199,58,209)

Color info

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

RGB color model

#C73AD1 color RGB value is (199,58,209).

  • red value is 199;
  • green value is 58;
  • blue value is 209.
RGB:
(199,58,209)
(78%,23%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 58 of 255 = 23%
B 209 of 255 = 82%

199
58
209

R + G + B ~ 61%. #C73AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 58 + 209 = 466 (100%)
R 199 of 466 ~ 42.7%
G 58 of 466 ~ 12.45%
B 209 of 466 ~ 44.85%

%42.7
%12.45
%44.85

CMYK color model

#C73AD1 color CMYK value is (5,72,0,18).

  • cyan value is 4.78%
  • magenta value is 72.25%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,72,0,18)
C5M72Y0K18 
(5%,72%,0%,18%)
(0.05/0.72/0.00/0.18)	

CMYK percentages

%4.78
%72.25
%0
%18.04

Codes

Color #C73AD1 in popluar color models

C73AD1
RGB19958209
HSL296°62.14%52.35%
HSB/HSV296°72.25%81.96%
CMYK4.78%72.25%0.00%
18.04%

Color #C73AD1 in popluar number systems.

HEXC73AD1
Decimal19958209
Binary1100011111101011010001
Octal30772321

Shades and tints

Shades of #C73AD1

#C73AD1
(199,58,209)
#B535BE
(181,53,190)
#A330AB
(163,48,171)
#912B98
(145,43,152)
#7F2685
(127,38,133)
#6D2172
(109,33,114)
#5B1C5F
(91,28,95)
#49174C
(73,23,76)
#371239
(55,18,57)
#250D26
(37,13,38)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #C73AD1

#C73AD1
(199,58,209)
#CC4BD5
(204,75,213)
#D15CD9
(209,92,217)
#D66DDD
(214,109,221)
#DB7EE1
(219,126,225)
#E08FE5
(224,143,229)
#E5A0E9
(229,160,233)
#EAB1ED
(234,177,237)
#EFC2F1
(239,194,241)
#F4D3F5
(244,211,245)
#F9E4F9
(249,228,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C73AD1 color. Also use rgb(199,58,209) instead hex code.

Text Font Color

.myTextColor { color: #C73AD1; }

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

This text font color is #C73AD1.


Background Color

.myBgColor { background-color: #C73AD1; }

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

This div background color is #C73AD1.


Border color

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

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

This div border color is #C73AD1.


Opacity

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

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

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

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

This text has shadow with #C73AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C73AD1 on black background.


Color preview on white background

This text has color #C73AD1 on white background.



Black color preview on #C73AD1 background

This text has black color on #C73AD1 background.


White color preview on #C73AD1 background

This text has white color on #C73AD1 background.