COLOR #C180CA

HEX: #C180CA
RGB: (193,128,202)

Color info

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

RGB color model

#C180CA color RGB value is (193,128,202).

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

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 202 of 255 = 79%

193
128
202

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

Portions of RGB colors in percentages

R + G + B =
193 + 128 + 202 = 523 (100%)
R 193 of 523 ~ 36.9%
G 128 of 523 ~ 24.47%
B 202 of 523 ~ 38.62%

%36.9
%24.47
%38.62

CMYK color model

#C180CA color CMYK value is (4,37,0,21).

  • cyan value is 4.46%
  • magenta value is 36.63%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(4,37,0,21)
C4M37Y0K21 
(4%,37%,0%,21%)
(0.04/0.37/0.00/0.21)	

CMYK percentages

%4.46
%36.63
%0
%20.78

Codes

Color #C180CA in popluar color models

C180CA
RGB193128202
HSL293°41.11%64.71%
HSB/HSV293°36.63%79.22%
CMYK4.46%36.63%0.00%
20.78%

Color #C180CA in popluar number systems.

HEXC180CA
Decimal193128202
Binary110000011000000011001010
Octal301200312

Shades and tints

Shades of #C180CA

#C180CA
(193,128,202)
#B075B8
(176,117,184)
#9F6AA6
(159,106,166)
#8E5F94
(142,95,148)
#7D5482
(125,84,130)
#6C4970
(108,73,112)
#5B3E5E
(91,62,94)
#4A334C
(74,51,76)
#39283A
(57,40,58)
#281D28
(40,29,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #C180CA

#C180CA
(193,128,202)
#C68BCE
(198,139,206)
#CB96D2
(203,150,210)
#D0A1D6
(208,161,214)
#D5ACDA
(213,172,218)
#DAB7DE
(218,183,222)
#DFC2E2
(223,194,226)
#E4CDE6
(228,205,230)
#E9D8EA
(233,216,234)
#EEE3EE
(238,227,238)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C180CA; }

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

This text font color is #C180CA.


Background Color

.myBgColor { background-color: #C180CA; }

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

This div background color is #C180CA.


Border color

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

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

This div border color is #C180CA.


Opacity

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

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

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

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

This text has shadow with #C180CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C180CA on black background.


Color preview on white background

This text has color #C180CA on white background.



Black color preview on #C180CA background

This text has black color on #C180CA background.


White color preview on #C180CA background

This text has white color on #C180CA background.