COLOR #C42BA8

HEX: #C42BA8 RGB: (196,43,168)

Color info

#C42BA8 contains mainly red and blue colors. Web safe color of #C42BA8 is #CC3399 (or #C39).

RGB color model

#C42BA8 color RGB value is (196,43,168).

RGB: (196,43,168) (77%, 17%, 66%)

RGB channels and saturation

R 196 of 255 = 77%
G 43 of 255 = 17%
B 168 of 255 = 66%

196
43
168

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

Portions of RGB colors in percentages

R + G + B = 196 + 43 + 168 = 407 (100%)
R 196 of 407 ~ 48.16%
G 43 of 407 ~ 10.57%
B 168 of 407 ~ 41.28'%

%48.16
%10.57
%41.28

CMYK color model

#C42BA8 color CMYK value is (0,78,14,23).

  • cyan value is 0.00%
  • magenta value is 78.06%
  • yellow value is 14.29%
  • key color value is 23.14%

CMYK: (0,78,14,23)
C0M78Y14K23 (0%, 78%, 14%, 23%)
(0.00 / 0.78 / 0.14 / 0.23)

CMYK percentages

%0
%78.06
%14.29
%23.14

Codes

Color #C42BA8 in popluar color models

C4 2B A8
RGB 196 43 168
HSL 311° 64.02% 46.86%
HSB/HSV 311° 78.06% 76.86%
CMYK 0.00% 78.06% 14.29%
23.14%

Color #C42BA8 in popluar number systems.

HEX C4 2B A8
Decimal 196 43 168
Binary 11000100 101011 10101000
Octal 304 53 250

Shades and tints

Shades of #C42BA8

#C42BA8
(196,43,168)
#B32899
(179,40,153)
#A2258A
(162,37,138)
#91227B
(145,34,123)
#801F6C
(128,31,108)
#6F1C5D
(111,28,93)
#5E194E
(94,25,78)
#4D163F
(77,22,63)
#3C1330
(60,19,48)
#2B1021
(43,16,33)
#1A0D12
(26,13,18)
#000000
(0,0,0)

Tints of #C42BA8

#C42BA8
(196,43,168)
#C93EAF
(201,62,175)
#CE51B6
(206,81,182)
#D364BD
(211,100,189)
#D877C4
(216,119,196)
#DD8ACB
(221,138,203)
#E29DD2
(226,157,210)
#E7B0D9
(231,176,217)
#ECC3E0
(236,195,224)
#F1D6E7
(241,214,231)
#F6E9EE
(246,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C42BA8 color. Also use rgb(196,43,168) instead hex code.

Text Font Color

.myTextColor { color: #C42BA8; }

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

This text font color is #C42BA8.

Background Color

.myBgColor { background-color: #C42BA8; }

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

This div background color is #C42BA8.

Border color

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

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

This div border color is #C42BA8.

Opacity

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

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

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

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

This text has shadow with #C42BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C42BA8.

Preview

Color preview on black background

This text has color #C42BA8 on black background.


Color preview on white background

This text has color #C42BA8 on white background.


Black color preview on #C42BA8 background

This text has black color on #C42BA8 background.


White color preview on #C42BA8 background

This text has white color on #C42BA8 background.


Related colors

Complementary color

Complementary color for #hex is #3BD457.


I love getcolorcode.com

Triadic colors

1 #A8C42B and #2BA8C4 with #C42BA8 are triadic colors.

2 #A82BC4 and #2BC4A8 with #C42BA8 are triadic colors.