COLOR #C251AC

HEX: #C251AC RGB: (194,81,172)

Color info

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

RGB color model

#C251AC color RGB value is (194,81,172).

RGB: (194,81,172) (76%, 32%, 67%)

RGB channels and saturation

R 194 of 255 = 76%
G 81 of 255 = 32%
B 172 of 255 = 67%

194
81
172

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

Portions of RGB colors in percentages

R + G + B = 194 + 81 + 172 = 447 (100%)
R 194 of 447 ~ 43.4%
G 81 of 447 ~ 18.12%
B 172 of 447 ~ 38.48'%

%43.4
%18.12
%38.48

CMYK color model

#C251AC color CMYK value is (0,58,11,24).

  • cyan value is 0.00%
  • magenta value is 58.25%
  • yellow value is 11.34%
  • key color value is 23.92%

CMYK: (0,58,11,24)
C0M58Y11K24 (0%, 58%, 11%, 24%)
(0.00 / 0.58 / 0.11 / 0.24)

CMYK percentages

%0
%58.25
%11.34
%23.92

Codes

Color #C251AC in popluar color models

C2 51 AC
RGB 194 81 172
HSL 312° 48.09% 53.92%
HSB/HSV 312° 58.25% 76.08%
CMYK 0.00% 58.25% 11.34%
23.92%

Color #C251AC in popluar number systems.

HEX C2 51 AC
Decimal 194 81 172
Binary 11000010 1010001 10101100
Octal 302 121 254

Shades and tints

Shades of #C251AC

#C251AC
(194,81,172)
#B14A9D
(177,74,157)
#A0438E
(160,67,142)
#8F3C7F
(143,60,127)
#7E3570
(126,53,112)
#6D2E61
(109,46,97)
#5C2752
(92,39,82)
#4B2043
(75,32,67)
#3A1934
(58,25,52)
#291225
(41,18,37)
#180B16
(24,11,22)
#000000
(0,0,0)

Tints of #C251AC

#C251AC
(194,81,172)
#C760B3
(199,96,179)
#CC6FBA
(204,111,186)
#D17EC1
(209,126,193)
#D68DC8
(214,141,200)
#DB9CCF
(219,156,207)
#E0ABD6
(224,171,214)
#E5BADD
(229,186,221)
#EAC9E4
(234,201,228)
#EFD8EB
(239,216,235)
#F4E7F2
(244,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C251AC color. Also use rgb(194,81,172) instead hex code.

Text Font Color

.myTextColor { color: #C251AC; }

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

This text font color is #C251AC.

Background Color

.myBgColor { background-color: #C251AC; }

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

This div background color is #C251AC.

Border color

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

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

This div border color is #C251AC.

Opacity

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

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

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

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

This text has shadow with #C251AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C251AC.

Preview

Color preview on black background

This text has color #C251AC on black background.


Color preview on white background

This text has color #C251AC on white background.


Black color preview on #C251AC background

This text has black color on #C251AC background.


White color preview on #C251AC background

This text has white color on #C251AC background.


Related colors

Complementary color

Complementary color for #hex is #3DAE53.


I love getcolorcode.com

Triadic colors

1 #ACC251 and #51ACC2 with #C251AC are triadic colors.

2 #AC51C2 and #51C2AC with #C251AC are triadic colors.