COLOR #CC79FA

HEX: #CC79FA
RGB: (204,121,250)

Color info

#CC79FA contains mainly red and blue colors. Web safe color of #CC79FA is #CC66FF (or #C6F).

RGB color model

#CC79FA color RGB value is (204,121,250).

  • red value is 204;
  • green value is 121;
  • blue value is 250.
RGB:
(204,121,250)
(80%,47%,98%)

RGB channels and saturation

R 204 of 255 = 80%
G 121 of 255 = 47%
B 250 of 255 = 98%

204
121
250

R + G + B ~ 75%. #CC79FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 121 + 250 = 575 (100%)
R 204 of 575 ~ 35.48%
G 121 of 575 ~ 21.04%
B 250 of 575 ~ 43.48%

%35.48
%21.04
%43.48

CMYK color model

#CC79FA color CMYK value is (18,52,0,2).

  • cyan value is 18.40%
  • magenta value is 51.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(18,52,0,2)
C18M52Y0K2 
(18%,52%,0%,2%)
(0.18/0.52/0.00/0.02)	

CMYK percentages

%18.4
%51.6
%0
%1.96

Codes

Color #CC79FA in popluar color models

CC79FA
RGB204121250
HSL279°92.81%72.75%
HSB/HSV279°51.60%98.04%
CMYK18.40%51.60%0.00%
1.96%

Color #CC79FA in popluar number systems.

HEXCC79FA
Decimal204121250
Binary11001100111100111111010
Octal314171372

Shades and tints

Shades of #CC79FA

#CC79FA
(204,121,250)
#BA6EE4
(186,110,228)
#A863CE
(168,99,206)
#9658B8
(150,88,184)
#844DA2
(132,77,162)
#72428C
(114,66,140)
#603776
(96,55,118)
#4E2C60
(78,44,96)
#3C214A
(60,33,74)
#2A1634
(42,22,52)
#180B1E
(24,11,30)
#000000
(0,0,0)

Tints of #CC79FA

#CC79FA
(204,121,250)
#D085FA
(208,133,250)
#D491FA
(212,145,250)
#D89DFA
(216,157,250)
#DCA9FA
(220,169,250)
#E0B5FA
(224,181,250)
#E4C1FA
(228,193,250)
#E8CDFA
(232,205,250)
#ECD9FA
(236,217,250)
#F0E5FA
(240,229,250)
#F4F1FA
(244,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC79FA color. Also use rgb(204,121,250) instead hex code.

Text Font Color

.myTextColor { color: #CC79FA; }

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

This text font color is #CC79FA.


Background Color

.myBgColor { background-color: #CC79FA; }

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

This div background color is #CC79FA.


Border color

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

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

This div border color is #CC79FA.


Opacity

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

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

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

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

This text has shadow with #CC79FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC79FA on black background.


Color preview on white background

This text has color #CC79FA on white background.



Black color preview on #CC79FA background

This text has black color on #CC79FA background.


White color preview on #CC79FA background

This text has white color on #CC79FA background.