#c11e6a

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

Shades of Medium Violet Red #C11E6A

Tints of Medium Violet Red #C11E6A

Color information

#C11E6A (or 0xC11E6A) is unknown color: approx Medium Violet Red. HEX triplet: C1, 1E and 6A. RGB value is (193,30,106). Sum of RGB (Red+Green+Blue) = 193+30+106=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E6A is #3EE195. Grayscale: #575757. Windows color (decimal): -4120982 or 6954689. OLE color: 6954689.

HSL color Cylindrical-coordinate representation of color #C11E6A: hue angle of 332.02º 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 #C11E6A is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19330106-
CMYK00.840.450.24
HSL332.02º73.09%43.73%-
HSV(B)332.02º84.46%75.69%-
XYZ25.0613.3114.88-
YUV87.4138.5203.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.66%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=58.66%
G=9.12%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933010600.840.450.24332.0273.0943.73
HexC11E6A0542D1814c492c
Octal301361520124553051411154
Binary1100000111110110101001010100101101110001010011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c11e6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c11e6a; }

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

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

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

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

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

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

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

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