COLOR #C772C9

HEX: #C772C9 RGB: (199,114,201)

Color info

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

RGB color model

#C772C9 color RGB value is (199,114,201).

RGB: (199,114,201) (78%, 45%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 114 of 255 = 45%
B 201 of 255 = 79%

199
114
201

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

Portions of RGB colors in percentages

R + G + B = 199 + 114 + 201 = 514 (100%)
R 199 of 514 ~ 38.72%
G 114 of 514 ~ 22.18%
B 201 of 514 ~ 39.11'%

%38.72
%22.18
%39.11

CMYK color model

#C772C9 color CMYK value is (1,43,0,21).

  • cyan value is 1.00%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (1,43,0,21)
C1M43Y0K21 (1%, 43%, 0%, 21%)
(0.01 / 0.43 / 0.00 / 0.21)

CMYK percentages

%1
%43.28
%0
%21.18

Codes

Color #C772C9 in popluar color models

C7 72 C9
RGB 199 114 201
HSL 299° 44.62% 61.76%
HSB/HSV 299° 43.28% 78.82%
CMYK 1.00% 43.28% 0.00%
21.18%

Color #C772C9 in popluar number systems.

HEX C7 72 C9
Decimal 199 114 201
Binary 11000111 1110010 11001001
Octal 307 162 311

Shades and tints

Shades of #C772C9

#C772C9
(199,114,201)
#B568B7
(181,104,183)
#A35EA5
(163,94,165)
#915493
(145,84,147)
#7F4A81
(127,74,129)
#6D406F
(109,64,111)
#5B365D
(91,54,93)
#492C4B
(73,44,75)
#372239
(55,34,57)
#251827
(37,24,39)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #C772C9

#C772C9
(199,114,201)
#CC7ECD
(204,126,205)
#D18AD1
(209,138,209)
#D696D5
(214,150,213)
#DBA2D9
(219,162,217)
#E0AEDD
(224,174,221)
#E5BAE1
(229,186,225)
#EAC6E5
(234,198,229)
#EFD2E9
(239,210,233)
#F4DEED
(244,222,237)
#F9EAF1
(249,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C772C9 color. Also use rgb(199,114,201) instead hex code.

Text Font Color

.myTextColor { color: #C772C9; }

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

This text font color is #C772C9.

Background Color

.myBgColor { background-color: #C772C9; }

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

This div background color is #C772C9.

Border color

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

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

This div border color is #C772C9.

Opacity

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

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

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

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

This text has shadow with #C772C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C772C9.

Preview

Color preview on black background

This text has color #C772C9 on black background.


Color preview on white background

This text has color #C772C9 on white background.


Black color preview on #C772C9 background

This text has black color on #C772C9 background.


White color preview on #C772C9 background

This text has white color on #C772C9 background.


Related colors

Complementary color

Complementary color for #hex is #388D36.


I love getcolorcode.com

Triadic colors

1 #C9C772 and #72C9C7 with #C772C9 are triadic colors.

2 #C972C7 and #72C7C9 with #C772C9 are triadic colors.