COLOR #C392FB

HEX: #C392FB
RGB: (195,146,251)

Color info

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

RGB color model

#C392FB color RGB value is (195,146,251).

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

RGB channels and saturation

R 195 of 255 = 76%
G 146 of 255 = 57%
B 251 of 255 = 98%

195
146
251

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

Portions of RGB colors in percentages

R + G + B =
195 + 146 + 251 = 592 (100%)
R 195 of 592 ~ 32.94%
G 146 of 592 ~ 24.66%
B 251 of 592 ~ 42.4%

%32.94
%24.66
%42.4

CMYK color model

#C392FB color CMYK value is (22,42,0,2).

  • cyan value is 22.31%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(22,42,0,2)
C22M42Y0K2 
(22%,42%,0%,2%)
(0.22/0.42/0.00/0.02)	

CMYK percentages

%22.31
%41.83
%0
%1.57

Codes

Color #C392FB in popluar color models

C392FB
RGB195146251
HSL268°92.92%77.84%
HSB/HSV268°41.83%98.43%
CMYK22.31%41.83%0.00%
1.57%

Color #C392FB in popluar number systems.

HEXC392FB
Decimal195146251
Binary110000111001001011111011
Octal303222373

Shades and tints

Shades of #C392FB

#C392FB
(195,146,251)
#B285E5
(178,133,229)
#A178CF
(161,120,207)
#906BB9
(144,107,185)
#7F5EA3
(127,94,163)
#6E518D
(110,81,141)
#5D4477
(93,68,119)
#4C3761
(76,55,97)
#3B2A4B
(59,42,75)
#2A1D35
(42,29,53)
#19101F
(25,16,31)
#000000
(0,0,0)

Tints of #C392FB

#C392FB
(195,146,251)
#C89BFB
(200,155,251)
#CDA4FB
(205,164,251)
#D2ADFB
(210,173,251)
#D7B6FB
(215,182,251)
#DCBFFB
(220,191,251)
#E1C8FB
(225,200,251)
#E6D1FB
(230,209,251)
#EBDAFB
(235,218,251)
#F0E3FB
(240,227,251)
#F5ECFB
(245,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C392FB; }

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

This text font color is #C392FB.


Background Color

.myBgColor { background-color: #C392FB; }

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

This div background color is #C392FB.


Border color

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

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

This div border color is #C392FB.


Opacity

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

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

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

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

This text has shadow with #C392FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C392FB on black background.


Color preview on white background

This text has color #C392FB on white background.



Black color preview on #C392FB background

This text has black color on #C392FB background.


White color preview on #C392FB background

This text has white color on #C392FB background.