COLOR #C337F1

HEX: #C337F1
RGB: (195,55,241)

Color info

#C337F1 contains mainly red and blue colors. Web safe color of #C337F1 is #CC33FF (or #C3F).

RGB color model

#C337F1 color RGB value is (195,55,241).

  • red value is 195;
  • green value is 55;
  • blue value is 241.
RGB:
(195,55,241)
(76%,22%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 55 of 255 = 22%
B 241 of 255 = 95%

195
55
241

R + G + B ~ 64%. #C337F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 55 + 241 = 491 (100%)
R 195 of 491 ~ 39.71%
G 55 of 491 ~ 11.2%
B 241 of 491 ~ 49.08%

%39.71
%11.2
%49.08

CMYK color model

#C337F1 color CMYK value is (19,77,0,5).

  • cyan value is 19.09%
  • magenta value is 77.18%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,77,0,5)
C19M77Y0K5 
(19%,77%,0%,5%)
(0.19/0.77/0.00/0.05)	

CMYK percentages

%19.09
%77.18
%0
%5.49

Codes

Color #C337F1 in popluar color models

C337F1
RGB19555241
HSL285°86.92%58.04%
HSB/HSV285°77.18%94.51%
CMYK19.09%77.18%0.00%
5.49%

Color #C337F1 in popluar number systems.

HEXC337F1
Decimal19555241
Binary1100001111011111110001
Octal30367361

Shades and tints

Shades of #C337F1

#C337F1
(195,55,241)
#B232DC
(178,50,220)
#A12DC7
(161,45,199)
#9028B2
(144,40,178)
#7F239D
(127,35,157)
#6E1E88
(110,30,136)
#5D1973
(93,25,115)
#4C145E
(76,20,94)
#3B0F49
(59,15,73)
#2A0A34
(42,10,52)
#19051F
(25,5,31)
#000000
(0,0,0)

Tints of #C337F1

#C337F1
(195,55,241)
#C849F2
(200,73,242)
#CD5BF3
(205,91,243)
#D26DF4
(210,109,244)
#D77FF5
(215,127,245)
#DC91F6
(220,145,246)
#E1A3F7
(225,163,247)
#E6B5F8
(230,181,248)
#EBC7F9
(235,199,249)
#F0D9FA
(240,217,250)
#F5EBFB
(245,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C337F1 color. Also use rgb(195,55,241) instead hex code.

Text Font Color

.myTextColor { color: #C337F1; }

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

This text font color is #C337F1.


Background Color

.myBgColor { background-color: #C337F1; }

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

This div background color is #C337F1.


Border color

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

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

This div border color is #C337F1.


Opacity

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

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

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

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

This text has shadow with #C337F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C337F1 on black background.


Color preview on white background

This text has color #C337F1 on white background.



Black color preview on #C337F1 background

This text has black color on #C337F1 background.


White color preview on #C337F1 background

This text has white color on #C337F1 background.