COLOR #C061B2

HEX: #C061B2 RGB: (192,97,178)

Color info

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

RGB color model

#C061B2 color RGB value is (192,97,178).

RGB: (192,97,178) (75%, 38%, 70%)

RGB channels and saturation

R 192 of 255 = 75%
G 97 of 255 = 38%
B 178 of 255 = 70%

192
97
178

R + G + B ~ 61%. #C061B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 97 + 178 = 467 (100%)
R 192 of 467 ~ 41.11%
G 97 of 467 ~ 20.77%
B 178 of 467 ~ 38.12'%

%41.11
%20.77
%38.12

CMYK color model

#C061B2 color CMYK value is (0,49,7,25).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 7.29%
  • key color value is 24.71%
CMYK: (0,49,7,25) C0M49Y7K25 (0%,49%,7%,25%) (0.00/0.49/0.07/0.25) 

CMYK percentages

%0
%49.48
%7.29
%24.71

Codes

Color #C061B2 in popluar color models

C0 61 B2
RGB 192 97 178
HSL 309° 42.99% 56.67%
HSB/HSV 309° 49.48% 75.29%
CMYK 0.00% 49.48% 7.29%
24.71%

Color #C061B2 in popluar number systems.

HEX C0 61 B2
Decimal 192 97 178
Binary 11000000 1100001 10110010
Octal 300 141 262

Shades and tints

Shades of #C061B2

#C061B2
(192,97,178)
#AF59A2
(175,89,162)
#9E5192
(158,81,146)
#8D4982
(141,73,130)
#7C4172
(124,65,114)
#6B3962
(107,57,98)
#5A3152
(90,49,82)
#492942
(73,41,66)
#382132
(56,33,50)
#271922
(39,25,34)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #C061B2

#C061B2
(192,97,178)
#C56FB9
(197,111,185)
#CA7DC0
(202,125,192)
#CF8BC7
(207,139,199)
#D499CE
(212,153,206)
#D9A7D5
(217,167,213)
#DEB5DC
(222,181,220)
#E3C3E3
(227,195,227)
#E8D1EA
(232,209,234)
#EDDFF1
(237,223,241)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C061B2 color. Also use rgb(192,97,178) instead hex code.

Text Font Color

.myTextColor { color: #C061B2; }

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

This text font color is #C061B2.

Background Color

.myBgColor { background-color: #C061B2; }

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

This div background color is #C061B2.

Border color

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

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

This div border color is #C061B2.

Opacity

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

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

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

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

This text has shadow with #C061B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C061B2.

Preview

Color preview on black background

This text has color #C061B2 on black background.


Color preview on white background

This text has color #C061B2 on white background.


Black color preview on #C061B2 background

This text has black color on #C061B2 background.


White color preview on #C061B2 background

This text has white color on #C061B2 background.


Related colors

Complementary color

Complementary color for #hex is #3F9E4D.


I love getcolorcode.com

Triadic colors

1 #B2C061 and #61B2C0 with #C061B2 are triadic colors.

2 #B261C0 and #61C0B2 with #C061B2 are triadic colors.