COLOR #C080CA

HEX: #C080CA
RGB: (192,128,202)

Color info

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

RGB color model

#C080CA color RGB value is (192,128,202).

  • red value is 192;
  • green value is 128;
  • blue value is 202.
RGB:
(192,128,202)
(75%,50%,79%)

RGB channels and saturation

R 192 of 255 = 75%
G 128 of 255 = 50%
B 202 of 255 = 79%

192
128
202

R + G + B ~ 68%. #C080CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 128 + 202 = 522 (100%)
R 192 of 522 ~ 36.78%
G 128 of 522 ~ 24.52%
B 202 of 522 ~ 38.7%

%36.78
%24.52
%38.7

CMYK color model

#C080CA color CMYK value is (5,37,0,21).

  • cyan value is 4.95%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,37,0,21)
C5M37Y0K21 
(5%,37%,0%,21%)
(0.05/0.37/0.00/0.21)	

CMYK percentages

%4.95
%36.63
%0
%20.78

Codes

Color #C080CA in popluar color models

C080CA
RGB192128202
HSL292°41.11%64.71%
HSB/HSV292°36.63%79.22%
CMYK4.95%36.63%0.00%
20.78%

Color #C080CA in popluar number systems.

HEXC080CA
Decimal192128202
Binary110000001000000011001010
Octal300200312

Shades and tints

Shades of #C080CA

#C080CA
(192,128,202)
#AF75B8
(175,117,184)
#9E6AA6
(158,106,166)
#8D5F94
(141,95,148)
#7C5482
(124,84,130)
#6B4970
(107,73,112)
#5A3E5E
(90,62,94)
#49334C
(73,51,76)
#38283A
(56,40,58)
#271D28
(39,29,40)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #C080CA

#C080CA
(192,128,202)
#C58BCE
(197,139,206)
#CA96D2
(202,150,210)
#CFA1D6
(207,161,214)
#D4ACDA
(212,172,218)
#D9B7DE
(217,183,222)
#DEC2E2
(222,194,226)
#E3CDE6
(227,205,230)
#E8D8EA
(232,216,234)
#EDE3EE
(237,227,238)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C080CA color. Also use rgb(192,128,202) instead hex code.

Text Font Color

.myTextColor { color: #C080CA; }

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

This text font color is #C080CA.


Background Color

.myBgColor { background-color: #C080CA; }

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

This div background color is #C080CA.


Border color

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

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

This div border color is #C080CA.


Opacity

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

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

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

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

This text has shadow with #C080CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C080CA on black background.


Color preview on white background

This text has color #C080CA on white background.



Black color preview on #C080CA background

This text has black color on #C080CA background.


White color preview on #C080CA background

This text has white color on #C080CA background.