COLOR #C050B5

HEX: #C050B5 RGB: (192,80,181)

Color info

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

RGB color model

#C050B5 color RGB value is (192,80,181).

RGB: (192,80,181) (75%, 31%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 80 of 255 = 31%
B 181 of 255 = 71%

192
80
181

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

Portions of RGB colors in percentages

R + G + B = 192 + 80 + 181 = 453 (100%)
R 192 of 453 ~ 42.38%
G 80 of 453 ~ 17.66%
B 181 of 453 ~ 39.96'%

%42.38
%17.66
%39.96

CMYK color model

#C050B5 color CMYK value is (0,58,6,25).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 5.73%
  • key color value is 24.71%

CMYK: (0,58,6,25)
C0M58Y6K25 (0%, 58%, 6%, 25%)
(0.00 / 0.58 / 0.06 / 0.25)

CMYK percentages

%0
%58.33
%5.73
%24.71

Codes

Color #C050B5 in popluar color models

C0 50 B5
RGB 192 80 181
HSL 306° 47.06% 53.33%
HSB/HSV 306° 58.33% 75.29%
CMYK 0.00% 58.33% 5.73%
24.71%

Color #C050B5 in popluar number systems.

HEX C0 50 B5
Decimal 192 80 181
Binary 11000000 1010000 10110101
Octal 300 120 265

Shades and tints

Shades of #C050B5

#C050B5
(192,80,181)
#AF49A5
(175,73,165)
#9E4295
(158,66,149)
#8D3B85
(141,59,133)
#7C3475
(124,52,117)
#6B2D65
(107,45,101)
#5A2655
(90,38,85)
#491F45
(73,31,69)
#381835
(56,24,53)
#271125
(39,17,37)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #C050B5

#C050B5
(192,80,181)
#C55FBB
(197,95,187)
#CA6EC1
(202,110,193)
#CF7DC7
(207,125,199)
#D48CCD
(212,140,205)
#D99BD3
(217,155,211)
#DEAAD9
(222,170,217)
#E3B9DF
(227,185,223)
#E8C8E5
(232,200,229)
#EDD7EB
(237,215,235)
#F2E6F1
(242,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C050B5 color. Also use rgb(192,80,181) instead hex code.

Text Font Color

.myTextColor { color: #C050B5; }

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

This text font color is #C050B5.

Background Color

.myBgColor { background-color: #C050B5; }

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

This div background color is #C050B5.

Border color

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

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

This div border color is #C050B5.

Opacity

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

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

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

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

This text has shadow with #C050B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C050B5.

Preview

Color preview on black background

This text has color #C050B5 on black background.


Color preview on white background

This text has color #C050B5 on white background.


Black color preview on #C050B5 background

This text has black color on #C050B5 background.


White color preview on #C050B5 background

This text has white color on #C050B5 background.


Related colors

Complementary color

Complementary color for #hex is #3FAF4A.


I love getcolorcode.com

Triadic colors

1 #B5C050 and #50B5C0 with #C050B5 are triadic colors.

2 #B550C0 and #50C0B5 with #C050B5 are triadic colors.