COLOR #C390F2

HEX: #C390F2
RGB: (195,144,242)

Color info

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

RGB color model

#C390F2 color RGB value is (195,144,242).

  • red value is 195;
  • green value is 144;
  • blue value is 242.
RGB:
(195,144,242)
(76%,56%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 144 of 255 = 56%
B 242 of 255 = 95%

195
144
242

R + G + B ~ 76%. #C390F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 144 + 242 = 581 (100%)
R 195 of 581 ~ 33.56%
G 144 of 581 ~ 24.78%
B 242 of 581 ~ 41.65%

%33.56
%24.78
%41.65

CMYK color model

#C390F2 color CMYK value is (19,40,0,5).

  • cyan value is 19.42%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,40,0,5)
C19M40Y0K5 
(19%,40%,0%,5%)
(0.19/0.40/0.00/0.05)	

CMYK percentages

%19.42
%40.5
%0
%5.1

Codes

Color #C390F2 in popluar color models

C390F2
RGB195144242
HSL271°79.03%75.69%
HSB/HSV271°40.50%94.90%
CMYK19.42%40.50%0.00%
5.10%

Color #C390F2 in popluar number systems.

HEXC390F2
Decimal195144242
Binary110000111001000011110010
Octal303220362

Shades and tints

Shades of #C390F2

#C390F2
(195,144,242)
#B283DC
(178,131,220)
#A176C6
(161,118,198)
#9069B0
(144,105,176)
#7F5C9A
(127,92,154)
#6E4F84
(110,79,132)
#5D426E
(93,66,110)
#4C3558
(76,53,88)
#3B2842
(59,40,66)
#2A1B2C
(42,27,44)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #C390F2

#C390F2
(195,144,242)
#C89AF3
(200,154,243)
#CDA4F4
(205,164,244)
#D2AEF5
(210,174,245)
#D7B8F6
(215,184,246)
#DCC2F7
(220,194,247)
#E1CCF8
(225,204,248)
#E6D6F9
(230,214,249)
#EBE0FA
(235,224,250)
#F0EAFB
(240,234,251)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C390F2 color. Also use rgb(195,144,242) instead hex code.

Text Font Color

.myTextColor { color: #C390F2; }

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

This text font color is #C390F2.


Background Color

.myBgColor { background-color: #C390F2; }

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

This div background color is #C390F2.


Border color

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

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

This div border color is #C390F2.


Opacity

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

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

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

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

This text has shadow with #C390F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C390F2 on black background.


Color preview on white background

This text has color #C390F2 on white background.



Black color preview on #C390F2 background

This text has black color on #C390F2 background.


White color preview on #C390F2 background

This text has white color on #C390F2 background.