COLOR #C04F8C

HEX: #C04F8C
RGB: (192,79,140)

Color info

#C04F8C contains mainly red and blue colors. Web safe color of #C04F8C is #CC6699 (or #C69).

RGB color model

#C04F8C color RGB value is (192,79,140).

  • red value is 192;
  • green value is 79;
  • blue value is 140.
RGB:
(192,79,140)
(75%,31%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 79 of 255 = 31%
B 140 of 255 = 55%

192
79
140

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

Portions of RGB colors in percentages

R + G + B =
192 + 79 + 140 = 411 (100%)
R 192 of 411 ~ 46.72%
G 79 of 411 ~ 19.22%
B 140 of 411 ~ 34.06%

%46.72
%19.22
%34.06

CMYK color model

#C04F8C color CMYK value is (0,59,27,25).

  • cyan value is 0.00%
  • magenta value is 58.85%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(0,59,27,25)
C0M59Y27K25 
(0%,59%,27%,25%)
(0.00/0.59/0.27/0.25)	

CMYK percentages

%0
%58.85
%27.08
%24.71

Codes

Color #C04F8C in popluar color models

C04F8C
RGB19279140
HSL328°47.28%53.14%
HSB/HSV328°58.85%75.29%
CMYK0.00%58.85%27.08%
24.71%

Color #C04F8C in popluar number systems.

HEXC04F8C
Decimal19279140
Binary11000000100111110001100
Octal300117214

Shades and tints

Shades of #C04F8C

#C04F8C
(192,79,140)
#AF4880
(175,72,128)
#9E4174
(158,65,116)
#8D3A68
(141,58,104)
#7C335C
(124,51,92)
#6B2C50
(107,44,80)
#5A2544
(90,37,68)
#491E38
(73,30,56)
#38172C
(56,23,44)
#271020
(39,16,32)
#160914
(22,9,20)
#000000
(0,0,0)

Tints of #C04F8C

#C04F8C
(192,79,140)
#C55F96
(197,95,150)
#CA6FA0
(202,111,160)
#CF7FAA
(207,127,170)
#D48FB4
(212,143,180)
#D99FBE
(217,159,190)
#DEAFC8
(222,175,200)
#E3BFD2
(227,191,210)
#E8CFDC
(232,207,220)
#EDDFE6
(237,223,230)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C04F8C color. Also use rgb(192,79,140) instead hex code.

Text Font Color

.myTextColor { color: #C04F8C; }

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

This text font color is #C04F8C.


Background Color

.myBgColor { background-color: #C04F8C; }

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

This div background color is #C04F8C.


Border color

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

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

This div border color is #C04F8C.


Opacity

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

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

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

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

This text has shadow with #C04F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C04F8C on black background.


Color preview on white background

This text has color #C04F8C on white background.



Black color preview on #C04F8C background

This text has black color on #C04F8C background.


White color preview on #C04F8C background

This text has white color on #C04F8C background.