COLOR #C190CD

HEX: #C190CD RGB: (193,144,205)

Color info

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

RGB color model

#C190CD color RGB value is (193,144,205).

RGB: (193,144,205) (76%, 56%, 80%)

RGB channels and saturation

R 193 of 255 = 76%
G 144 of 255 = 56%
B 205 of 255 = 80%

193
144
205

R + G + B ~ 71%. #C190CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 144 + 205 = 542 (100%)
R 193 of 542 ~ 35.61%
G 144 of 542 ~ 26.57%
B 205 of 542 ~ 37.82'%

%35.61
%26.57
%37.82

CMYK color model

#C190CD color CMYK value is (6,30,0,20).

  • cyan value is 5.85%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (6,30,0,20)
C6M30Y0K20 (6%, 30%, 0%, 20%)
(0.06 / 0.30 / 0.00 / 0.20)

CMYK percentages

%5.85
%29.76
%0
%19.61

Codes

Color #C190CD in popluar color models

C1 90 CD
RGB 193 144 205
HSL 288° 37.89% 68.43%
HSB/HSV 288° 29.76% 80.39%
CMYK 5.85% 29.76% 0.00%
19.61%

Color #C190CD in popluar number systems.

HEX C1 90 CD
Decimal 193 144 205
Binary 11000001 10010000 11001101
Octal 301 220 315

Shades and tints

Shades of #C190CD

#C190CD
(193,144,205)
#B083BB
(176,131,187)
#9F76A9
(159,118,169)
#8E6997
(142,105,151)
#7D5C85
(125,92,133)
#6C4F73
(108,79,115)
#5B4261
(91,66,97)
#4A354F
(74,53,79)
#39283D
(57,40,61)
#281B2B
(40,27,43)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #C190CD

#C190CD
(193,144,205)
#C69AD1
(198,154,209)
#CBA4D5
(203,164,213)
#D0AED9
(208,174,217)
#D5B8DD
(213,184,221)
#DAC2E1
(218,194,225)
#DFCCE5
(223,204,229)
#E4D6E9
(228,214,233)
#E9E0ED
(233,224,237)
#EEEAF1
(238,234,241)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C190CD; }

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

This text font color is #C190CD.

Background Color

.myBgColor { background-color: #C190CD; }

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

This div background color is #C190CD.

Border color

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

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

This div border color is #C190CD.

Opacity

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

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

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

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

This text has shadow with #C190CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C190CD.

Preview

Color preview on black background

This text has color #C190CD on black background.


Color preview on white background

This text has color #C190CD on white background.


Black color preview on #C190CD background

This text has black color on #C190CD background.


White color preview on #C190CD background

This text has white color on #C190CD background.


Related colors

Complementary color

Complementary color for #hex is #3E6F32.


I love getcolorcode.com

Triadic colors

1 #CDC190 and #90CDC1 with #C190CD are triadic colors.

2 #CD90C1 and #90C1CD with #C190CD are triadic colors.