COLOR #C392D2

HEX: #C392D2
RGB: (195,146,210)

Color info

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

RGB color model

#C392D2 color RGB value is (195,146,210).

  • red value is 195;
  • green value is 146;
  • blue value is 210.
RGB:
(195,146,210)
(76%,57%,82%)

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 210 of 255 = 82%

195
146
210

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

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 210 = 551 (100%)
R 195 of 551 ~ 35.39%
G 146 of 551 ~ 26.5%
B 210 of 551 ~ 38.11%

%35.39
%26.5
%38.11

CMYK color model

#C392D2 color CMYK value is (7,30,0,18).

  • cyan value is 7.14%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(7,30,0,18)
C7M30Y0K18 
(7%,30%,0%,18%)
(0.07/0.30/0.00/0.18)	

CMYK percentages

%7.14
%30.48
%0
%17.65

Codes

Color #C392D2 in popluar color models

C392D2
RGB195146210
HSL286°41.56%69.80%
HSB/HSV286°30.48%82.35%
CMYK7.14%30.48%0.00%
17.65%

Color #C392D2 in popluar number systems.

HEXC392D2
Decimal195146210
Binary110000111001001011010010
Octal303222322

Shades and tints

Shades of #C392D2

#C392D2
(195,146,210)
#B285BF
(178,133,191)
#A178AC
(161,120,172)
#906B99
(144,107,153)
#7F5E86
(127,94,134)
#6E5173
(110,81,115)
#5D4460
(93,68,96)
#4C374D
(76,55,77)
#3B2A3A
(59,42,58)
#2A1D27
(42,29,39)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #C392D2

#C392D2
(195,146,210)
#C89BD6
(200,155,214)
#CDA4DA
(205,164,218)
#D2ADDE
(210,173,222)
#D7B6E2
(215,182,226)
#DCBFE6
(220,191,230)
#E1C8EA
(225,200,234)
#E6D1EE
(230,209,238)
#EBDAF2
(235,218,242)
#F0E3F6
(240,227,246)
#F5ECFA
(245,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C392D2 color. Also use rgb(195,146,210) instead hex code.

Text Font Color

.myTextColor { color: #C392D2; }

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

This text font color is #C392D2.


Background Color

.myBgColor { background-color: #C392D2; }

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

This div background color is #C392D2.


Border color

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

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

This div border color is #C392D2.


Opacity

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

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

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

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

This text has shadow with #C392D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C392D2 on black background.


Color preview on white background

This text has color #C392D2 on white background.



Black color preview on #C392D2 background

This text has black color on #C392D2 background.


White color preview on #C392D2 background

This text has white color on #C392D2 background.