COLOR #C251D9

HEX: #C251D9 RGB: (194,81,217)

Color info

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

RGB color model

#C251D9 color RGB value is (194,81,217).

RGB: (194,81,217) (76%, 32%, 85%)

RGB channels and saturation

R 194 of 255 = 76%
G 81 of 255 = 32%
B 217 of 255 = 85%

194
81
217

R + G + B ~ 64%. #C251D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 81 + 217 = 492 (100%)
R 194 of 492 ~ 39.43%
G 81 of 492 ~ 16.46%
B 217 of 492 ~ 44.11'%

%39.43
%16.46
%44.11

CMYK color model

#C251D9 color CMYK value is (11,63,0,15).

  • cyan value is 10.60%
  • magenta value is 62.67%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (11,63,0,15) C11M63Y0K15 (11%,63%,0%,15%) (0.11/0.63/0.00/0.15) 

CMYK percentages

%10.6
%62.67
%0
%14.9

Codes

Color #C251D9 in popluar color models

C2 51 D9
RGB 194 81 217
HSL 290° 64.15% 58.43%
HSB/HSV 290° 62.67% 85.10%
CMYK 10.60% 62.67% 0.00%
14.90%

Color #C251D9 in popluar number systems.

HEX C2 51 D9
Decimal 194 81 217
Binary 11000010 1010001 11011001
Octal 302 121 331

Shades and tints

Shades of #C251D9

#C251D9
(194,81,217)
#B14AC6
(177,74,198)
#A043B3
(160,67,179)
#8F3CA0
(143,60,160)
#7E358D
(126,53,141)
#6D2E7A
(109,46,122)
#5C2767
(92,39,103)
#4B2054
(75,32,84)
#3A1941
(58,25,65)
#29122E
(41,18,46)
#180B1B
(24,11,27)
#000000
(0,0,0)

Tints of #C251D9

#C251D9
(194,81,217)
#C760DC
(199,96,220)
#CC6FDF
(204,111,223)
#D17EE2
(209,126,226)
#D68DE5
(214,141,229)
#DB9CE8
(219,156,232)
#E0ABEB
(224,171,235)
#E5BAEE
(229,186,238)
#EAC9F1
(234,201,241)
#EFD8F4
(239,216,244)
#F4E7F7
(244,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C251D9; }

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

This text font color is #C251D9.

Background Color

.myBgColor { background-color: #C251D9; }

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

This div background color is #C251D9.

Border color

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

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

This div border color is #C251D9.

Opacity

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

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

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

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

This text has shadow with #C251D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C251D9.

Preview

Color preview on black background

This text has color #C251D9 on black background.


Color preview on white background

This text has color #C251D9 on white background.


Black color preview on #C251D9 background

This text has black color on #C251D9 background.


White color preview on #C251D9 background

This text has white color on #C251D9 background.


Related colors

Complementary color

Complementary color for #hex is #3DAE26.


I love getcolorcode.com

Triadic colors

1 #D9C251 and #51D9C2 with #C251D9 are triadic colors.

2 #D951C2 and #51C2D9 with #C251D9 are triadic colors.