COLOR #C728FF

HEX: #C728FF
RGB: (199,40,255)

Color info

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

RGB color model

#C728FF color RGB value is (199,40,255).

  • red value is 199;
  • green value is 40;
  • blue value is 255.
RGB:
(199,40,255)
(78%,16%,100%)

RGB channels and saturation

R 199 of 255 = 78%
G 40 of 255 = 16%
B 255 of 255 = 100%

199
40
255

R + G + B ~ 65%. #C728FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 40 + 255 = 494 (100%)
R 199 of 494 ~ 40.28%
G 40 of 494 ~ 8.1%
B 255 of 494 ~ 51.62%

%40.28
%51.62

CMYK color model

#C728FF color CMYK value is (22,84,0,0).

  • cyan value is 21.96%
  • magenta value is 84.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,84,0,0)
C22M84Y0K0 
(22%,84%,0%,0%)
(0.22/0.84/0.00/0.00)	

CMYK percentages

%21.96
%84.31
%0
%0

Codes

Color #C728FF in popluar color models

C728FF
RGB19940255
HSL284°100.00%57.84%
HSB/HSV284°84.31%100.00%
CMYK21.96%84.31%0.00%
0.00%

Color #C728FF in popluar number systems.

HEXC728FF
Decimal19940255
Binary1100011110100011111111
Octal30750377

Shades and tints

Shades of #C728FF

#C728FF
(199,40,255)
#B525E8
(181,37,232)
#A322D1
(163,34,209)
#911FBA
(145,31,186)
#7F1CA3
(127,28,163)
#6D198C
(109,25,140)
#5B1675
(91,22,117)
#49135E
(73,19,94)
#371047
(55,16,71)
#250D30
(37,13,48)
#130A19
(19,10,25)
#000000
(0,0,0)

Tints of #C728FF

#C728FF
(199,40,255)
#CC3BFF
(204,59,255)
#D14EFF
(209,78,255)
#D661FF
(214,97,255)
#DB74FF
(219,116,255)
#E087FF
(224,135,255)
#E59AFF
(229,154,255)
#EAADFF
(234,173,255)
#EFC0FF
(239,192,255)
#F4D3FF
(244,211,255)
#F9E6FF
(249,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C728FF color. Also use rgb(199,40,255) instead hex code.

Text Font Color

.myTextColor { color: #C728FF; }

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

This text font color is #C728FF.


Background Color

.myBgColor { background-color: #C728FF; }

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

This div background color is #C728FF.


Border color

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

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

This div border color is #C728FF.


Opacity

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

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

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

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

This text has shadow with #C728FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C728FF on black background.


Color preview on white background

This text has color #C728FF on white background.



Black color preview on #C728FF background

This text has black color on #C728FF background.


White color preview on #C728FF background

This text has white color on #C728FF background.