COLOR #C61DD1

HEX: #C61DD1
RGB: (198,29,209)

Color info

#C61DD1 contains mainly red and blue colors. Web safe color of #C61DD1 is #CC33CC (or #C3C).

RGB color model

#C61DD1 color RGB value is (198,29,209).

  • red value is 198;
  • green value is 29;
  • blue value is 209.
RGB:
(198,29,209)
(78%,11%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 29 of 255 = 11%
B 209 of 255 = 82%

198
29
209

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

Portions of RGB colors in percentages

R + G + B =
198 + 29 + 209 = 436 (100%)
R 198 of 436 ~ 45.41%
G 29 of 436 ~ 6.65%
B 209 of 436 ~ 47.94%

%45.41
%47.94

CMYK color model

#C61DD1 color CMYK value is (5,86,0,18).

  • cyan value is 5.26%
  • magenta value is 86.12%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,86,0,18)
C5M86Y0K18 
(5%,86%,0%,18%)
(0.05/0.86/0.00/0.18)	

CMYK percentages

%5.26
%86.12
%0
%18.04

Codes

Color #C61DD1 in popluar color models

C61DD1
RGB19829209
HSL296°75.63%46.67%
HSB/HSV296°86.12%81.96%
CMYK5.26%86.12%0.00%
18.04%

Color #C61DD1 in popluar number systems.

HEXC61DD1
Decimal19829209
Binary110001101110111010001
Octal30635321

Shades and tints

Shades of #C61DD1

#C61DD1
(198,29,209)
#B41BBE
(180,27,190)
#A219AB
(162,25,171)
#901798
(144,23,152)
#7E1585
(126,21,133)
#6C1372
(108,19,114)
#5A115F
(90,17,95)
#480F4C
(72,15,76)
#360D39
(54,13,57)
#240B26
(36,11,38)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #C61DD1

#C61DD1
(198,29,209)
#CB31D5
(203,49,213)
#D045D9
(208,69,217)
#D559DD
(213,89,221)
#DA6DE1
(218,109,225)
#DF81E5
(223,129,229)
#E495E9
(228,149,233)
#E9A9ED
(233,169,237)
#EEBDF1
(238,189,241)
#F3D1F5
(243,209,245)
#F8E5F9
(248,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C61DD1 color. Also use rgb(198,29,209) instead hex code.

Text Font Color

.myTextColor { color: #C61DD1; }

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

This text font color is #C61DD1.


Background Color

.myBgColor { background-color: #C61DD1; }

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

This div background color is #C61DD1.


Border color

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

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

This div border color is #C61DD1.


Opacity

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

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

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

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

This text has shadow with #C61DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C61DD1 on black background.


Color preview on white background

This text has color #C61DD1 on white background.



Black color preview on #C61DD1 background

This text has black color on #C61DD1 background.


White color preview on #C61DD1 background

This text has white color on #C61DD1 background.