COLOR #C6219C

HEX: #C6219C
RGB: (198,33,156)

Color info

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

RGB color model

#C6219C color RGB value is (198,33,156).

  • red value is 198;
  • green value is 33;
  • blue value is 156.
RGB:
(198,33,156)
(78%,13%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 33 of 255 = 13%
B 156 of 255 = 61%

198
33
156

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

Portions of RGB colors in percentages

R + G + B =
198 + 33 + 156 = 387 (100%)
R 198 of 387 ~ 51.16%
G 33 of 387 ~ 8.53%
B 156 of 387 ~ 40.31%

%51.16
%40.31

CMYK color model

#C6219C color CMYK value is (0,83,21,22).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(0,83,21,22)
C0M83Y21K22 
(0%,83%,21%,22%)
(0.00/0.83/0.21/0.22)	

CMYK percentages

%0
%83.33
%21.21
%22.35

Codes

Color #C6219C in popluar color models

C6219C
RGB19833156
HSL315°71.43%45.29%
HSB/HSV315°83.33%77.65%
CMYK0.00%83.33%21.21%
22.35%

Color #C6219C in popluar number systems.

HEXC6219C
Decimal19833156
Binary1100011010000110011100
Octal30641234

Shades and tints

Shades of #C6219C

#C6219C
(198,33,156)
#B41E8E
(180,30,142)
#A21B80
(162,27,128)
#901872
(144,24,114)
#7E1564
(126,21,100)
#6C1256
(108,18,86)
#5A0F48
(90,15,72)
#480C3A
(72,12,58)
#36092C
(54,9,44)
#24061E
(36,6,30)
#120310
(18,3,16)
#000000
(0,0,0)

Tints of #C6219C

#C6219C
(198,33,156)
#CB35A5
(203,53,165)
#D049AE
(208,73,174)
#D55DB7
(213,93,183)
#DA71C0
(218,113,192)
#DF85C9
(223,133,201)
#E499D2
(228,153,210)
#E9ADDB
(233,173,219)
#EEC1E4
(238,193,228)
#F3D5ED
(243,213,237)
#F8E9F6
(248,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6219C; }

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

This text font color is #C6219C.


Background Color

.myBgColor { background-color: #C6219C; }

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

This div background color is #C6219C.


Border color

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

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

This div border color is #C6219C.


Opacity

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

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

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

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

This text has shadow with #C6219C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6219C on black background.


Color preview on white background

This text has color #C6219C on white background.



Black color preview on #C6219C background

This text has black color on #C6219C background.


White color preview on #C6219C background

This text has white color on #C6219C background.