#c71585

Color #C71585 MediumVioletRed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of MediumVioletRed #C71585

Tints of MediumVioletRed #C71585

Color information

#C71585 (or 0xC71585) is known color: MediumVioletRed. HEX triplet: C7, 15 and 85. RGB value is (199,21,133). Sum of RGB (Red+Green+Blue) = 199+21+133=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C71585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71585 is #38EA7A. Grayscale: #565656. Windows color (decimal): -3730043 or 8721863. OLE color: 8721863.

HSL color Cylindrical-coordinate representation of color #C71585: hue angle of 322.25º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71585 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19921133-
CMYK00.890.330.22
HSL322.25º80.91%43.14%-
HSV(B)322.25º89.45%78.04%-
XYZ28.0514.3723.49-
YUV86.99153.97207.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 56.37%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=56.37%
G=5.95%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992113300.890.330.22322.2580.9143.14
HexC715850592116142512b
Octal307252050131412650212153
Binary11000111101011000010101011001100001101101010000101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71585; }

 p { color: rgb(199,21,133); }

 H1.HeaderClassName
 {
   color: #c71585;
 }
 .AnyTagClassName
 {
   color: #c71585;
 }
</style>
background-color css

<style>
 a { background-color: #c71585; }

 a { background-color: rgb(199,21,133); }

 div.DivClassName
 {
   background-color: #c71585;
 }
 .BgClassName
 {
   background-color: #c71585;
 }
</style>
border-color css

<style>
 span { border-color: #c71585; }

 span { border-color: rgb(199,21,133); }

 td.TdClassName
 {
   border-color: #c71585;
 }
 .TagClassName
 {
   border-color: #c71585;
 }
</style>