COLOR #C71585

HEX: #C71585
RGB: (199,21,133)

Color info

Color name is MediumVioletRed. #C71585 contains mainly red color. Web safe color of #C71585 is #CC0099 (or #C09).

RGB color model

#C71585 color RGB value is (199,21,133).

  • red value is 199;
  • green value is 21;
  • blue value is 133.
RGB:
(199,21,133)
(78%,8%,52%)

RGB channels and saturation

R 199 of 255 = 78%
G 21 of 255 = 8%
B 133 of 255 = 52%

199
21
133

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

Portions of RGB colors in percentages

R + G + B =
199 + 21 + 133 = 353 (100%)
R 199 of 353 ~ 56.37%
G 21 of 353 ~ 5.95%
B 133 of 353 ~ 37.68%

%56.37
%37.68

CMYK color model

#C71585 color CMYK value is (0,89,33,22).

  • cyan value is 0.00%
  • magenta value is 89.45%
  • yellow value is 33.17%
  • key color value is 21.96%
CMYK:
(0,89,33,22)
C0M89Y33K22 
(0%,89%,33%,22%)
(0.00/0.89/0.33/0.22)	

CMYK percentages

%0
%89.45
%33.17
%21.96

Codes

Color #C71585 in popluar color models

C71585
RGB19921133
HSL322°80.91%43.14%
HSB/HSV322°89.45%78.04%
CMYK0.00%89.45%33.17%
21.96%

Color #C71585 in popluar number systems.

HEXC71585
Decimal19921133
Binary110001111010110000101
Octal30725205

Shades and tints

Shades of #C71585

#C71585
(199,21,133)
#B51479
(181,20,121)
#A3136D
(163,19,109)
#911261
(145,18,97)
#7F1155
(127,17,85)
#6D1049
(109,16,73)
#5B0F3D
(91,15,61)
#490E31
(73,14,49)
#370D25
(55,13,37)
#250C19
(37,12,25)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #C71585

#C71585
(199,21,133)
#CC2A90
(204,42,144)
#D13F9B
(209,63,155)
#D654A6
(214,84,166)
#DB69B1
(219,105,177)
#E07EBC
(224,126,188)
#E593C7
(229,147,199)
#EAA8D2
(234,168,210)
#EFBDDD
(239,189,221)
#F4D2E8
(244,210,232)
#F9E7F3
(249,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C71585 color. Also use rgb(199,21,133) instead hex code.

Text Font Color

.myTextColor { color: #C71585; }

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

This text font color is #C71585.


Background Color

.myBgColor { background-color: #C71585; }

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

This div background color is #C71585.


Border color

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

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

This div border color is #C71585.


Opacity

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

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

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

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

This text has shadow with #C71585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C71585 on black background.


Color preview on white background

This text has color #C71585 on white background.



Black color preview on #C71585 background

This text has black color on #C71585 background.


White color preview on #C71585 background

This text has white color on #C71585 background.