COLOR #C084F1

HEX: #C084F1
RGB: (192,132,241)

Color info

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

RGB color model

#C084F1 color RGB value is (192,132,241).

  • red value is 192;
  • green value is 132;
  • blue value is 241.
RGB:
(192,132,241)
(75%,52%,95%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 241 of 255 = 95%

192
132
241

R + G + B ~ 74%. #C084F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 132 + 241 = 565 (100%)
R 192 of 565 ~ 33.98%
G 132 of 565 ~ 23.36%
B 241 of 565 ~ 42.65%

%33.98
%23.36
%42.65

CMYK color model

#C084F1 color CMYK value is (20,45,0,5).

  • cyan value is 20.33%
  • magenta value is 45.23%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(20,45,0,5)
C20M45Y0K5 
(20%,45%,0%,5%)
(0.20/0.45/0.00/0.05)	

CMYK percentages

%20.33
%45.23
%0
%5.49

Codes

Color #C084F1 in popluar color models

C084F1
RGB192132241
HSL273°79.56%73.14%
HSB/HSV273°45.23%94.51%
CMYK20.33%45.23%0.00%
5.49%

Color #C084F1 in popluar number systems.

HEXC084F1
Decimal192132241
Binary110000001000010011110001
Octal300204361

Shades and tints

Shades of #C084F1

#C084F1
(192,132,241)
#AF78DC
(175,120,220)
#9E6CC7
(158,108,199)
#8D60B2
(141,96,178)
#7C549D
(124,84,157)
#6B4888
(107,72,136)
#5A3C73
(90,60,115)
#49305E
(73,48,94)
#382449
(56,36,73)
#271834
(39,24,52)
#160C1F
(22,12,31)
#000000
(0,0,0)

Tints of #C084F1

#C084F1
(192,132,241)
#C58FF2
(197,143,242)
#CA9AF3
(202,154,243)
#CFA5F4
(207,165,244)
#D4B0F5
(212,176,245)
#D9BBF6
(217,187,246)
#DEC6F7
(222,198,247)
#E3D1F8
(227,209,248)
#E8DCF9
(232,220,249)
#EDE7FA
(237,231,250)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C084F1 color. Also use rgb(192,132,241) instead hex code.

Text Font Color

.myTextColor { color: #C084F1; }

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

This text font color is #C084F1.


Background Color

.myBgColor { background-color: #C084F1; }

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

This div background color is #C084F1.


Border color

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

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

This div border color is #C084F1.


Opacity

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

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

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

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

This text has shadow with #C084F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C084F1 on black background.


Color preview on white background

This text has color #C084F1 on white background.



Black color preview on #C084F1 background

This text has black color on #C084F1 background.


White color preview on #C084F1 background

This text has white color on #C084F1 background.