COLOR #C19FF0

HEX: #C19FF0
RGB: (193,159,240)

Color info

#C19FF0 contains mainly red and blue colors. Web safe color of #C19FF0 is #CC99FF (or #C9F).

RGB color model

#C19FF0 color RGB value is (193,159,240).

  • red value is 193;
  • green value is 159;
  • blue value is 240.
RGB:
(193,159,240)
(76%,62%,94%)

RGB channels and saturation

R 193 of 255 = 76%
G 159 of 255 = 62%
B 240 of 255 = 94%

193
159
240

R + G + B ~ 77%. #C19FF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 159 + 240 = 592 (100%)
R 193 of 592 ~ 32.6%
G 159 of 592 ~ 26.86%
B 240 of 592 ~ 40.54%

%32.6
%26.86
%40.54

CMYK color model

#C19FF0 color CMYK value is (20,34,0,6).

  • cyan value is 19.58%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,34,0,6)
C20M34Y0K6 
(20%,34%,0%,6%)
(0.20/0.34/0.00/0.06)	

CMYK percentages

%19.58
%33.75
%0
%5.88

Codes

Color #C19FF0 in popluar color models

C19FF0
RGB193159240
HSL265°72.97%78.24%
HSB/HSV265°33.75%94.12%
CMYK19.58%33.75%0.00%
5.88%

Color #C19FF0 in popluar number systems.

HEXC19FF0
Decimal193159240
Binary110000011001111111110000
Octal301237360

Shades and tints

Shades of #C19FF0

#C19FF0
(193,159,240)
#B091DB
(176,145,219)
#9F83C6
(159,131,198)
#8E75B1
(142,117,177)
#7D679C
(125,103,156)
#6C5987
(108,89,135)
#5B4B72
(91,75,114)
#4A3D5D
(74,61,93)
#392F48
(57,47,72)
#282133
(40,33,51)
#17131E
(23,19,30)
#000000
(0,0,0)

Tints of #C19FF0

#C19FF0
(193,159,240)
#C6A7F1
(198,167,241)
#CBAFF2
(203,175,242)
#D0B7F3
(208,183,243)
#D5BFF4
(213,191,244)
#DAC7F5
(218,199,245)
#DFCFF6
(223,207,246)
#E4D7F7
(228,215,247)
#E9DFF8
(233,223,248)
#EEE7F9
(238,231,249)
#F3EFFA
(243,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C19FF0 color. Also use rgb(193,159,240) instead hex code.

Text Font Color

.myTextColor { color: #C19FF0; }

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

This text font color is #C19FF0.


Background Color

.myBgColor { background-color: #C19FF0; }

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

This div background color is #C19FF0.


Border color

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

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

This div border color is #C19FF0.


Opacity

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

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

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

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

This text has shadow with #C19FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19FF0 on black background.


Color preview on white background

This text has color #C19FF0 on white background.



Black color preview on #C19FF0 background

This text has black color on #C19FF0 background.


White color preview on #C19FF0 background

This text has white color on #C19FF0 background.