#C71B71

Color #C71B71 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C71B71

Tints of Medium Violet Red #C71B71

Color information

#C71B71 (or 0xC71B71) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1B and 71. RGB value is (199,27,113). Sum of RGB (Red+Green+Blue) = 199+27+113=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B71 is #38E48E. Grayscale: #585858. Windows color (decimal): -3728527 or 7412679. OLE color: 7412679.

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

Color convert

RGB19927113-
CMYK00.860.430.22
HSL330º76.11%44.31%-
HSV(B)330º86.43%78.04%-
XYZ26.9314.1216.93-
YUV88.23141.98207.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.70%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=58.70%
G=7.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992711300.860.430.2233076.1144.31
HexC71B710562B1614a4c2c
Octal307331610126532651211454
Binary1100011111011111000101010110101011101101010010101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71B71; }

 p { color: rgb(199,27,113); }

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

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

 a { background-color: rgb(199,27,113); }

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

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

 span { border-color: rgb(199,27,113); }

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