COLOR #C513B4

HEX: #C513B4 RGB: (197,19,180)

Color info

#C513B4 contains mainly red and blue colors. Web safe color of #C513B4 is #CC00CC (or #C0C).

RGB color model

#C513B4 color RGB value is (197,19,180).

RGB: (197,19,180) (77%, 7%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 19 of 255 = 7%
B 180 of 255 = 71%

197
19
180

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

Portions of RGB colors in percentages

R + G + B = 197 + 19 + 180 = 396 (100%)
R 197 of 396 ~ 49.75%
G 19 of 396 ~ 4.8%
B 180 of 396 ~ 45.45'%

%49.75
%45.45

CMYK color model

#C513B4 color CMYK value is (0,90,9,23).

  • cyan value is 0.00%
  • magenta value is 90.36%
  • yellow value is 8.63%
  • key color value is 22.75%

CMYK: (0,90,9,23)
C0M90Y9K23 (0%, 90%, 9%, 23%)
(0.00 / 0.90 / 0.09 / 0.23)

CMYK percentages

%0
%90.36
%8.63
%22.75

Codes

Color #C513B4 in popluar color models

C5 13 B4
RGB 197 19 180
HSL 306° 82.41% 42.35%
HSB/HSV 306° 90.36% 77.25%
CMYK 0.00% 90.36% 8.63%
22.75%

Color #C513B4 in popluar number systems.

HEX C5 13 B4
Decimal 197 19 180
Binary 11000101 10011 10110100
Octal 305 23 264

Shades and tints

Shades of #C513B4

#C513B4
(197,19,180)
#B412A4
(180,18,164)
#A31194
(163,17,148)
#921084
(146,16,132)
#810F74
(129,15,116)
#700E64
(112,14,100)
#5F0D54
(95,13,84)
#4E0C44
(78,12,68)
#3D0B34
(61,11,52)
#2C0A24
(44,10,36)
#1B0914
(27,9,20)
#000000
(0,0,0)

Tints of #C513B4

#C513B4
(197,19,180)
#CA28BA
(202,40,186)
#CF3DC0
(207,61,192)
#D452C6
(212,82,198)
#D967CC
(217,103,204)
#DE7CD2
(222,124,210)
#E391D8
(227,145,216)
#E8A6DE
(232,166,222)
#EDBBE4
(237,187,228)
#F2D0EA
(242,208,234)
#F7E5F0
(247,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C513B4 color. Also use rgb(197,19,180) instead hex code.

Text Font Color

.myTextColor { color: #C513B4; }

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

This text font color is #C513B4.

Background Color

.myBgColor { background-color: #C513B4; }

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

This div background color is #C513B4.

Border color

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

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

This div border color is #C513B4.

Opacity

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

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

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

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

This text has shadow with #C513B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C513B4.

Preview

Color preview on black background

This text has color #C513B4 on black background.


Color preview on white background

This text has color #C513B4 on white background.


Black color preview on #C513B4 background

This text has black color on #C513B4 background.


White color preview on #C513B4 background

This text has white color on #C513B4 background.


Related colors

Complementary color

Complementary color for #hex is #3AEC4B.


I love getcolorcode.com

Triadic colors

1 #B4C513 and #13B4C5 with #C513B4 are triadic colors.

2 #B413C5 and #13C5B4 with #C513B4 are triadic colors.