COLOR #C6419C

HEX: #C6419C RGB: (198,65,156)

Color info

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

RGB color model

#C6419C color RGB value is (198,65,156).

RGB: (198,65,156) (78%, 25%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 65 of 255 = 25%
B 156 of 255 = 61%

198
65
156

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

Portions of RGB colors in percentages

R + G + B = 198 + 65 + 156 = 419 (100%)
R 198 of 419 ~ 47.26%
G 65 of 419 ~ 15.51%
B 156 of 419 ~ 37.23'%

%47.26
%15.51
%37.23

CMYK color model

#C6419C color CMYK value is (0,67,21,22).

  • cyan value is 0.00%
  • magenta value is 67.17%
  • yellow value is 21.21%
  • key color value is 22.35%

CMYK: (0,67,21,22)
C0M67Y21K22 (0%, 67%, 21%, 22%)
(0.00 / 0.67 / 0.21 / 0.22)

CMYK percentages

%0
%67.17
%21.21
%22.35

Codes

Color #C6419C in popluar color models

C6 41 9C
RGB 198 65 156
HSL 319° 53.85% 51.57%
HSB/HSV 319° 67.17% 77.65%
CMYK 0.00% 67.17% 21.21%
22.35%

Color #C6419C in popluar number systems.

HEX C6 41 9C
Decimal 198 65 156
Binary 11000110 1000001 10011100
Octal 306 101 234

Shades and tints

Shades of #C6419C

#C6419C
(198,65,156)
#B43C8E
(180,60,142)
#A23780
(162,55,128)
#903272
(144,50,114)
#7E2D64
(126,45,100)
#6C2856
(108,40,86)
#5A2348
(90,35,72)
#481E3A
(72,30,58)
#36192C
(54,25,44)
#24141E
(36,20,30)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C6419C

#C6419C
(198,65,156)
#CB52A5
(203,82,165)
#D063AE
(208,99,174)
#D574B7
(213,116,183)
#DA85C0
(218,133,192)
#DF96C9
(223,150,201)
#E4A7D2
(228,167,210)
#E9B8DB
(233,184,219)
#EEC9E4
(238,201,228)
#F3DAED
(243,218,237)
#F8EBF6
(248,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6419C color. Also use rgb(198,65,156) instead hex code.

Text Font Color

.myTextColor { color: #C6419C; }

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

This text font color is #C6419C.

Background Color

.myBgColor { background-color: #C6419C; }

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

This div background color is #C6419C.

Border color

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

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

This div border color is #C6419C.

Opacity

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

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

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

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

This text has shadow with #C6419C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6419C.

Preview

Color preview on black background

This text has color #C6419C on black background.


Color preview on white background

This text has color #C6419C on white background.


Black color preview on #C6419C background

This text has black color on #C6419C background.


White color preview on #C6419C background

This text has white color on #C6419C background.


Related colors

Complementary color

Complementary color for #hex is #39BE63.


I love getcolorcode.com

Triadic colors

1 #9CC641 and #419CC6 with #C6419C are triadic colors.

2 #9C41C6 and #41C69C with #C6419C are triadic colors.