COLOR #C872F2

HEX: #C872F2
RGB: (200,114,242)

Color info

#C872F2 contains mainly red and blue colors. Web safe color of #C872F2 is #CC66FF (or #C6F).

RGB color model

#C872F2 color RGB value is (200,114,242).

  • red value is 200;
  • green value is 114;
  • blue value is 242.
RGB:
(200,114,242)
(78%,45%,95%)

RGB channels and saturation

R 200 of 255 = 78%
G 114 of 255 = 45%
B 242 of 255 = 95%

200
114
242

R + G + B ~ 73%. #C872F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 114 + 242 = 556 (100%)
R 200 of 556 ~ 35.97%
G 114 of 556 ~ 20.5%
B 242 of 556 ~ 43.53%

%35.97
%20.5
%43.53

CMYK color model

#C872F2 color CMYK value is (17,53,0,5).

  • cyan value is 17.36%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,53,0,5)
C17M53Y0K5 
(17%,53%,0%,5%)
(0.17/0.53/0.00/0.05)	

CMYK percentages

%17.36
%52.89
%0
%5.1

Codes

Color #C872F2 in popluar color models

C872F2
RGB200114242
HSL280°83.12%69.80%
HSB/HSV280°52.89%94.90%
CMYK17.36%52.89%0.00%
5.10%

Color #C872F2 in popluar number systems.

HEXC872F2
Decimal200114242
Binary11001000111001011110010
Octal310162362

Shades and tints

Shades of #C872F2

#C872F2
(200,114,242)
#B668DC
(182,104,220)
#A45EC6
(164,94,198)
#9254B0
(146,84,176)
#804A9A
(128,74,154)
#6E4084
(110,64,132)
#5C366E
(92,54,110)
#4A2C58
(74,44,88)
#382242
(56,34,66)
#26182C
(38,24,44)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #C872F2

#C872F2
(200,114,242)
#CD7EF3
(205,126,243)
#D28AF4
(210,138,244)
#D796F5
(215,150,245)
#DCA2F6
(220,162,246)
#E1AEF7
(225,174,247)
#E6BAF8
(230,186,248)
#EBC6F9
(235,198,249)
#F0D2FA
(240,210,250)
#F5DEFB
(245,222,251)
#FAEAFC
(250,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C872F2 color. Also use rgb(200,114,242) instead hex code.

Text Font Color

.myTextColor { color: #C872F2; }

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

This text font color is #C872F2.


Background Color

.myBgColor { background-color: #C872F2; }

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

This div background color is #C872F2.


Border color

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

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

This div border color is #C872F2.


Opacity

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

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

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

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

This text has shadow with #C872F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C872F2 on black background.


Color preview on white background

This text has color #C872F2 on white background.



Black color preview on #C872F2 background

This text has black color on #C872F2 background.


White color preview on #C872F2 background

This text has white color on #C872F2 background.