COLOR #C2425D

HEX: #C2425D RGB: (194,66,93)

Color info

#C2425D contains mainly red color. Web safe color of #C2425D is #CC3366 (or #C36).

RGB color model

#C2425D color RGB value is (194,66,93).

RGB: (194,66,93) (76%, 26%, 36%)

RGB channels and saturation

R 194 of 255 = 76%
G 66 of 255 = 26%
B 93 of 255 = 36%

194
66
93

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

Portions of RGB colors in percentages

R + G + B = 194 + 66 + 93 = 353 (100%)
R 194 of 353 ~ 54.96%
G 66 of 353 ~ 18.7%
B 93 of 353 ~ 26.35'%

%54.96
%18.7
%26.35

CMYK color model

#C2425D color CMYK value is (0,66,52,24).

  • cyan value is 0.00%
  • magenta value is 65.98%
  • yellow value is 52.06%
  • key color value is 23.92%

CMYK: (0,66,52,24)
C0M66Y52K24 (0%, 66%, 52%, 24%)
(0.00 / 0.66 / 0.52 / 0.24)

CMYK percentages

%0
%65.98
%52.06
%23.92

Codes

Color #C2425D in popluar color models

C2 42 5D
RGB 194 66 93
HSL 347° 51.20% 50.98%
HSB/HSV 347° 65.98% 76.08%
CMYK 0.00% 65.98% 52.06%
23.92%

Color #C2425D in popluar number systems.

HEX C2 42 5D
Decimal 194 66 93
Binary 11000010 1000010 1011101
Octal 302 102 135

Shades and tints

Shades of #C2425D

#C2425D
(194,66,93)
#B13C55
(177,60,85)
#A0364D
(160,54,77)
#8F3045
(143,48,69)
#7E2A3D
(126,42,61)
#6D2435
(109,36,53)
#5C1E2D
(92,30,45)
#4B1825
(75,24,37)
#3A121D
(58,18,29)
#290C15
(41,12,21)
#18060D
(24,6,13)
#000000
(0,0,0)

Tints of #C2425D

#C2425D
(194,66,93)
#C7536B
(199,83,107)
#CC6479
(204,100,121)
#D17587
(209,117,135)
#D68695
(214,134,149)
#DB97A3
(219,151,163)
#E0A8B1
(224,168,177)
#E5B9BF
(229,185,191)
#EACACD
(234,202,205)
#EFDBDB
(239,219,219)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2425D color. Also use rgb(194,66,93) instead hex code.

Text Font Color

.myTextColor { color: #C2425D; }

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

This text font color is #C2425D.

Background Color

.myBgColor { background-color: #C2425D; }

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

This div background color is #C2425D.

Border color

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

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

This div border color is #C2425D.

Opacity

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

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

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

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

This text has shadow with #C2425D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2425D.

Preview

Color preview on black background

This text has color #C2425D on black background.


Color preview on white background

This text has color #C2425D on white background.


Black color preview on #C2425D background

This text has black color on #C2425D background.


White color preview on #C2425D background

This text has white color on #C2425D background.


Related colors

Complementary color

Complementary color for #hex is #3DBDA2.


I love getcolorcode.com

Triadic colors

1 #5DC242 and #425DC2 with #C2425D are triadic colors.

2 #5D42C2 and #42C25D with #C2425D are triadic colors.