COLOR #C616C3

HEX: #C616C3
RGB: (198,22,195)

Color info

#C616C3 contains mainly red and blue colors. Web safe color of #C616C3 is #CC00CC (or #C0C).

RGB color model

#C616C3 color RGB value is (198,22,195).

  • red value is 198;
  • green value is 22;
  • blue value is 195.
RGB:
(198,22,195)
(78%,9%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 22 of 255 = 9%
B 195 of 255 = 76%

198
22
195

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

Portions of RGB colors in percentages

R + G + B =
198 + 22 + 195 = 415 (100%)
R 198 of 415 ~ 47.71%
G 22 of 415 ~ 5.3%
B 195 of 415 ~ 46.99%

%47.71
%46.99

CMYK color model

#C616C3 color CMYK value is (0,89,2,22).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 1.52%
  • key color value is 22.35%
CMYK:
(0,89,2,22)
C0M89Y2K22 
(0%,89%,2%,22%)
(0.00/0.89/0.02/0.22)	

CMYK percentages

%0
%88.89
%1.52
%22.35

Codes

Color #C616C3 in popluar color models

C616C3
RGB19822195
HSL301°80.00%43.14%
HSB/HSV301°88.89%77.65%
CMYK0.00%88.89%1.52%
22.35%

Color #C616C3 in popluar number systems.

HEXC616C3
Decimal19822195
Binary110001101011011000011
Octal30626303

Shades and tints

Shades of #C616C3

#C616C3
(198,22,195)
#B414B2
(180,20,178)
#A212A1
(162,18,161)
#901090
(144,16,144)
#7E0E7F
(126,14,127)
#6C0C6E
(108,12,110)
#5A0A5D
(90,10,93)
#48084C
(72,8,76)
#36063B
(54,6,59)
#24042A
(36,4,42)
#120219
(18,2,25)
#000000
(0,0,0)

Tints of #C616C3

#C616C3
(198,22,195)
#CB2BC8
(203,43,200)
#D040CD
(208,64,205)
#D555D2
(213,85,210)
#DA6AD7
(218,106,215)
#DF7FDC
(223,127,220)
#E494E1
(228,148,225)
#E9A9E6
(233,169,230)
#EEBEEB
(238,190,235)
#F3D3F0
(243,211,240)
#F8E8F5
(248,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C616C3 color. Also use rgb(198,22,195) instead hex code.

Text Font Color

.myTextColor { color: #C616C3; }

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

This text font color is #C616C3.


Background Color

.myBgColor { background-color: #C616C3; }

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

This div background color is #C616C3.


Border color

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

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

This div border color is #C616C3.


Opacity

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

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

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

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

This text has shadow with #C616C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C616C3 on black background.


Color preview on white background

This text has color #C616C3 on white background.



Black color preview on #C616C3 background

This text has black color on #C616C3 background.


White color preview on #C616C3 background

This text has white color on #C616C3 background.