COLOR #C42DD1

HEX: #C42DD1 RGB: (196,45,209)

Color info

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

RGB color model

#C42DD1 color RGB value is (196,45,209).

RGB: (196,45,209) (77%, 18%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 45 of 255 = 18%
B 209 of 255 = 82%

196
45
209

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

Portions of RGB colors in percentages

R + G + B = 196 + 45 + 209 = 450 (100%)
R 196 of 450 ~ 43.56%
G 45 of 450 ~ 10%
B 209 of 450 ~ 46.44'%

%43.56
%46.44

CMYK color model

#C42DD1 color CMYK value is (6,78,0,18).

  • cyan value is 6.22%
  • magenta value is 78.47%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (6,78,0,18)
C6M78Y0K18 (6%, 78%, 0%, 18%)
(0.06 / 0.78 / 0.00 / 0.18)

CMYK percentages

%6.22
%78.47
%0
%18.04

Codes

Color #C42DD1 in popluar color models

C4 2D D1
RGB 196 45 209
HSL 295° 64.57% 49.80%
HSB/HSV 295° 78.47% 81.96%
CMYK 6.22% 78.47% 0.00%
18.04%

Color #C42DD1 in popluar number systems.

HEX C4 2D D1
Decimal 196 45 209
Binary 11000100 101101 11010001
Octal 304 55 321

Shades and tints

Shades of #C42DD1

#C42DD1
(196,45,209)
#B329BE
(179,41,190)
#A225AB
(162,37,171)
#912198
(145,33,152)
#801D85
(128,29,133)
#6F1972
(111,25,114)
#5E155F
(94,21,95)
#4D114C
(77,17,76)
#3C0D39
(60,13,57)
#2B0926
(43,9,38)
#1A0513
(26,5,19)
#000000
(0,0,0)

Tints of #C42DD1

#C42DD1
(196,45,209)
#C940D5
(201,64,213)
#CE53D9
(206,83,217)
#D366DD
(211,102,221)
#D879E1
(216,121,225)
#DD8CE5
(221,140,229)
#E29FE9
(226,159,233)
#E7B2ED
(231,178,237)
#ECC5F1
(236,197,241)
#F1D8F5
(241,216,245)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C42DD1 color. Also use rgb(196,45,209) instead hex code.

Text Font Color

.myTextColor { color: #C42DD1; }

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

This text font color is #C42DD1.

Background Color

.myBgColor { background-color: #C42DD1; }

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

This div background color is #C42DD1.

Border color

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

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

This div border color is #C42DD1.

Opacity

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

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

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

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

This text has shadow with #C42DD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C42DD1.

Preview

Color preview on black background

This text has color #C42DD1 on black background.


Color preview on white background

This text has color #C42DD1 on white background.


Black color preview on #C42DD1 background

This text has black color on #C42DD1 background.


White color preview on #C42DD1 background

This text has white color on #C42DD1 background.


Related colors

Complementary color

Complementary color for #hex is #3BD22E.


I love getcolorcode.com

Triadic colors

1 #D1C42D and #2DD1C4 with #C42DD1 are triadic colors.

2 #D12DC4 and #2DC4D1 with #C42DD1 are triadic colors.