COLOR #C852A2

HEX: #C852A2 RGB: (200,82,162)

Color info

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

RGB color model

#C852A2 color RGB value is (200,82,162).

RGB: (200,82,162) (78%, 32%, 64%)

RGB channels and saturation

R 200 of 255 = 78%
G 82 of 255 = 32%
B 162 of 255 = 64%

200
82
162

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

Portions of RGB colors in percentages

R + G + B = 200 + 82 + 162 = 444 (100%)
R 200 of 444 ~ 45.05%
G 82 of 444 ~ 18.47%
B 162 of 444 ~ 36.49'%

%45.05
%18.47
%36.49

CMYK color model

#C852A2 color CMYK value is (0,59,19,22).

  • cyan value is 0.00%
  • magenta value is 59.00%
  • yellow value is 19.00%
  • key color value is 21.57%

CMYK: (0,59,19,22)
C0M59Y19K22 (0%, 59%, 19%, 22%)
(0.00 / 0.59 / 0.19 / 0.22)

CMYK percentages

%0
%59
%19
%21.57

Codes

Color #C852A2 in popluar color models

C8 52 A2
RGB 200 82 162
HSL 319° 51.75% 55.29%
HSB/HSV 319° 59.00% 78.43%
CMYK 0.00% 59.00% 19.00%
21.57%

Color #C852A2 in popluar number systems.

HEX C8 52 A2
Decimal 200 82 162
Binary 11001000 1010010 10100010
Octal 310 122 242

Shades and tints

Shades of #C852A2

#C852A2
(200,82,162)
#B64B94
(182,75,148)
#A44486
(164,68,134)
#923D78
(146,61,120)
#80366A
(128,54,106)
#6E2F5C
(110,47,92)
#5C284E
(92,40,78)
#4A2140
(74,33,64)
#381A32
(56,26,50)
#261324
(38,19,36)
#140C16
(20,12,22)
#000000
(0,0,0)

Tints of #C852A2

#C852A2
(200,82,162)
#CD61AA
(205,97,170)
#D270B2
(210,112,178)
#D77FBA
(215,127,186)
#DC8EC2
(220,142,194)
#E19DCA
(225,157,202)
#E6ACD2
(230,172,210)
#EBBBDA
(235,187,218)
#F0CAE2
(240,202,226)
#F5D9EA
(245,217,234)
#FAE8F2
(250,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C852A2 color. Also use rgb(200,82,162) instead hex code.

Text Font Color

.myTextColor { color: #C852A2; }

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

This text font color is #C852A2.

Background Color

.myBgColor { background-color: #C852A2; }

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

This div background color is #C852A2.

Border color

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

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

This div border color is #C852A2.

Opacity

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

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

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

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

This text has shadow with #C852A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C852A2.

Preview

Color preview on black background

This text has color #C852A2 on black background.


Color preview on white background

This text has color #C852A2 on white background.


Black color preview on #C852A2 background

This text has black color on #C852A2 background.


White color preview on #C852A2 background

This text has white color on #C852A2 background.


Related colors

Complementary color

Complementary color for #hex is #37AD5D.


I love getcolorcode.com

Triadic colors

1 #A2C852 and #52A2C8 with #C852A2 are triadic colors.

2 #A252C8 and #52C8A2 with #C852A2 are triadic colors.