COLOR #C392DF

HEX: #C392DF
RGB: (195,146,223)

Color info

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

RGB color model

#C392DF color RGB value is (195,146,223).

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

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 223 of 255 = 87%

195
146
223

R + G + B ~ 73%. #C392DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 223 = 564 (100%)
R 195 of 564 ~ 34.57%
G 146 of 564 ~ 25.89%
B 223 of 564 ~ 39.54%

%34.57
%25.89
%39.54

CMYK color model

#C392DF color CMYK value is (13,35,0,13).

  • cyan value is 12.56%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(13,35,0,13)
C13M35Y0K13 
(13%,35%,0%,13%)
(0.13/0.35/0.00/0.13)	

CMYK percentages

%12.56
%34.53
%0
%12.55

Codes

Color #C392DF in popluar color models

C392DF
RGB195146223
HSL278°54.61%72.35%
HSB/HSV278°34.53%87.45%
CMYK12.56%34.53%0.00%
12.55%

Color #C392DF in popluar number systems.

HEXC392DF
Decimal195146223
Binary110000111001001011011111
Octal303222337

Shades and tints

Shades of #C392DF

#C392DF
(195,146,223)
#B285CB
(178,133,203)
#A178B7
(161,120,183)
#906BA3
(144,107,163)
#7F5E8F
(127,94,143)
#6E517B
(110,81,123)
#5D4467
(93,68,103)
#4C3753
(76,55,83)
#3B2A3F
(59,42,63)
#2A1D2B
(42,29,43)
#191017
(25,16,23)
#000000
(0,0,0)

Tints of #C392DF

#C392DF
(195,146,223)
#C89BE1
(200,155,225)
#CDA4E3
(205,164,227)
#D2ADE5
(210,173,229)
#D7B6E7
(215,182,231)
#DCBFE9
(220,191,233)
#E1C8EB
(225,200,235)
#E6D1ED
(230,209,237)
#EBDAEF
(235,218,239)
#F0E3F1
(240,227,241)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C392DF; }

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

This text font color is #C392DF.


Background Color

.myBgColor { background-color: #C392DF; }

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

This div background color is #C392DF.


Border color

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

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

This div border color is #C392DF.


Opacity

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

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

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

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

This text has shadow with #C392DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C392DF on black background.


Color preview on white background

This text has color #C392DF on white background.



Black color preview on #C392DF background

This text has black color on #C392DF background.


White color preview on #C392DF background

This text has white color on #C392DF background.