COLOR #C190D9

HEX: #C190D9 RGB: (193,144,217)

Color info

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

RGB color model

#C190D9 color RGB value is (193,144,217).

RGB: (193,144,217) (76%, 56%, 85%)

RGB channels and saturation

R 193 of 255 = 76%
G 144 of 255 = 56%
B 217 of 255 = 85%

193
144
217

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

Portions of RGB colors in percentages

R + G + B = 193 + 144 + 217 = 554 (100%)
R 193 of 554 ~ 34.84%
G 144 of 554 ~ 25.99%
B 217 of 554 ~ 39.17'%

%34.84
%25.99
%39.17

CMYK color model

#C190D9 color CMYK value is (11,34,0,15).

  • cyan value is 11.06%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (11,34,0,15)
C11M34Y0K15 (11%, 34%, 0%, 15%)
(0.11 / 0.34 / 0.00 / 0.15)

CMYK percentages

%11.06
%33.64
%0
%14.9

Codes

Color #C190D9 in popluar color models

C1 90 D9
RGB 193 144 217
HSL 280° 48.99% 70.78%
HSB/HSV 280° 33.64% 85.10%
CMYK 11.06% 33.64% 0.00%
14.90%

Color #C190D9 in popluar number systems.

HEX C1 90 D9
Decimal 193 144 217
Binary 11000001 10010000 11011001
Octal 301 220 331

Shades and tints

Shades of #C190D9

#C190D9
(193,144,217)
#B083C6
(176,131,198)
#9F76B3
(159,118,179)
#8E69A0
(142,105,160)
#7D5C8D
(125,92,141)
#6C4F7A
(108,79,122)
#5B4267
(91,66,103)
#4A3554
(74,53,84)
#392841
(57,40,65)
#281B2E
(40,27,46)
#170E1B
(23,14,27)
#000000
(0,0,0)

Tints of #C190D9

#C190D9
(193,144,217)
#C69ADC
(198,154,220)
#CBA4DF
(203,164,223)
#D0AEE2
(208,174,226)
#D5B8E5
(213,184,229)
#DAC2E8
(218,194,232)
#DFCCEB
(223,204,235)
#E4D6EE
(228,214,238)
#E9E0F1
(233,224,241)
#EEEAF4
(238,234,244)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C190D9 color. Also use rgb(193,144,217) instead hex code.

Text Font Color

.myTextColor { color: #C190D9; }

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

This text font color is #C190D9.

Background Color

.myBgColor { background-color: #C190D9; }

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

This div background color is #C190D9.

Border color

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

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

This div border color is #C190D9.

Opacity

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

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

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

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

This text has shadow with #C190D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C190D9.

Preview

Color preview on black background

This text has color #C190D9 on black background.


Color preview on white background

This text has color #C190D9 on white background.


Black color preview on #C190D9 background

This text has black color on #C190D9 background.


White color preview on #C190D9 background

This text has white color on #C190D9 background.


Related colors

Complementary color

Complementary color for #hex is #3E6F26.


I love getcolorcode.com

Triadic colors

1 #D9C190 and #90D9C1 with #C190D9 are triadic colors.

2 #D990C1 and #90C1D9 with #C190D9 are triadic colors.