COLOR #C50BD6

HEX: #C50BD6
RGB: (197,11,214)

Color info

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

RGB color model

#C50BD6 color RGB value is (197,11,214).

  • red value is 197;
  • green value is 11;
  • blue value is 214.
RGB:
(197,11,214)
(77%,4%,84%)

RGB channels and saturation

R 197 of 255 = 77%
G 11 of 255 = 4%
B 214 of 255 = 84%

197
11
214

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

Portions of RGB colors in percentages

R + G + B =
197 + 11 + 214 = 422 (100%)
R 197 of 422 ~ 46.68%
G 11 of 422 ~ 2.61%
B 214 of 422 ~ 50.71%

%46.68
%50.71

CMYK color model

#C50BD6 color CMYK value is (8,95,0,16).

  • cyan value is 7.94%
  • magenta value is 94.86%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(8,95,0,16)
C8M95Y0K16 
(8%,95%,0%,16%)
(0.08/0.95/0.00/0.16)	

CMYK percentages

%7.94
%94.86
%0
%16.08

Codes

Color #C50BD6 in popluar color models

C50BD6
RGB19711214
HSL295°90.22%44.12%
HSB/HSV295°94.86%83.92%
CMYK7.94%94.86%0.00%
16.08%

Color #C50BD6 in popluar number systems.

HEXC50BD6
Decimal19711214
Binary11000101101111010110
Octal30513326

Shades and tints

Shades of #C50BD6

#C50BD6
(197,11,214)
#B40AC3
(180,10,195)
#A309B0
(163,9,176)
#92089D
(146,8,157)
#81078A
(129,7,138)
#700677
(112,6,119)
#5F0564
(95,5,100)
#4E0451
(78,4,81)
#3D033E
(61,3,62)
#2C022B
(44,2,43)
#1B0118
(27,1,24)
#000000
(0,0,0)

Tints of #C50BD6

#C50BD6
(197,11,214)
#CA21D9
(202,33,217)
#CF37DC
(207,55,220)
#D44DDF
(212,77,223)
#D963E2
(217,99,226)
#DE79E5
(222,121,229)
#E38FE8
(227,143,232)
#E8A5EB
(232,165,235)
#EDBBEE
(237,187,238)
#F2D1F1
(242,209,241)
#F7E7F4
(247,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C50BD6 color. Also use rgb(197,11,214) instead hex code.

Text Font Color

.myTextColor { color: #C50BD6; }

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

This text font color is #C50BD6.


Background Color

.myBgColor { background-color: #C50BD6; }

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

This div background color is #C50BD6.


Border color

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

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

This div border color is #C50BD6.


Opacity

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

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

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

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

This text has shadow with #C50BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C50BD6 on black background.


Color preview on white background

This text has color #C50BD6 on white background.



Black color preview on #C50BD6 background

This text has black color on #C50BD6 background.


White color preview on #C50BD6 background

This text has white color on #C50BD6 background.