#C11E71

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

Shades of Medium Violet Red #C11E71

Tints of Medium Violet Red #C11E71

Color information

#C11E71 (or 0xC11E71) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1E and 71. RGB value is (193,30,113). Sum of RGB (Red+Green+Blue) = 193+30+113=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E71 is #3EE18E. Grayscale: #585858. Windows color (decimal): -4120975 or 7413441. OLE color: 7413441.

HSL color Cylindrical-coordinate representation of color #C11E71: hue angle of 329.45º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E71 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19330113-
CMYK00.840.410.24
HSL329.45º73.09%43.73%-
HSV(B)329.45º84.46%75.69%-
XYZ25.4413.4616.88-
YUV88.2142202.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=57.44%
G=8.93%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933011300.840.410.24329.4573.0943.73
HexC11E710542918149492c
Octal301361610124513051111154
Binary1100000111110111000101010100101001110001010010011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E71; }

 p { color: rgb(193,30,113); }

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

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

 a { background-color: rgb(193,30,113); }

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

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

 span { border-color: rgb(193,30,113); }

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