COLOR #C193D2

HEX: #C193D2
RGB: (193,147,210)

Color info

#C193D2 contains mainly red and blue colors. Web safe color of #C193D2 is #CC99CC (or #C9C).

RGB color model

#C193D2 color RGB value is (193,147,210).

  • red value is 193;
  • green value is 147;
  • blue value is 210.
RGB:
(193,147,210)
(76%,58%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 147 of 255 = 58%
B 210 of 255 = 82%

193
147
210

R + G + B ~ 72%. #C193D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 147 + 210 = 550 (100%)
R 193 of 550 ~ 35.09%
G 147 of 550 ~ 26.73%
B 210 of 550 ~ 38.18%

%35.09
%26.73
%38.18

CMYK color model

#C193D2 color CMYK value is (8,30,0,18).

  • cyan value is 8.10%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,30,0,18)
C8M30Y0K18 
(8%,30%,0%,18%)
(0.08/0.30/0.00/0.18)	

CMYK percentages

%8.1
%30
%0
%17.65

Codes

Color #C193D2 in popluar color models

C193D2
RGB193147210
HSL284°41.18%70.00%
HSB/HSV284°30.00%82.35%
CMYK8.10%30.00%0.00%
17.65%

Color #C193D2 in popluar number systems.

HEXC193D2
Decimal193147210
Binary110000011001001111010010
Octal301223322

Shades and tints

Shades of #C193D2

#C193D2
(193,147,210)
#B086BF
(176,134,191)
#9F79AC
(159,121,172)
#8E6C99
(142,108,153)
#7D5F86
(125,95,134)
#6C5273
(108,82,115)
#5B4560
(91,69,96)
#4A384D
(74,56,77)
#392B3A
(57,43,58)
#281E27
(40,30,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C193D2

#C193D2
(193,147,210)
#C69CD6
(198,156,214)
#CBA5DA
(203,165,218)
#D0AEDE
(208,174,222)
#D5B7E2
(213,183,226)
#DAC0E6
(218,192,230)
#DFC9EA
(223,201,234)
#E4D2EE
(228,210,238)
#E9DBF2
(233,219,242)
#EEE4F6
(238,228,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C193D2 color. Also use rgb(193,147,210) instead hex code.

Text Font Color

.myTextColor { color: #C193D2; }

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

This text font color is #C193D2.


Background Color

.myBgColor { background-color: #C193D2; }

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

This div background color is #C193D2.


Border color

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

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

This div border color is #C193D2.


Opacity

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

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

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

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

This text has shadow with #C193D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C193D2 on black background.


Color preview on white background

This text has color #C193D2 on white background.



Black color preview on #C193D2 background

This text has black color on #C193D2 background.


White color preview on #C193D2 background

This text has white color on #C193D2 background.