COLOR #C712B1

HEX: #C712B1
RGB: (199,18,177)

Color info

#C712B1 contains mainly red and blue colors. Web safe color of #C712B1 is #CC0099 (or #C09).

RGB color model

#C712B1 color RGB value is (199,18,177).

  • red value is 199;
  • green value is 18;
  • blue value is 177.
RGB:
(199,18,177)
(78%,7%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 18 of 255 = 7%
B 177 of 255 = 69%

199
18
177

R + G + B ~ 51%. #C712B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 18 + 177 = 394 (100%)
R 199 of 394 ~ 50.51%
G 18 of 394 ~ 4.57%
B 177 of 394 ~ 44.92%

%50.51
%44.92

CMYK color model

#C712B1 color CMYK value is (0,91,11,22).

  • cyan value is 0.00%
  • magenta value is 90.95%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,91,11,22)
C0M91Y11K22 
(0%,91%,11%,22%)
(0.00/0.91/0.11/0.22)	

CMYK percentages

%0
%90.95
%11.06
%21.96

Codes

Color #C712B1 in popluar color models

C712B1
RGB19918177
HSL307°83.41%42.55%
HSB/HSV307°90.95%78.04%
CMYK0.00%90.95%11.06%
21.96%

Color #C712B1 in popluar number systems.

HEXC712B1
Decimal19918177
Binary110001111001010110001
Octal30722261

Shades and tints

Shades of #C712B1

#C712B1
(199,18,177)
#B511A1
(181,17,161)
#A31091
(163,16,145)
#910F81
(145,15,129)
#7F0E71
(127,14,113)
#6D0D61
(109,13,97)
#5B0C51
(91,12,81)
#490B41
(73,11,65)
#370A31
(55,10,49)
#250921
(37,9,33)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #C712B1

#C712B1
(199,18,177)
#CC27B8
(204,39,184)
#D13CBF
(209,60,191)
#D651C6
(214,81,198)
#DB66CD
(219,102,205)
#E07BD4
(224,123,212)
#E590DB
(229,144,219)
#EAA5E2
(234,165,226)
#EFBAE9
(239,186,233)
#F4CFF0
(244,207,240)
#F9E4F7
(249,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C712B1 color. Also use rgb(199,18,177) instead hex code.

Text Font Color

.myTextColor { color: #C712B1; }

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

This text font color is #C712B1.


Background Color

.myBgColor { background-color: #C712B1; }

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

This div background color is #C712B1.


Border color

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

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

This div border color is #C712B1.


Opacity

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

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

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

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

This text has shadow with #C712B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C712B1 on black background.


Color preview on white background

This text has color #C712B1 on white background.



Black color preview on #C712B1 background

This text has black color on #C712B1 background.


White color preview on #C712B1 background

This text has white color on #C712B1 background.