COLOR #C079C2

HEX: #C079C2
RGB: (192,121,194)

Color info

#C079C2 contains mainly red and blue colors. Web safe color of #C079C2 is #CC66CC (or #C6C).

RGB color model

#C079C2 color RGB value is (192,121,194).

  • red value is 192;
  • green value is 121;
  • blue value is 194.
RGB:
(192,121,194)
(75%,47%,76%)

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 194 of 255 = 76%

192
121
194

R + G + B ~ 66%. #C079C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 121 + 194 = 507 (100%)
R 192 of 507 ~ 37.87%
G 121 of 507 ~ 23.87%
B 194 of 507 ~ 38.26%

%37.87
%23.87
%38.26

CMYK color model

#C079C2 color CMYK value is (1,38,0,24).

  • cyan value is 1.03%
  • magenta value is 37.63%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(1,38,0,24)
C1M38Y0K24 
(1%,38%,0%,24%)
(0.01/0.38/0.00/0.24)	

CMYK percentages

%1.03
%37.63
%0
%23.92

Codes

Color #C079C2 in popluar color models

C079C2
RGB192121194
HSL298°37.44%61.76%
HSB/HSV298°37.63%76.08%
CMYK1.03%37.63%0.00%
23.92%

Color #C079C2 in popluar number systems.

HEXC079C2
Decimal192121194
Binary11000000111100111000010
Octal300171302

Shades and tints

Shades of #C079C2

#C079C2
(192,121,194)
#AF6EB1
(175,110,177)
#9E63A0
(158,99,160)
#8D588F
(141,88,143)
#7C4D7E
(124,77,126)
#6B426D
(107,66,109)
#5A375C
(90,55,92)
#492C4B
(73,44,75)
#38213A
(56,33,58)
#271629
(39,22,41)
#160B18
(22,11,24)
#000000
(0,0,0)

Tints of #C079C2

#C079C2
(192,121,194)
#C585C7
(197,133,199)
#CA91CC
(202,145,204)
#CF9DD1
(207,157,209)
#D4A9D6
(212,169,214)
#D9B5DB
(217,181,219)
#DEC1E0
(222,193,224)
#E3CDE5
(227,205,229)
#E8D9EA
(232,217,234)
#EDE5EF
(237,229,239)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C079C2 color. Also use rgb(192,121,194) instead hex code.

Text Font Color

.myTextColor { color: #C079C2; }

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

This text font color is #C079C2.


Background Color

.myBgColor { background-color: #C079C2; }

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

This div background color is #C079C2.


Border color

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

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

This div border color is #C079C2.


Opacity

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

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

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

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

This text has shadow with #C079C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C079C2 on black background.


Color preview on white background

This text has color #C079C2 on white background.



Black color preview on #C079C2 background

This text has black color on #C079C2 background.


White color preview on #C079C2 background

This text has white color on #C079C2 background.