COLOR #C04D7D

HEX: #C04D7D
RGB: (192,77,125)

Color info

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

RGB color model

#C04D7D color RGB value is (192,77,125).

  • red value is 192;
  • green value is 77;
  • blue value is 125.
RGB:
(192,77,125)
(75%,30%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 77 of 255 = 30%
B 125 of 255 = 49%

192
77
125

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

Portions of RGB colors in percentages

R + G + B =
192 + 77 + 125 = 394 (100%)
R 192 of 394 ~ 48.73%
G 77 of 394 ~ 19.54%
B 125 of 394 ~ 31.73%

%48.73
%19.54
%31.73

CMYK color model

#C04D7D color CMYK value is (0,60,35,25).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(0,60,35,25)
C0M60Y35K25 
(0%,60%,35%,25%)
(0.00/0.60/0.35/0.25)	

CMYK percentages

%0
%59.9
%34.9
%24.71

Codes

Color #C04D7D in popluar color models

C04D7D
RGB19277125
HSL335°47.72%52.75%
HSB/HSV335°59.90%75.29%
CMYK0.00%59.90%34.90%
24.71%

Color #C04D7D in popluar number systems.

HEXC04D7D
Decimal19277125
Binary1100000010011011111101
Octal300115175

Shades and tints

Shades of #C04D7D

#C04D7D
(192,77,125)
#AF4672
(175,70,114)
#9E3F67
(158,63,103)
#8D385C
(141,56,92)
#7C3151
(124,49,81)
#6B2A46
(107,42,70)
#5A233B
(90,35,59)
#491C30
(73,28,48)
#381525
(56,21,37)
#270E1A
(39,14,26)
#16070F
(22,7,15)
#000000
(0,0,0)

Tints of #C04D7D

#C04D7D
(192,77,125)
#C55D88
(197,93,136)
#CA6D93
(202,109,147)
#CF7D9E
(207,125,158)
#D48DA9
(212,141,169)
#D99DB4
(217,157,180)
#DEADBF
(222,173,191)
#E3BDCA
(227,189,202)
#E8CDD5
(232,205,213)
#EDDDE0
(237,221,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04D7D color. Also use rgb(192,77,125) instead hex code.

Text Font Color

.myTextColor { color: #C04D7D; }

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

This text font color is #C04D7D.


Background Color

.myBgColor { background-color: #C04D7D; }

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

This div background color is #C04D7D.


Border color

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

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

This div border color is #C04D7D.


Opacity

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

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

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

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

This text has shadow with #C04D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04D7D on black background.


Color preview on white background

This text has color #C04D7D on white background.



Black color preview on #C04D7D background

This text has black color on #C04D7D background.


White color preview on #C04D7D background

This text has white color on #C04D7D background.